COLOR #EEC7C5

HEX: #EEC7C5
RGB: (238,199,197)

Color info

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

RGB color model

#EEC7C5 color RGB value is (238,199,197).

  • red value is 238;
  • green value is 199;
  • blue value is 197.
RGB:
(238,199,197)
(93%,78%,77%)

RGB channels and saturation

R 238 of 255 = 93%
G 199 of 255 = 78%
B 197 of 255 = 77%

238
199
197

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

Portions of RGB colors in percentages

R + G + B =
238 + 199 + 197 = 634 (100%)
R 238 of 634 ~ 37.54%
G 199 of 634 ~ 31.39%
B 197 of 634 ~ 31.07%

%37.54
%31.39
%31.07

CMYK color model

#EEC7C5 color CMYK value is (0,16,17,7).

  • cyan value is 0.00%
  • magenta value is 16.39%
  • yellow value is 17.23%
  • key color value is 6.67%
CMYK:
(0,16,17,7)
C0M16Y17K7 
(0%,16%,17%,7%)
(0.00/0.16/0.17/0.07)	

CMYK percentages

%0
%16.39
%17.23
%6.67

Codes

Color #EEC7C5 in popluar color models

EEC7C5
RGB238199197
HSL54.67%85.29%
HSB/HSV17.23%93.33%
CMYK0.00%16.39%17.23%
6.67%

Color #EEC7C5 in popluar number systems.

HEXEEC7C5
Decimal238199197
Binary111011101100011111000101
Octal356307305

Shades and tints

Shades of #EEC7C5

#EEC7C5
(238,199,197)
#D9B5B4
(217,181,180)
#C4A3A3
(196,163,163)
#AF9192
(175,145,146)
#9A7F81
(154,127,129)
#856D70
(133,109,112)
#705B5F
(112,91,95)
#5B494E
(91,73,78)
#46373D
(70,55,61)
#31252C
(49,37,44)
#1C131B
(28,19,27)
#000000
(0,0,0)

Tints of #EEC7C5

#EEC7C5
(238,199,197)
#EFCCCA
(239,204,202)
#F0D1CF
(240,209,207)
#F1D6D4
(241,214,212)
#F2DBD9
(242,219,217)
#F3E0DE
(243,224,222)
#F4E5E3
(244,229,227)
#F5EAE8
(245,234,232)
#F6EFED
(246,239,237)
#F7F4F2
(247,244,242)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC7C5; }

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

This text font color is #EEC7C5.


Background Color

.myBgColor { background-color: #EEC7C5; }

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

This div background color is #EEC7C5.


Border color

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

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

This div border color is #EEC7C5.


Opacity

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

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

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

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

This text has shadow with #EEC7C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC7C5 on black background.


Color preview on white background

This text has color #EEC7C5 on white background.



Black color preview on #EEC7C5 background

This text has black color on #EEC7C5 background.


White color preview on #EEC7C5 background

This text has white color on #EEC7C5 background.