COLOR #E6CDBB

HEX: #E6CDBB
RGB: (230,205,187)

Color info

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

RGB color model

#E6CDBB color RGB value is (230,205,187).

  • red value is 230;
  • green value is 205;
  • blue value is 187.
RGB:
(230,205,187)
(90%,80%,73%)

RGB channels and saturation

R 230 of 255 = 90%
G 205 of 255 = 80%
B 187 of 255 = 73%

230
205
187

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

Portions of RGB colors in percentages

R + G + B =
230 + 205 + 187 = 622 (100%)
R 230 of 622 ~ 36.98%
G 205 of 622 ~ 32.96%
B 187 of 622 ~ 30.06%

%36.98
%32.96
%30.06

CMYK color model

#E6CDBB color CMYK value is (0,11,19,10).

  • cyan value is 0.00%
  • magenta value is 10.87%
  • yellow value is 18.70%
  • key color value is 9.80%
CMYK:
(0,11,19,10)
C0M11Y19K10 
(0%,11%,19%,10%)
(0.00/0.11/0.19/0.10)	

CMYK percentages

%0
%10.87
%18.7
%9.8

Codes

Color #E6CDBB in popluar color models

E6CDBB
RGB230205187
HSL25°46.24%81.76%
HSB/HSV25°18.70%90.20%
CMYK0.00%10.87%18.70%
9.80%

Color #E6CDBB in popluar number systems.

HEXE6CDBB
Decimal230205187
Binary111001101100110110111011
Octal346315273

Shades and tints

Shades of #E6CDBB

#E6CDBB
(230,205,187)
#D2BBAA
(210,187,170)
#BEA999
(190,169,153)
#AA9788
(170,151,136)
#968577
(150,133,119)
#827366
(130,115,102)
#6E6155
(110,97,85)
#5A4F44
(90,79,68)
#463D33
(70,61,51)
#322B22
(50,43,34)
#1E1911
(30,25,17)
#000000
(0,0,0)

Tints of #E6CDBB

#E6CDBB
(230,205,187)
#E8D1C1
(232,209,193)
#EAD5C7
(234,213,199)
#ECD9CD
(236,217,205)
#EEDDD3
(238,221,211)
#F0E1D9
(240,225,217)
#F2E5DF
(242,229,223)
#F4E9E5
(244,233,229)
#F6EDEB
(246,237,235)
#F8F1F1
(248,241,241)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CDBB color. Also use rgb(230,205,187) instead hex code.

Text Font Color

.myTextColor { color: #E6CDBB; }

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

This text font color is #E6CDBB.


Background Color

.myBgColor { background-color: #E6CDBB; }

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

This div background color is #E6CDBB.


Border color

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

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

This div border color is #E6CDBB.


Opacity

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

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

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

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

This text has shadow with #E6CDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CDBB on black background.


Color preview on white background

This text has color #E6CDBB on white background.



Black color preview on #E6CDBB background

This text has black color on #E6CDBB background.


White color preview on #E6CDBB background

This text has white color on #E6CDBB background.