COLOR #E6CBB3

HEX: #E6CBB3 RGB: (230,203,179)

Color info

#E6CBB3 contains red, green and blue colors in about the same proportion. Web safe color of #E6CBB3 is #CCCC99 (or #CC9).

RGB color model

#E6CBB3 color RGB value is (230,203,179).

RGB: (230,203,179) (90%, 80%, 70%)

RGB channels and saturation

R 230 of 255 = 90%
G 203 of 255 = 80%
B 179 of 255 = 70%

230
203
179

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

Portions of RGB colors in percentages

R + G + B = 230 + 203 + 179 = 612 (100%)
R 230 of 612 ~ 37.58%
G 203 of 612 ~ 33.17%
B 179 of 612 ~ 29.25'%

%37.58
%33.17
%29.25

CMYK color model

#E6CBB3 color CMYK value is (0,12,22,10).

  • cyan value is 0.00%
  • magenta value is 11.74%
  • yellow value is 22.17%
  • key color value is 9.80%

CMYK: (0,12,22,10)
C0M12Y22K10 (0%, 12%, 22%, 10%)
(0.00 / 0.12 / 0.22 / 0.10)

CMYK percentages

%0
%11.74
%22.17
%9.8

Codes

Color #E6CBB3 in popluar color models

E6 CB B3
RGB 230 203 179
HSL 28° 50.50% 80.20%
HSB/HSV 28° 22.17% 90.20%
CMYK 0.00% 11.74% 22.17%
9.80%

Color #E6CBB3 in popluar number systems.

HEX E6 CB B3
Decimal 230 203 179
Binary 11100110 11001011 10110011
Octal 346 313 263

Shades and tints

Shades of #E6CBB3

#E6CBB3
(230,203,179)
#D2B9A3
(210,185,163)
#BEA793
(190,167,147)
#AA9583
(170,149,131)
#968373
(150,131,115)
#827163
(130,113,99)
#6E5F53
(110,95,83)
#5A4D43
(90,77,67)
#463B33
(70,59,51)
#322923
(50,41,35)
#1E1713
(30,23,19)
#000000
(0,0,0)

Tints of #E6CBB3

#E6CBB3
(230,203,179)
#E8CFB9
(232,207,185)
#EAD3BF
(234,211,191)
#ECD7C5
(236,215,197)
#EEDBCB
(238,219,203)
#F0DFD1
(240,223,209)
#F2E3D7
(242,227,215)
#F4E7DD
(244,231,221)
#F6EBE3
(246,235,227)
#F8EFE9
(248,239,233)
#FAF3EF
(250,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CBB3 color. Also use rgb(230,203,179) instead hex code.

Text Font Color

.myTextColor { color: #E6CBB3; }

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

This text font color is #E6CBB3.

Background Color

.myBgColor { background-color: #E6CBB3; }

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

This div background color is #E6CBB3.

Border color

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

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

This div border color is #E6CBB3.

Opacity

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

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

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

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

This text has shadow with #E6CBB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CBB3.

Preview

Color preview on black background

This text has color #E6CBB3 on black background.


Color preview on white background

This text has color #E6CBB3 on white background.


Black color preview on #E6CBB3 background

This text has black color on #E6CBB3 background.


White color preview on #E6CBB3 background

This text has white color on #E6CBB3 background.


Related colors

Complementary color

Complementary color for #hex is #19344C.


I love getcolorcode.com

Triadic colors

1 #B3E6CB and #CBB3E6 with #E6CBB3 are triadic colors.

2 #B3CBE6 and #CBE6B3 with #E6CBB3 are triadic colors.