COLOR #E9CBBC

HEX: #E9CBBC RGB: (233,203,188)

Color info

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

RGB color model

#E9CBBC color RGB value is (233,203,188).

RGB: (233,203,188) (91%, 80%, 74%)

RGB channels and saturation

R 233 of 255 = 91%
G 203 of 255 = 80%
B 188 of 255 = 74%

233
203
188

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

Portions of RGB colors in percentages

R + G + B = 233 + 203 + 188 = 624 (100%)
R 233 of 624 ~ 37.34%
G 203 of 624 ~ 32.53%
B 188 of 624 ~ 30.13'%

%37.34
%32.53
%30.13

CMYK color model

#E9CBBC color CMYK value is (0,13,19,9).

  • cyan value is 0.00%
  • magenta value is 12.88%
  • yellow value is 19.31%
  • key color value is 8.63%

CMYK: (0,13,19,9)
C0M13Y19K9 (0%, 13%, 19%, 9%)
(0.00 / 0.13 / 0.19 / 0.09)

CMYK percentages

%0
%12.88
%19.31
%8.63

Codes

Color #E9CBBC in popluar color models

E9 CB BC
RGB 233 203 188
HSL 20° 50.56% 82.55%
HSB/HSV 20° 19.31% 91.37%
CMYK 0.00% 12.88% 19.31%
8.63%

Color #E9CBBC in popluar number systems.

HEX E9 CB BC
Decimal 233 203 188
Binary 11101001 11001011 10111100
Octal 351 313 274

Shades and tints

Shades of #E9CBBC

#E9CBBC
(233,203,188)
#D4B9AB
(212,185,171)
#BFA79A
(191,167,154)
#AA9589
(170,149,137)
#958378
(149,131,120)
#807167
(128,113,103)
#6B5F56
(107,95,86)
#564D45
(86,77,69)
#413B34
(65,59,52)
#2C2923
(44,41,35)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #E9CBBC

#E9CBBC
(233,203,188)
#EBCFC2
(235,207,194)
#EDD3C8
(237,211,200)
#EFD7CE
(239,215,206)
#F1DBD4
(241,219,212)
#F3DFDA
(243,223,218)
#F5E3E0
(245,227,224)
#F7E7E6
(247,231,230)
#F9EBEC
(249,235,236)
#FBEFF2
(251,239,242)
#FDF3F8
(253,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9CBBC color. Also use rgb(233,203,188) instead hex code.

Text Font Color

.myTextColor { color: #E9CBBC; }

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

This text font color is #E9CBBC.

Background Color

.myBgColor { background-color: #E9CBBC; }

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

This div background color is #E9CBBC.

Border color

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

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

This div border color is #E9CBBC.

Opacity

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

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

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

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

This text has shadow with #E9CBBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9CBBC.

Preview

Color preview on black background

This text has color #E9CBBC on black background.


Color preview on white background

This text has color #E9CBBC on white background.


Black color preview on #E9CBBC background

This text has black color on #E9CBBC background.


White color preview on #E9CBBC background

This text has white color on #E9CBBC background.


Related colors

Complementary color

Complementary color for #hex is #163443.


I love getcolorcode.com

Triadic colors

1 #BCE9CB and #CBBCE9 with #E9CBBC are triadic colors.

2 #BCCBE9 and #CBE9BC with #E9CBBC are triadic colors.