COLOR #E4CBB6

HEX: #E4CBB6 RGB: (228,203,182)

Color info

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

RGB color model

#E4CBB6 color RGB value is (228,203,182).

RGB: (228,203,182) (89%, 80%, 71%)

RGB channels and saturation

R 228 of 255 = 89%
G 203 of 255 = 80%
B 182 of 255 = 71%

228
203
182

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

Portions of RGB colors in percentages

R + G + B = 228 + 203 + 182 = 613 (100%)
R 228 of 613 ~ 37.19%
G 203 of 613 ~ 33.12%
B 182 of 613 ~ 29.69'%

%37.19
%33.12
%29.69

CMYK color model

#E4CBB6 color CMYK value is (0,11,20,11).

  • cyan value is 0.00%
  • magenta value is 10.96%
  • yellow value is 20.18%
  • key color value is 10.59%

CMYK: (0,11,20,11)
C0M11Y20K11 (0%, 11%, 20%, 11%)
(0.00 / 0.11 / 0.20 / 0.11)

CMYK percentages

%0
%10.96
%20.18
%10.59

Codes

Color #E4CBB6 in popluar color models

E4 CB B6
RGB 228 203 182
HSL 27° 46.00% 80.39%
HSB/HSV 27° 20.18% 89.41%
CMYK 0.00% 10.96% 20.18%
10.59%

Color #E4CBB6 in popluar number systems.

HEX E4 CB B6
Decimal 228 203 182
Binary 11100100 11001011 10110110
Octal 344 313 266

Shades and tints

Shades of #E4CBB6

#E4CBB6
(228,203,182)
#D0B9A6
(208,185,166)
#BCA796
(188,167,150)
#A89586
(168,149,134)
#948376
(148,131,118)
#807166
(128,113,102)
#6C5F56
(108,95,86)
#584D46
(88,77,70)
#443B36
(68,59,54)
#302926
(48,41,38)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #E4CBB6

#E4CBB6
(228,203,182)
#E6CFBC
(230,207,188)
#E8D3C2
(232,211,194)
#EAD7C8
(234,215,200)
#ECDBCE
(236,219,206)
#EEDFD4
(238,223,212)
#F0E3DA
(240,227,218)
#F2E7E0
(242,231,224)
#F4EBE6
(244,235,230)
#F6EFEC
(246,239,236)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4CBB6 color. Also use rgb(228,203,182) instead hex code.

Text Font Color

.myTextColor { color: #E4CBB6; }

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

This text font color is #E4CBB6.

Background Color

.myBgColor { background-color: #E4CBB6; }

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

This div background color is #E4CBB6.

Border color

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

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

This div border color is #E4CBB6.

Opacity

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

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

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

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

This text has shadow with #E4CBB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4CBB6.

Preview

Color preview on black background

This text has color #E4CBB6 on black background.


Color preview on white background

This text has color #E4CBB6 on white background.


Black color preview on #E4CBB6 background

This text has black color on #E4CBB6 background.


White color preview on #E4CBB6 background

This text has white color on #E4CBB6 background.


Related colors

Complementary color

Complementary color for #hex is #1B3449.


I love getcolorcode.com

Triadic colors

1 #B6E4CB and #CBB6E4 with #E4CBB6 are triadic colors.

2 #B6CBE4 and #CBE4B6 with #E4CBB6 are triadic colors.