COLOR #E2CBB7

HEX: #E2CBB7 RGB: (226,203,183)

Color info

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

RGB color model

#E2CBB7 color RGB value is (226,203,183).

RGB: (226,203,183) (89%, 80%, 72%)

RGB channels and saturation

R 226 of 255 = 89%
G 203 of 255 = 80%
B 183 of 255 = 72%

226
203
183

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

Portions of RGB colors in percentages

R + G + B = 226 + 203 + 183 = 612 (100%)
R 226 of 612 ~ 36.93%
G 203 of 612 ~ 33.17%
B 183 of 612 ~ 29.9'%

%36.93
%33.17
%29.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.18%
  • yellow value is 19.03%
  • key color value is 11.37%

CMYK: (0,10,19,11)
C0M10Y19K11 (0%, 10%, 19%, 11%)
(0.00 / 0.10 / 0.19 / 0.11)

CMYK percentages

%0
%10.18
%19.03
%11.37

Codes

Color #E2CBB7 in popluar color models

E2 CB B7
RGB 226 203 183
HSL 28° 42.57% 80.20%
HSB/HSV 28° 19.03% 88.63%
CMYK 0.00% 10.18% 19.03%
11.37%

Color #E2CBB7 in popluar number systems.

HEX E2 CB B7
Decimal 226 203 183
Binary 11100010 11001011 10110111
Octal 342 313 267

Shades and tints

Shades of #E2CBB7

#E2CBB7
(226,203,183)
#CEB9A7
(206,185,167)
#BAA797
(186,167,151)
#A69587
(166,149,135)
#928377
(146,131,119)
#7E7167
(126,113,103)
#6A5F57
(106,95,87)
#564D47
(86,77,71)
#423B37
(66,59,55)
#2E2927
(46,41,39)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #E2CBB7

#E2CBB7
(226,203,183)
#E4CFBD
(228,207,189)
#E6D3C3
(230,211,195)
#E8D7C9
(232,215,201)
#EADBCF
(234,219,207)
#ECDFD5
(236,223,213)
#EEE3DB
(238,227,219)
#F0E7E1
(240,231,225)
#F2EBE7
(242,235,231)
#F4EFED
(244,239,237)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2CBB7 color. Also use rgb(226,203,183) instead hex code.

Text Font Color

.myTextColor { color: #E2CBB7; }

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

This text font color is #E2CBB7.

Background Color

.myBgColor { background-color: #E2CBB7; }

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

This div background color is #E2CBB7.

Border color

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

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

This div border color is #E2CBB7.

Opacity

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

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

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

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

This text has shadow with #E2CBB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2CBB7.

Preview

Color preview on black background

This text has color #E2CBB7 on black background.


Color preview on white background

This text has color #E2CBB7 on white background.


Black color preview on #E2CBB7 background

This text has black color on #E2CBB7 background.


White color preview on #E2CBB7 background

This text has white color on #E2CBB7 background.


Related colors

Complementary color

Complementary color for #hex is #1D3448.


I love getcolorcode.com

Triadic colors

1 #B7E2CB and #CBB7E2 with #E2CBB7 are triadic colors.

2 #B7CBE2 and #CBE2B7 with #E2CBB7 are triadic colors.