COLOR #EECABC

HEX: #EECABC
RGB: (238,202,188)

Color info

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

RGB color model

#EECABC color RGB value is (238,202,188).

  • red value is 238;
  • green value is 202;
  • blue value is 188.
RGB:
(238,202,188)
(93%,79%,74%)

RGB channels and saturation

R 238 of 255 = 93%
G 202 of 255 = 79%
B 188 of 255 = 74%

238
202
188

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

Portions of RGB colors in percentages

R + G + B =
238 + 202 + 188 = 628 (100%)
R 238 of 628 ~ 37.9%
G 202 of 628 ~ 32.17%
B 188 of 628 ~ 29.94%

%37.9
%32.17
%29.94

CMYK color model

#EECABC color CMYK value is (0,15,21,7).

  • cyan value is 0.00%
  • magenta value is 15.13%
  • yellow value is 21.01%
  • key color value is 6.67%
CMYK:
(0,15,21,7)
C0M15Y21K7 
(0%,15%,21%,7%)
(0.00/0.15/0.21/0.07)	

CMYK percentages

%0
%15.13
%21.01
%6.67

Codes

Color #EECABC in popluar color models

EECABC
RGB238202188
HSL17°59.52%83.53%
HSB/HSV17°21.01%93.33%
CMYK0.00%15.13%21.01%
6.67%

Color #EECABC in popluar number systems.

HEXEECABC
Decimal238202188
Binary111011101100101010111100
Octal356312274

Shades and tints

Shades of #EECABC

#EECABC
(238,202,188)
#D9B8AB
(217,184,171)
#C4A69A
(196,166,154)
#AF9489
(175,148,137)
#9A8278
(154,130,120)
#857067
(133,112,103)
#705E56
(112,94,86)
#5B4C45
(91,76,69)
#463A34
(70,58,52)
#312823
(49,40,35)
#1C1612
(28,22,18)
#000000
(0,0,0)

Tints of #EECABC

#EECABC
(238,202,188)
#EFCEC2
(239,206,194)
#F0D2C8
(240,210,200)
#F1D6CE
(241,214,206)
#F2DAD4
(242,218,212)
#F3DEDA
(243,222,218)
#F4E2E0
(244,226,224)
#F5E6E6
(245,230,230)
#F6EAEC
(246,234,236)
#F7EEF2
(247,238,242)
#F8F2F8
(248,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EECABC; }

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

This text font color is #EECABC.


Background Color

.myBgColor { background-color: #EECABC; }

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

This div background color is #EECABC.


Border color

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

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

This div border color is #EECABC.


Opacity

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

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

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

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

This text has shadow with #EECABC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECABC on black background.


Color preview on white background

This text has color #EECABC on white background.



Black color preview on #EECABC background

This text has black color on #EECABC background.


White color preview on #EECABC background

This text has white color on #EECABC background.