COLOR #E1CB9B

HEX: #E1CB9B RGB: (225,203,155)

Color info

#E1CB9B contains mainly red and green colors. Web safe color of #E1CB9B is #CCCC99 (or #CC9).

RGB color model

#E1CB9B color RGB value is (225,203,155).

RGB: (225,203,155) (88%, 80%, 61%)

RGB channels and saturation

R 225 of 255 = 88%
G 203 of 255 = 80%
B 155 of 255 = 61%

225
203
155

R + G + B ~ 76%. #E1CB9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 203 + 155 = 583 (100%)
R 225 of 583 ~ 38.59%
G 203 of 583 ~ 34.82%
B 155 of 583 ~ 26.59'%

%38.59
%34.82
%26.59

CMYK color model

#E1CB9B color CMYK value is (0,10,31,12).

  • cyan value is 0.00%
  • magenta value is 9.78%
  • yellow value is 31.11%
  • key color value is 11.76%

CMYK: (0,10,31,12)
C0M10Y31K12 (0%, 10%, 31%, 12%)
(0.00 / 0.10 / 0.31 / 0.12)

CMYK percentages

%0
%9.78
%31.11
%11.76

Codes

Color #E1CB9B in popluar color models

E1 CB 9B
RGB 225 203 155
HSL 41° 53.85% 74.51%
HSB/HSV 41° 31.11% 88.24%
CMYK 0.00% 9.78% 31.11%
11.76%

Color #E1CB9B in popluar number systems.

HEX E1 CB 9B
Decimal 225 203 155
Binary 11100001 11001011 10011011
Octal 341 313 233

Shades and tints

Shades of #E1CB9B

#E1CB9B
(225,203,155)
#CDB98D
(205,185,141)
#B9A77F
(185,167,127)
#A59571
(165,149,113)
#918363
(145,131,99)
#7D7155
(125,113,85)
#695F47
(105,95,71)
#554D39
(85,77,57)
#413B2B
(65,59,43)
#2D291D
(45,41,29)
#19170F
(25,23,15)
#000000
(0,0,0)

Tints of #E1CB9B

#E1CB9B
(225,203,155)
#E3CFA4
(227,207,164)
#E5D3AD
(229,211,173)
#E7D7B6
(231,215,182)
#E9DBBF
(233,219,191)
#EBDFC8
(235,223,200)
#EDE3D1
(237,227,209)
#EFE7DA
(239,231,218)
#F1EBE3
(241,235,227)
#F3EFEC
(243,239,236)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CB9B; }

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

This text font color is #E1CB9B.

Background Color

.myBgColor { background-color: #E1CB9B; }

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

This div background color is #E1CB9B.

Border color

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

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

This div border color is #E1CB9B.

Opacity

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

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

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

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

This text has shadow with #E1CB9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1CB9B.

Preview

Color preview on black background

This text has color #E1CB9B on black background.


Color preview on white background

This text has color #E1CB9B on white background.


Black color preview on #E1CB9B background

This text has black color on #E1CB9B background.


White color preview on #E1CB9B background

This text has white color on #E1CB9B background.


Related colors

Complementary color

Complementary color for #hex is #1E3464.


I love getcolorcode.com

Triadic colors

1 #9BE1CB and #CB9BE1 with #E1CB9B are triadic colors.

2 #9BCBE1 and #CBE19B with #E1CB9B are triadic colors.