COLOR #EEC7D2

HEX: #EEC7D2 RGB: (238,199,210)

Color info

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

RGB color model

#EEC7D2 color RGB value is (238,199,210).

RGB: (238,199,210) (93%, 78%, 82%)

RGB channels and saturation

R 238 of 255 = 93%
G 199 of 255 = 78%
B 210 of 255 = 82%

238
199
210

R + G + B ~ 84%. #EEC7D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 199 + 210 = 647 (100%)
R 238 of 647 ~ 36.79%
G 199 of 647 ~ 30.76%
B 210 of 647 ~ 32.46'%

%36.79
%30.76
%32.46

CMYK color model

#EEC7D2 color CMYK value is (0,16,12,7).

  • cyan value is 0.00%
  • magenta value is 16.39%
  • yellow value is 11.76%
  • key color value is 6.67%

CMYK: (0,16,12,7)
C0M16Y12K7 (0%, 16%, 12%, 7%)
(0.00 / 0.16 / 0.12 / 0.07)

CMYK percentages

%0
%16.39
%11.76
%6.67

Codes

Color #EEC7D2 in popluar color models

EE C7 D2
RGB 238 199 210
HSL 343° 53.42% 85.69%
HSB/HSV 343° 16.39% 93.33%
CMYK 0.00% 16.39% 11.76%
6.67%

Color #EEC7D2 in popluar number systems.

HEX EE C7 D2
Decimal 238 199 210
Binary 11101110 11000111 11010010
Octal 356 307 322

Shades and tints

Shades of #EEC7D2

#EEC7D2
(238,199,210)
#D9B5BF
(217,181,191)
#C4A3AC
(196,163,172)
#AF9199
(175,145,153)
#9A7F86
(154,127,134)
#856D73
(133,109,115)
#705B60
(112,91,96)
#5B494D
(91,73,77)
#46373A
(70,55,58)
#312527
(49,37,39)
#1C1314
(28,19,20)
#000000
(0,0,0)

Tints of #EEC7D2

#EEC7D2
(238,199,210)
#EFCCD6
(239,204,214)
#F0D1DA
(240,209,218)
#F1D6DE
(241,214,222)
#F2DBE2
(242,219,226)
#F3E0E6
(243,224,230)
#F4E5EA
(244,229,234)
#F5EAEE
(245,234,238)
#F6EFF2
(246,239,242)
#F7F4F6
(247,244,246)
#F8F9FA
(248,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC7D2 color. Also use rgb(238,199,210) instead hex code.

Text Font Color

.myTextColor { color: #EEC7D2; }

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

This text font color is #EEC7D2.

Background Color

.myBgColor { background-color: #EEC7D2; }

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

This div background color is #EEC7D2.

Border color

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

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

This div border color is #EEC7D2.

Opacity

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

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

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

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

This text has shadow with #EEC7D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC7D2.

Preview

Color preview on black background

This text has color #EEC7D2 on black background.


Color preview on white background

This text has color #EEC7D2 on white background.


Black color preview on #EEC7D2 background

This text has black color on #EEC7D2 background.


White color preview on #EEC7D2 background

This text has white color on #EEC7D2 background.


Related colors

Complementary color

Complementary color for #hex is #11382D.


I love getcolorcode.com

Triadic colors

1 #D2EEC7 and #C7D2EE with #EEC7D2 are triadic colors.

2 #D2C7EE and #C7EED2 with #EEC7D2 are triadic colors.