COLOR #E4C9CB

HEX: #E4C9CB RGB: (228,201,203)

Color info

#E4C9CB contains red, green and blue colors in about the same proportion. Web safe color of #E4C9CB is #CCCCCC (or #CCC).

RGB color model

#E4C9CB color RGB value is (228,201,203).

RGB: (228,201,203) (89%, 79%, 80%)

RGB channels and saturation

R 228 of 255 = 89%
G 201 of 255 = 79%
B 203 of 255 = 80%

228
201
203

R + G + B ~ 83%. #E4C9CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 201 + 203 = 632 (100%)
R 228 of 632 ~ 36.08%
G 201 of 632 ~ 31.8%
B 203 of 632 ~ 32.12'%

%36.08
%31.8
%32.12

CMYK color model

#E4C9CB color CMYK value is (0,12,11,11).

  • cyan value is 0.00%
  • magenta value is 11.84%
  • yellow value is 10.96%
  • key color value is 10.59%
CMYK: (0,12,11,11) C0M12Y11K11 (0%,12%,11%,11%) (0.00/0.12/0.11/0.11) 

CMYK percentages

%0
%11.84
%10.96
%10.59

Codes

Color #E4C9CB in popluar color models

E4 C9 CB
RGB 228 201 203
HSL 356° 33.33% 84.12%
HSB/HSV 356° 11.84% 89.41%
CMYK 0.00% 11.84% 10.96%
10.59%

Color #E4C9CB in popluar number systems.

HEX E4 C9 CB
Decimal 228 201 203
Binary 11100100 11001001 11001011
Octal 344 311 313

Shades and tints

Shades of #E4C9CB

#E4C9CB
(228,201,203)
#D0B7B9
(208,183,185)
#BCA5A7
(188,165,167)
#A89395
(168,147,149)
#948183
(148,129,131)
#806F71
(128,111,113)
#6C5D5F
(108,93,95)
#584B4D
(88,75,77)
#44393B
(68,57,59)
#302729
(48,39,41)
#1C1517
(28,21,23)
#000000
(0,0,0)

Tints of #E4C9CB

#E4C9CB
(228,201,203)
#E6CDCF
(230,205,207)
#E8D1D3
(232,209,211)
#EAD5D7
(234,213,215)
#ECD9DB
(236,217,219)
#EEDDDF
(238,221,223)
#F0E1E3
(240,225,227)
#F2E5E7
(242,229,231)
#F4E9EB
(244,233,235)
#F6EDEF
(246,237,239)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C9CB color. Also use rgb(228,201,203) instead hex code.

Text Font Color

.myTextColor { color: #E4C9CB; }

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

This text font color is #E4C9CB.

Background Color

.myBgColor { background-color: #E4C9CB; }

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

This div background color is #E4C9CB.

Border color

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

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

This div border color is #E4C9CB.

Opacity

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

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

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

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

This text has shadow with #E4C9CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4C9CB.

Preview

Color preview on black background

This text has color #E4C9CB on black background.


Color preview on white background

This text has color #E4C9CB on white background.


Black color preview on #E4C9CB background

This text has black color on #E4C9CB background.


White color preview on #E4C9CB background

This text has white color on #E4C9CB background.


Related colors

Complementary color

Complementary color for #hex is #1B3634.


I love getcolorcode.com

Triadic colors

1 #CBE4C9 and #C9CBE4 with #E4C9CB are triadic colors.

2 #CBC9E4 and #C9E4CB with #E4C9CB are triadic colors.