COLOR #EEC9E7

HEX: #EEC9E7
RGB: (238,201,231)

Color info

#EEC9E7 contains red, green and blue colors in about the same proportion. Web safe color of #EEC9E7 is #FFCCFF (or #FCF).

RGB color model

#EEC9E7 color RGB value is (238,201,231).

  • red value is 238;
  • green value is 201;
  • blue value is 231.
RGB:
(238,201,231)
(93%,79%,91%)

RGB channels and saturation

R 238 of 255 = 93%
G 201 of 255 = 79%
B 231 of 255 = 91%

238
201
231

R + G + B ~ 88%. #EEC9E7 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 201 + 231 = 670 (100%)
R 238 of 670 ~ 35.52%
G 201 of 670 ~ 30%
B 231 of 670 ~ 34.48%

%35.52
%30
%34.48

CMYK color model

#EEC9E7 color CMYK value is (0,16,3,7).

  • cyan value is 0.00%
  • magenta value is 15.55%
  • yellow value is 2.94%
  • key color value is 6.67%
CMYK:
(0,16,3,7)
C0M16Y3K7 
(0%,16%,3%,7%)
(0.00/0.16/0.03/0.07)	

CMYK percentages

%0
%15.55
%2.94
%6.67

Codes

Color #EEC9E7 in popluar color models

EEC9E7
RGB238201231
HSL311°52.11%86.08%
HSB/HSV311°15.55%93.33%
CMYK0.00%15.55%2.94%
6.67%

Color #EEC9E7 in popluar number systems.

HEXEEC9E7
Decimal238201231
Binary111011101100100111100111
Octal356311347

Shades and tints

Shades of #EEC9E7

#EEC9E7
(238,201,231)
#D9B7D2
(217,183,210)
#C4A5BD
(196,165,189)
#AF93A8
(175,147,168)
#9A8193
(154,129,147)
#856F7E
(133,111,126)
#705D69
(112,93,105)
#5B4B54
(91,75,84)
#46393F
(70,57,63)
#31272A
(49,39,42)
#1C1515
(28,21,21)
#000000
(0,0,0)

Tints of #EEC9E7

#EEC9E7
(238,201,231)
#EFCDE9
(239,205,233)
#F0D1EB
(240,209,235)
#F1D5ED
(241,213,237)
#F2D9EF
(242,217,239)
#F3DDF1
(243,221,241)
#F4E1F3
(244,225,243)
#F5E5F5
(245,229,245)
#F6E9F7
(246,233,247)
#F7EDF9
(247,237,249)
#F8F1FB
(248,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC9E7 color. Also use rgb(238,201,231) instead hex code.

Text Font Color

.myTextColor { color: #EEC9E7; }

<p style="color:#EEC9E7">This sample text font color is #EEC9E7.</p>

This text font color is #EEC9E7.


Background Color

.myBgColor { background-color: #EEC9E7; }

<div style="background-color:#EEC9E7">Inner text</div>

This div background color is #EEC9E7.


Border color

.myBorderColor { border: 1px solid #EEC9E7; }

<div style="border:3px solid #EEC9E7">Div</div>

This div border color is #EEC9E7.


Opacity

.myOpacity80 { color: #EEC9E7; opacity: 0.8; }

<p style="color:#EEC9E7;opacity:0.8;">80%</p>

Text with #EEC9E7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EEC9E7;}

<p style="text-shadow: 3px 3px 1px #EEC9E7">Text here.</p>

This text has shadow with #EEC9E7 color.

.textShadow {text-shadow: 3px 3px 1px #EEC9E7, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EEC9E7, 5px 5px 20px red">Text here.</p>

This text has shadow with #EEC9E7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEC9E7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EEC9E7, Direction=45, Strength=4)">Text</p>

This text has shadow with #EEC9E7 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EEC9E7;
  -webkit-box-shadow:	1px 1px 3px 2px #EEC9E7;
  box-shadow:		1px 1px 3px 2px #EEC9E7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEC9E7;
-webkit-box-shadow: 1px 1px 3px 2px #EEC9E7;
box-shadow:1px 1px 3px 2px #EEC9E7;">
Div content here</div>
This div box has shadow with color #EEC9E7.

Preview

Color preview on black background

This text has color #EEC9E7 on black background.


Color preview on white background

This text has color #EEC9E7 on white background.



Black color preview on #EEC9E7 background

This text has black color on #EEC9E7 background.


White color preview on #EEC9E7 background

This text has white color on #EEC9E7 background.