COLOR #EEC7C2

HEX: #EEC7C2
RGB: (238,199,194)

Color info

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

RGB color model

#EEC7C2 color RGB value is (238,199,194).

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

RGB channels and saturation

R 238 of 255 = 93%
G 199 of 255 = 78%
B 194 of 255 = 76%

238
199
194

R + G + B ~ 82%. #EEC7C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 199 + 194 = 631 (100%)
R 238 of 631 ~ 37.72%
G 199 of 631 ~ 31.54%
B 194 of 631 ~ 30.74%

%37.72
%31.54
%30.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.39%
  • yellow value is 18.49%
  • key color value is 6.67%
CMYK:
(0,16,18,7)
C0M16Y18K7 
(0%,16%,18%,7%)
(0.00/0.16/0.18/0.07)	

CMYK percentages

%0
%16.39
%18.49
%6.67

Codes

Color #EEC7C2 in popluar color models

EEC7C2
RGB238199194
HSL56.41%84.71%
HSB/HSV18.49%93.33%
CMYK0.00%16.39%18.49%
6.67%

Color #EEC7C2 in popluar number systems.

HEXEEC7C2
Decimal238199194
Binary111011101100011111000010
Octal356307302

Shades and tints

Shades of #EEC7C2

#EEC7C2
(238,199,194)
#D9B5B1
(217,181,177)
#C4A3A0
(196,163,160)
#AF918F
(175,145,143)
#9A7F7E
(154,127,126)
#856D6D
(133,109,109)
#705B5C
(112,91,92)
#5B494B
(91,73,75)
#46373A
(70,55,58)
#312529
(49,37,41)
#1C1318
(28,19,24)
#000000
(0,0,0)

Tints of #EEC7C2

#EEC7C2
(238,199,194)
#EFCCC7
(239,204,199)
#F0D1CC
(240,209,204)
#F1D6D1
(241,214,209)
#F2DBD6
(242,219,214)
#F3E0DB
(243,224,219)
#F4E5E0
(244,229,224)
#F5EAE5
(245,234,229)
#F6EFEA
(246,239,234)
#F7F4EF
(247,244,239)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC7C2; }

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

This text font color is #EEC7C2.


Background Color

.myBgColor { background-color: #EEC7C2; }

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

This div background color is #EEC7C2.


Border color

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

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

This div border color is #EEC7C2.


Opacity

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

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

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

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

This text has shadow with #EEC7C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC7C2 on black background.


Color preview on white background

This text has color #EEC7C2 on white background.



Black color preview on #EEC7C2 background

This text has black color on #EEC7C2 background.


White color preview on #EEC7C2 background

This text has white color on #EEC7C2 background.