COLOR #E1E4CB

HEX: #E1E4CB RGB: (225,228,203)

Color info

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

RGB color model

#E1E4CB color RGB value is (225,228,203).

RGB: (225,228,203) (88%, 89%, 80%)

RGB channels and saturation

R 225 of 255 = 88%
G 228 of 255 = 89%
B 203 of 255 = 80%

225
228
203

R + G + B ~ 86%. #E1E4CB is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 228 + 203 = 656 (100%)
R 225 of 656 ~ 34.3%
G 228 of 656 ~ 34.76%
B 203 of 656 ~ 30.95'%

%34.3
%34.76
%30.95

CMYK color model

#E1E4CB color CMYK value is (1,0,11,11).

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

CMYK: (1,0,11,11)
C1M0Y11K11 (1%, 0%, 11%, 11%)
(0.01 / 0.00 / 0.11 / 0.11)

CMYK percentages

%1.32
%0
%10.96
%10.59

Codes

Color #E1E4CB in popluar color models

E1 E4 CB
RGB 225 228 203
HSL 67° 31.65% 84.51%
HSB/HSV 67° 10.96% 89.41%
CMYK 1.32% 0.00% 10.96%
10.59%

Color #E1E4CB in popluar number systems.

HEX E1 E4 CB
Decimal 225 228 203
Binary 11100001 11100100 11001011
Octal 341 344 313

Shades and tints

Shades of #E1E4CB

#E1E4CB
(225,228,203)
#CDD0B9
(205,208,185)
#B9BCA7
(185,188,167)
#A5A895
(165,168,149)
#919483
(145,148,131)
#7D8071
(125,128,113)
#696C5F
(105,108,95)
#55584D
(85,88,77)
#41443B
(65,68,59)
#2D3029
(45,48,41)
#191C17
(25,28,23)
#000000
(0,0,0)

Tints of #E1E4CB

#E1E4CB
(225,228,203)
#E3E6CF
(227,230,207)
#E5E8D3
(229,232,211)
#E7EAD7
(231,234,215)
#E9ECDB
(233,236,219)
#EBEEDF
(235,238,223)
#EDF0E3
(237,240,227)
#EFF2E7
(239,242,231)
#F1F4EB
(241,244,235)
#F3F6EF
(243,246,239)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E4CB; }

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

This text font color is #E1E4CB.

Background Color

.myBgColor { background-color: #E1E4CB; }

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

This div background color is #E1E4CB.

Border color

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

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

This div border color is #E1E4CB.

Opacity

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

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

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

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

This text has shadow with #E1E4CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1E4CB.

Preview

Color preview on black background

This text has color #E1E4CB on black background.


Color preview on white background

This text has color #E1E4CB on white background.


Black color preview on #E1E4CB background

This text has black color on #E1E4CB background.


White color preview on #E1E4CB background

This text has white color on #E1E4CB background.


Related colors

Complementary color

Complementary color for #hex is #1E1B34.


I love getcolorcode.com

Triadic colors

1 #CBE1E4 and #E4CBE1 with #E1E4CB are triadic colors.

2 #CBE4E1 and #E4E1CB with #E1E4CB are triadic colors.