COLOR #EEC9DF

HEX: #EEC9DF
RGB: (238,201,223)

Color info

#EEC9DF contains red, green and blue colors in about the same proportion. Web safe color of #EEC9DF is #FFCCCC (or #FCC).

RGB color model

#EEC9DF color RGB value is (238,201,223).

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

RGB channels and saturation

R 238 of 255 = 93%
G 201 of 255 = 79%
B 223 of 255 = 87%

238
201
223

R + G + B ~ 86%. #EEC9DF is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 201 + 223 = 662 (100%)
R 238 of 662 ~ 35.95%
G 201 of 662 ~ 30.36%
B 223 of 662 ~ 33.69%

%35.95
%30.36
%33.69

CMYK color model

#EEC9DF color CMYK value is (0,16,6,7).

  • cyan value is 0.00%
  • magenta value is 15.55%
  • yellow value is 6.30%
  • key color value is 6.67%
CMYK: (0,16,6,7) C0M16Y6K7 (0%,16%,6%,7%) (0.00/0.16/0.06/0.07)

CMYK percentages

%0
%15.55
%6.3
%6.67

Codes

Color #EEC9DF in popluar color models

EEC9DF
RGB238201223
HSL324°52.11%86.08%
HSB/HSV324°15.55%93.33%
CMYK0.00%15.55%6.30%
6.67%

Color #EEC9DF in popluar number systems.

HEXEEC9DF
Decimal238201223
Binary111011101100100111011111
Octal356311337

Shades and tints

Shades of #EEC9DF

#EEC9DF
(238,201,223)
#D9B7CB
(217,183,203)
#C4A5B7
(196,165,183)
#AF93A3
(175,147,163)
#9A818F
(154,129,143)
#856F7B
(133,111,123)
#705D67
(112,93,103)
#5B4B53
(91,75,83)
#46393F
(70,57,63)
#31272B
(49,39,43)
#1C1517
(28,21,23)
#000000
(0,0,0)

Tints of #EEC9DF

#EEC9DF
(238,201,223)
#EFCDE1
(239,205,225)
#F0D1E3
(240,209,227)
#F1D5E5
(241,213,229)
#F2D9E7
(242,217,231)
#F3DDE9
(243,221,233)
#F4E1EB
(244,225,235)
#F5E5ED
(245,229,237)
#F6E9EF
(246,233,239)
#F7EDF1
(247,237,241)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC9DF; }

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

This text font color is #EEC9DF.


Background Color

.myBgColor { background-color: #EEC9DF; }

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

This div background color is #EEC9DF.


Border color

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

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

This div border color is #EEC9DF.


Opacity

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

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

Text with #EEC9DF 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 #EEC9DF;}

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

This text has shadow with #EEC9DF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EEC9DF on black background.


Color preview on white background

This text has color #EEC9DF on white background.



Black color preview on #EEC9DF background

This text has black color on #EEC9DF background.


White color preview on #EEC9DF background

This text has white color on #EEC9DF background.