COLOR #EEC5C5

HEX: #EEC5C5
RGB: (238,197,197)

Color info

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

RGB color model

#EEC5C5 color RGB value is (238,197,197).

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

RGB channels and saturation

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

238
197
197

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

Portions of RGB colors in percentages

R + G + B =
238 + 197 + 197 = 632 (100%)
R 238 of 632 ~ 37.66%
G 197 of 632 ~ 31.17%
B 197 of 632 ~ 31.17%

%37.66
%31.17
%31.17

CMYK color model

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

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

CMYK percentages

%0
%17.23
%17.23
%6.67

Codes

Color #EEC5C5 in popluar color models

EEC5C5
RGB238197197
HSL54.67%85.29%
HSB/HSV17.23%93.33%
CMYK0.00%17.23%17.23%
6.67%

Color #EEC5C5 in popluar number systems.

HEXEEC5C5
Decimal238197197
Binary111011101100010111000101
Octal356305305

Shades and tints

Shades of #EEC5C5

#EEC5C5
(238,197,197)
#D9B4B4
(217,180,180)
#C4A3A3
(196,163,163)
#AF9292
(175,146,146)
#9A8181
(154,129,129)
#857070
(133,112,112)
#705F5F
(112,95,95)
#5B4E4E
(91,78,78)
#463D3D
(70,61,61)
#312C2C
(49,44,44)
#1C1B1B
(28,27,27)
#000000
(0,0,0)

Tints of #EEC5C5

#EEC5C5
(238,197,197)
#EFCACA
(239,202,202)
#F0CFCF
(240,207,207)
#F1D4D4
(241,212,212)
#F2D9D9
(242,217,217)
#F3DEDE
(243,222,222)
#F4E3E3
(244,227,227)
#F5E8E8
(245,232,232)
#F6EDED
(246,237,237)
#F7F2F2
(247,242,242)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC5C5; }

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

This text font color is #EEC5C5.


Background Color

.myBgColor { background-color: #EEC5C5; }

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

This div background color is #EEC5C5.


Border color

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

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

This div border color is #EEC5C5.


Opacity

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

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

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

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

This text has shadow with #EEC5C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC5C5 on black background.


Color preview on white background

This text has color #EEC5C5 on white background.



Black color preview on #EEC5C5 background

This text has black color on #EEC5C5 background.


White color preview on #EEC5C5 background

This text has white color on #EEC5C5 background.