COLOR #EEC5CD

HEX: #EEC5CD RGB: (238,197,205)

Color info

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

RGB color model

#EEC5CD color RGB value is (238,197,205).

RGB: (238,197,205) (93%, 77%, 80%)

RGB channels and saturation

R 238 of 255 = 93%
G 197 of 255 = 77%
B 205 of 255 = 80%

238
197
205

R + G + B ~ 83%. #EEC5CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 197 + 205 = 640 (100%)
R 238 of 640 ~ 37.19%
G 197 of 640 ~ 30.78%
B 205 of 640 ~ 32.03'%

%37.19
%30.78
%32.03

CMYK color model

#EEC5CD color CMYK value is (0,17,14,7).

  • cyan value is 0.00%
  • magenta value is 17.23%
  • yellow value is 13.87%
  • key color value is 6.67%
CMYK: (0,17,14,7) C0M17Y14K7 (0%,17%,14%,7%) (0.00/0.17/0.14/0.07) 

CMYK percentages

%0
%17.23
%13.87
%6.67

Codes

Color #EEC5CD in popluar color models

EE C5 CD
RGB 238 197 205
HSL 348° 54.67% 85.29%
HSB/HSV 348° 17.23% 93.33%
CMYK 0.00% 17.23% 13.87%
6.67%

Color #EEC5CD in popluar number systems.

HEX EE C5 CD
Decimal 238 197 205
Binary 11101110 11000101 11001101
Octal 356 305 315

Shades and tints

Shades of #EEC5CD

#EEC5CD
(238,197,205)
#D9B4BB
(217,180,187)
#C4A3A9
(196,163,169)
#AF9297
(175,146,151)
#9A8185
(154,129,133)
#857073
(133,112,115)
#705F61
(112,95,97)
#5B4E4F
(91,78,79)
#463D3D
(70,61,61)
#312C2B
(49,44,43)
#1C1B19
(28,27,25)
#000000
(0,0,0)

Tints of #EEC5CD

#EEC5CD
(238,197,205)
#EFCAD1
(239,202,209)
#F0CFD5
(240,207,213)
#F1D4D9
(241,212,217)
#F2D9DD
(242,217,221)
#F3DEE1
(243,222,225)
#F4E3E5
(244,227,229)
#F5E8E9
(245,232,233)
#F6EDED
(246,237,237)
#F7F2F1
(247,242,241)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC5CD color. Also use rgb(238,197,205) instead hex code.

Text Font Color

.myTextColor { color: #EEC5CD; }

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

This text font color is #EEC5CD.

Background Color

.myBgColor { background-color: #EEC5CD; }

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

This div background color is #EEC5CD.

Border color

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

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

This div border color is #EEC5CD.

Opacity

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

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

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

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

This text has shadow with #EEC5CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC5CD.

Preview

Color preview on black background

This text has color #EEC5CD on black background.


Color preview on white background

This text has color #EEC5CD on white background.


Black color preview on #EEC5CD background

This text has black color on #EEC5CD background.


White color preview on #EEC5CD background

This text has white color on #EEC5CD background.


Related colors

Complementary color

Complementary color for #hex is #113A32.


I love getcolorcode.com

Triadic colors

1 #CDEEC5 and #C5CDEE with #EEC5CD are triadic colors.

2 #CDC5EE and #C5EECD with #EEC5CD are triadic colors.