COLOR #E4C0CB

HEX: #E4C0CB RGB: (228,192,203)

Color info

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

RGB color model

#E4C0CB color RGB value is (228,192,203).

RGB: (228,192,203) (89%, 75%, 80%)

RGB channels and saturation

R 228 of 255 = 89%
G 192 of 255 = 75%
B 203 of 255 = 80%

228
192
203

R + G + B ~ 81%. #E4C0CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 192 + 203 = 623 (100%)
R 228 of 623 ~ 36.6%
G 192 of 623 ~ 30.82%
B 203 of 623 ~ 32.58'%

%36.6
%30.82
%32.58

CMYK color model

#E4C0CB color CMYK value is (0,16,11,11).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 10.96%
  • key color value is 10.59%

CMYK: (0,16,11,11)
C0M16Y11K11 (0%, 16%, 11%, 11%)
(0.00 / 0.16 / 0.11 / 0.11)

CMYK percentages

%0
%15.79
%10.96
%10.59

Codes

Color #E4C0CB in popluar color models

E4 C0 CB
RGB 228 192 203
HSL 342° 40.00% 82.35%
HSB/HSV 342° 15.79% 89.41%
CMYK 0.00% 15.79% 10.96%
10.59%

Color #E4C0CB in popluar number systems.

HEX E4 C0 CB
Decimal 228 192 203
Binary 11100100 11000000 11001011
Octal 344 300 313

Shades and tints

Shades of #E4C0CB

#E4C0CB
(228,192,203)
#D0AFB9
(208,175,185)
#BC9EA7
(188,158,167)
#A88D95
(168,141,149)
#947C83
(148,124,131)
#806B71
(128,107,113)
#6C5A5F
(108,90,95)
#58494D
(88,73,77)
#44383B
(68,56,59)
#302729
(48,39,41)
#1C1617
(28,22,23)
#000000
(0,0,0)

Tints of #E4C0CB

#E4C0CB
(228,192,203)
#E6C5CF
(230,197,207)
#E8CAD3
(232,202,211)
#EACFD7
(234,207,215)
#ECD4DB
(236,212,219)
#EED9DF
(238,217,223)
#F0DEE3
(240,222,227)
#F2E3E7
(242,227,231)
#F4E8EB
(244,232,235)
#F6EDEF
(246,237,239)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4C0CB; }

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

This text font color is #E4C0CB.

Background Color

.myBgColor { background-color: #E4C0CB; }

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

This div background color is #E4C0CB.

Border color

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

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

This div border color is #E4C0CB.

Opacity

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

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

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

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

This text has shadow with #E4C0CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4C0CB.

Preview

Color preview on black background

This text has color #E4C0CB on black background.


Color preview on white background

This text has color #E4C0CB on white background.


Black color preview on #E4C0CB background

This text has black color on #E4C0CB background.


White color preview on #E4C0CB background

This text has white color on #E4C0CB background.


Related colors

Complementary color

Complementary color for #hex is #1B3F34.


I love getcolorcode.com

Triadic colors

1 #CBE4C0 and #C0CBE4 with #E4C0CB are triadic colors.

2 #CBC0E4 and #C0E4CB with #E4C0CB are triadic colors.