COLOR #E0CEB5

HEX: #E0CEB5 RGB: (224,206,181)

Color info

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

RGB color model

#E0CEB5 color RGB value is (224,206,181).

RGB: (224,206,181) (88%, 81%, 71%)

RGB channels and saturation

R 224 of 255 = 88%
G 206 of 255 = 81%
B 181 of 255 = 71%

224
206
181

R + G + B ~ 80%. #E0CEB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 206 + 181 = 611 (100%)
R 224 of 611 ~ 36.66%
G 206 of 611 ~ 33.72%
B 181 of 611 ~ 29.62'%

%36.66
%33.72
%29.62

CMYK color model

#E0CEB5 color CMYK value is (0,8,19,12).

  • cyan value is 0.00%
  • magenta value is 8.04%
  • yellow value is 19.20%
  • key color value is 12.16%

CMYK: (0,8,19,12)
C0M8Y19K12 (0%, 8%, 19%, 12%)
(0.00 / 0.08 / 0.19 / 0.12)

CMYK percentages

%0
%8.04
%19.2
%12.16

Codes

Color #E0CEB5 in popluar color models

E0 CE B5
RGB 224 206 181
HSL 35° 40.95% 79.41%
HSB/HSV 35° 19.20% 87.84%
CMYK 0.00% 8.04% 19.20%
12.16%

Color #E0CEB5 in popluar number systems.

HEX E0 CE B5
Decimal 224 206 181
Binary 11100000 11001110 10110101
Octal 340 316 265

Shades and tints

Shades of #E0CEB5

#E0CEB5
(224,206,181)
#CCBCA5
(204,188,165)
#B8AA95
(184,170,149)
#A49885
(164,152,133)
#908675
(144,134,117)
#7C7465
(124,116,101)
#686255
(104,98,85)
#545045
(84,80,69)
#403E35
(64,62,53)
#2C2C25
(44,44,37)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #E0CEB5

#E0CEB5
(224,206,181)
#E2D2BB
(226,210,187)
#E4D6C1
(228,214,193)
#E6DAC7
(230,218,199)
#E8DECD
(232,222,205)
#EAE2D3
(234,226,211)
#ECE6D9
(236,230,217)
#EEEADF
(238,234,223)
#F0EEE5
(240,238,229)
#F2F2EB
(242,242,235)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CEB5 color. Also use rgb(224,206,181) instead hex code.

Text Font Color

.myTextColor { color: #E0CEB5; }

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

This text font color is #E0CEB5.

Background Color

.myBgColor { background-color: #E0CEB5; }

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

This div background color is #E0CEB5.

Border color

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

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

This div border color is #E0CEB5.

Opacity

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

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

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

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

This text has shadow with #E0CEB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0CEB5.

Preview

Color preview on black background

This text has color #E0CEB5 on black background.


Color preview on white background

This text has color #E0CEB5 on white background.


Black color preview on #E0CEB5 background

This text has black color on #E0CEB5 background.


White color preview on #E0CEB5 background

This text has white color on #E0CEB5 background.


Related colors

Complementary color

Complementary color for #hex is #1F314A.


I love getcolorcode.com

Triadic colors

1 #B5E0CE and #CEB5E0 with #E0CEB5 are triadic colors.

2 #B5CEE0 and #CEE0B5 with #E0CEB5 are triadic colors.