COLOR #E6CEB5

HEX: #E6CEB5 RGB: (230,206,181)

Color info

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

RGB color model

#E6CEB5 color RGB value is (230,206,181).

RGB: (230,206,181) (90%, 81%, 71%)

RGB channels and saturation

R 230 of 255 = 90%
G 206 of 255 = 81%
B 181 of 255 = 71%

230
206
181

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

Portions of RGB colors in percentages

R + G + B = 230 + 206 + 181 = 617 (100%)
R 230 of 617 ~ 37.28%
G 206 of 617 ~ 33.39%
B 181 of 617 ~ 29.34'%

%37.28
%33.39
%29.34

CMYK color model

#E6CEB5 color CMYK value is (0,10,21,10).

  • cyan value is 0.00%
  • magenta value is 10.43%
  • yellow value is 21.30%
  • key color value is 9.80%

CMYK: (0,10,21,10)
C0M10Y21K10 (0%, 10%, 21%, 10%)
(0.00 / 0.10 / 0.21 / 0.10)

CMYK percentages

%0
%10.43
%21.3
%9.8

Codes

Color #E6CEB5 in popluar color models

E6 CE B5
RGB 230 206 181
HSL 31° 49.49% 80.59%
HSB/HSV 31° 21.30% 90.20%
CMYK 0.00% 10.43% 21.30%
9.80%

Color #E6CEB5 in popluar number systems.

HEX E6 CE B5
Decimal 230 206 181
Binary 11100110 11001110 10110101
Octal 346 316 265

Shades and tints

Shades of #E6CEB5

#E6CEB5
(230,206,181)
#D2BCA5
(210,188,165)
#BEAA95
(190,170,149)
#AA9885
(170,152,133)
#968675
(150,134,117)
#827465
(130,116,101)
#6E6255
(110,98,85)
#5A5045
(90,80,69)
#463E35
(70,62,53)
#322C25
(50,44,37)
#1E1A15
(30,26,21)
#000000
(0,0,0)

Tints of #E6CEB5

#E6CEB5
(230,206,181)
#E8D2BB
(232,210,187)
#EAD6C1
(234,214,193)
#ECDAC7
(236,218,199)
#EEDECD
(238,222,205)
#F0E2D3
(240,226,211)
#F2E6D9
(242,230,217)
#F4EADF
(244,234,223)
#F6EEE5
(246,238,229)
#F8F2EB
(248,242,235)
#FAF6F1
(250,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CEB5; }

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

This text font color is #E6CEB5.

Background Color

.myBgColor { background-color: #E6CEB5; }

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

This div background color is #E6CEB5.

Border color

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

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

This div border color is #E6CEB5.

Opacity

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

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

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

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

This text has shadow with #E6CEB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CEB5.

Preview

Color preview on black background

This text has color #E6CEB5 on black background.


Color preview on white background

This text has color #E6CEB5 on white background.


Black color preview on #E6CEB5 background

This text has black color on #E6CEB5 background.


White color preview on #E6CEB5 background

This text has white color on #E6CEB5 background.


Related colors

Complementary color

Complementary color for #hex is #19314A.


I love getcolorcode.com

Triadic colors

1 #B5E6CE and #CEB5E6 with #E6CEB5 are triadic colors.

2 #B5CEE6 and #CEE6B5 with #E6CEB5 are triadic colors.