COLOR #EECBB9

HEX: #EECBB9 RGB: (238,203,185)

Color info

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

RGB color model

#EECBB9 color RGB value is (238,203,185).

RGB: (238,203,185) (93%, 80%, 73%)

RGB channels and saturation

R 238 of 255 = 93%
G 203 of 255 = 80%
B 185 of 255 = 73%

238
203
185

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

Portions of RGB colors in percentages

R + G + B = 238 + 203 + 185 = 626 (100%)
R 238 of 626 ~ 38.02%
G 203 of 626 ~ 32.43%
B 185 of 626 ~ 29.55'%

%38.02
%32.43
%29.55

CMYK color model

#EECBB9 color CMYK value is (0,15,22,7).

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 22.27%
  • key color value is 6.67%

CMYK: (0,15,22,7)
C0M15Y22K7 (0%, 15%, 22%, 7%)
(0.00 / 0.15 / 0.22 / 0.07)

CMYK percentages

%0
%14.71
%22.27
%6.67

Codes

Color #EECBB9 in popluar color models

EE CB B9
RGB 238 203 185
HSL 20° 60.92% 82.94%
HSB/HSV 20° 22.27% 93.33%
CMYK 0.00% 14.71% 22.27%
6.67%

Color #EECBB9 in popluar number systems.

HEX EE CB B9
Decimal 238 203 185
Binary 11101110 11001011 10111001
Octal 356 313 271

Shades and tints

Shades of #EECBB9

#EECBB9
(238,203,185)
#D9B9A9
(217,185,169)
#C4A799
(196,167,153)
#AF9589
(175,149,137)
#9A8379
(154,131,121)
#857169
(133,113,105)
#705F59
(112,95,89)
#5B4D49
(91,77,73)
#463B39
(70,59,57)
#312929
(49,41,41)
#1C1719
(28,23,25)
#000000
(0,0,0)

Tints of #EECBB9

#EECBB9
(238,203,185)
#EFCFBF
(239,207,191)
#F0D3C5
(240,211,197)
#F1D7CB
(241,215,203)
#F2DBD1
(242,219,209)
#F3DFD7
(243,223,215)
#F4E3DD
(244,227,221)
#F5E7E3
(245,231,227)
#F6EBE9
(246,235,233)
#F7EFEF
(247,239,239)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EECBB9; }

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

This text font color is #EECBB9.

Background Color

.myBgColor { background-color: #EECBB9; }

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

This div background color is #EECBB9.

Border color

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

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

This div border color is #EECBB9.

Opacity

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

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

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

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

This text has shadow with #EECBB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EECBB9.

Preview

Color preview on black background

This text has color #EECBB9 on black background.


Color preview on white background

This text has color #EECBB9 on white background.


Black color preview on #EECBB9 background

This text has black color on #EECBB9 background.


White color preview on #EECBB9 background

This text has white color on #EECBB9 background.


Related colors

Complementary color

Complementary color for #hex is #113446.


I love getcolorcode.com

Triadic colors

1 #B9EECB and #CBB9EE with #EECBB9 are triadic colors.

2 #B9CBEE and #CBEEB9 with #EECBB9 are triadic colors.