COLOR #EEC9D5

HEX: #EEC9D5 RGB: (238,201,213)

Color info

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

RGB color model

#EEC9D5 color RGB value is (238,201,213).

RGB: (238,201,213) (93%, 79%, 84%)

RGB channels and saturation

R 238 of 255 = 93%
G 201 of 255 = 79%
B 213 of 255 = 84%

238
201
213

R + G + B ~ 85%. #EEC9D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 201 + 213 = 652 (100%)
R 238 of 652 ~ 36.5%
G 201 of 652 ~ 30.83%
B 213 of 652 ~ 32.67'%

%36.5
%30.83
%32.67

CMYK color model

#EEC9D5 color CMYK value is (0,16,11,7).

  • cyan value is 0.00%
  • magenta value is 15.55%
  • yellow value is 10.50%
  • key color value is 6.67%

CMYK: (0,16,11,7)
C0M16Y11K7 (0%, 16%, 11%, 7%)
(0.00 / 0.16 / 0.11 / 0.07)

CMYK percentages

%0
%15.55
%10.5
%6.67

Codes

Color #EEC9D5 in popluar color models

EE C9 D5
RGB 238 201 213
HSL 341° 52.11% 86.08%
HSB/HSV 341° 15.55% 93.33%
CMYK 0.00% 15.55% 10.50%
6.67%

Color #EEC9D5 in popluar number systems.

HEX EE C9 D5
Decimal 238 201 213
Binary 11101110 11001001 11010101
Octal 356 311 325

Shades and tints

Shades of #EEC9D5

#EEC9D5
(238,201,213)
#D9B7C2
(217,183,194)
#C4A5AF
(196,165,175)
#AF939C
(175,147,156)
#9A8189
(154,129,137)
#856F76
(133,111,118)
#705D63
(112,93,99)
#5B4B50
(91,75,80)
#46393D
(70,57,61)
#31272A
(49,39,42)
#1C1517
(28,21,23)
#000000
(0,0,0)

Tints of #EEC9D5

#EEC9D5
(238,201,213)
#EFCDD8
(239,205,216)
#F0D1DB
(240,209,219)
#F1D5DE
(241,213,222)
#F2D9E1
(242,217,225)
#F3DDE4
(243,221,228)
#F4E1E7
(244,225,231)
#F5E5EA
(245,229,234)
#F6E9ED
(246,233,237)
#F7EDF0
(247,237,240)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC9D5; }

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

This text font color is #EEC9D5.

Background Color

.myBgColor { background-color: #EEC9D5; }

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

This div background color is #EEC9D5.

Border color

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

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

This div border color is #EEC9D5.

Opacity

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

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

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

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

This text has shadow with #EEC9D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC9D5.

Preview

Color preview on black background

This text has color #EEC9D5 on black background.


Color preview on white background

This text has color #EEC9D5 on white background.


Black color preview on #EEC9D5 background

This text has black color on #EEC9D5 background.


White color preview on #EEC9D5 background

This text has white color on #EEC9D5 background.


Related colors

Complementary color

Complementary color for #hex is #11362A.


I love getcolorcode.com

Triadic colors

1 #D5EEC9 and #C9D5EE with #EEC9D5 are triadic colors.

2 #D5C9EE and #C9EED5 with #EEC9D5 are triadic colors.