COLOR #EEC4C9

HEX: #EEC4C9 RGB: (238,196,201)

Color info

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

RGB color model

#EEC4C9 color RGB value is (238,196,201).

RGB: (238,196,201) (93%, 77%, 79%)

RGB channels and saturation

R 238 of 255 = 93%
G 196 of 255 = 77%
B 201 of 255 = 79%

238
196
201

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

Portions of RGB colors in percentages

R + G + B = 238 + 196 + 201 = 635 (100%)
R 238 of 635 ~ 37.48%
G 196 of 635 ~ 30.87%
B 201 of 635 ~ 31.65'%

%37.48
%30.87
%31.65

CMYK color model

#EEC4C9 color CMYK value is (0,18,16,7).

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

CMYK: (0,18,16,7)
C0M18Y16K7 (0%, 18%, 16%, 7%)
(0.00 / 0.18 / 0.16 / 0.07)

CMYK percentages

%0
%17.65
%15.55
%6.67

Codes

Color #EEC4C9 in popluar color models

EE C4 C9
RGB 238 196 201
HSL 353° 55.26% 85.10%
HSB/HSV 353° 17.65% 93.33%
CMYK 0.00% 17.65% 15.55%
6.67%

Color #EEC4C9 in popluar number systems.

HEX EE C4 C9
Decimal 238 196 201
Binary 11101110 11000100 11001001
Octal 356 304 311

Shades and tints

Shades of #EEC4C9

#EEC4C9
(238,196,201)
#D9B3B7
(217,179,183)
#C4A2A5
(196,162,165)
#AF9193
(175,145,147)
#9A8081
(154,128,129)
#856F6F
(133,111,111)
#705E5D
(112,94,93)
#5B4D4B
(91,77,75)
#463C39
(70,60,57)
#312B27
(49,43,39)
#1C1A15
(28,26,21)
#000000
(0,0,0)

Tints of #EEC4C9

#EEC4C9
(238,196,201)
#EFC9CD
(239,201,205)
#F0CED1
(240,206,209)
#F1D3D5
(241,211,213)
#F2D8D9
(242,216,217)
#F3DDDD
(243,221,221)
#F4E2E1
(244,226,225)
#F5E7E5
(245,231,229)
#F6ECE9
(246,236,233)
#F7F1ED
(247,241,237)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC4C9; }

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

This text font color is #EEC4C9.

Background Color

.myBgColor { background-color: #EEC4C9; }

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

This div background color is #EEC4C9.

Border color

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

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

This div border color is #EEC4C9.

Opacity

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

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

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

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

This text has shadow with #EEC4C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC4C9.

Preview

Color preview on black background

This text has color #EEC4C9 on black background.


Color preview on white background

This text has color #EEC4C9 on white background.


Black color preview on #EEC4C9 background

This text has black color on #EEC4C9 background.


White color preview on #EEC4C9 background

This text has white color on #EEC4C9 background.


Related colors

Complementary color

Complementary color for #hex is #113B36.


I love getcolorcode.com

Triadic colors

1 #C9EEC4 and #C4C9EE with #EEC4C9 are triadic colors.

2 #C9C4EE and #C4EEC9 with #EEC4C9 are triadic colors.