COLOR #E0CDBF

HEX: #E0CDBF
RGB: (224,205,191)

Color info

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

RGB color model

#E0CDBF color RGB value is (224,205,191).

  • red value is 224;
  • green value is 205;
  • blue value is 191.
RGB:
(224,205,191)
(88%,80%,75%)

RGB channels and saturation

R 224 of 255 = 88%
G 205 of 255 = 80%
B 191 of 255 = 75%

224
205
191

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

Portions of RGB colors in percentages

R + G + B =
224 + 205 + 191 = 620 (100%)
R 224 of 620 ~ 36.13%
G 205 of 620 ~ 33.06%
B 191 of 620 ~ 30.81%

%36.13
%33.06
%30.81

CMYK color model

#E0CDBF color CMYK value is (0,8,15,12).

  • cyan value is 0.00%
  • magenta value is 8.48%
  • yellow value is 14.73%
  • key color value is 12.16%
CMYK:
(0,8,15,12)
C0M8Y15K12 
(0%,8%,15%,12%)
(0.00/0.08/0.15/0.12)	

CMYK percentages

%0
%8.48
%14.73
%12.16

Codes

Color #E0CDBF in popluar color models

E0CDBF
RGB224205191
HSL25°34.74%81.37%
HSB/HSV25°14.73%87.84%
CMYK0.00%8.48%14.73%
12.16%

Color #E0CDBF in popluar number systems.

HEXE0CDBF
Decimal224205191
Binary111000001100110110111111
Octal340315277

Shades and tints

Shades of #E0CDBF

#E0CDBF
(224,205,191)
#CCBBAE
(204,187,174)
#B8A99D
(184,169,157)
#A4978C
(164,151,140)
#90857B
(144,133,123)
#7C736A
(124,115,106)
#686159
(104,97,89)
#544F48
(84,79,72)
#403D37
(64,61,55)
#2C2B26
(44,43,38)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #E0CDBF

#E0CDBF
(224,205,191)
#E2D1C4
(226,209,196)
#E4D5C9
(228,213,201)
#E6D9CE
(230,217,206)
#E8DDD3
(232,221,211)
#EAE1D8
(234,225,216)
#ECE5DD
(236,229,221)
#EEE9E2
(238,233,226)
#F0EDE7
(240,237,231)
#F2F1EC
(242,241,236)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CDBF color. Also use rgb(224,205,191) instead hex code.

Text Font Color

.myTextColor { color: #E0CDBF; }

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

This text font color is #E0CDBF.


Background Color

.myBgColor { background-color: #E0CDBF; }

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

This div background color is #E0CDBF.


Border color

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

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

This div border color is #E0CDBF.


Opacity

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

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

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

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

This text has shadow with #E0CDBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CDBF on black background.


Color preview on white background

This text has color #E0CDBF on white background.



Black color preview on #E0CDBF background

This text has black color on #E0CDBF background.


White color preview on #E0CDBF background

This text has white color on #E0CDBF background.