COLOR #E2CAB0

HEX: #E2CAB0 RGB: (226,202,176)

Color info

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

RGB color model

#E2CAB0 color RGB value is (226,202,176).

RGB: (226,202,176) (89%, 79%, 69%)

RGB channels and saturation

R 226 of 255 = 89%
G 202 of 255 = 79%
B 176 of 255 = 69%

226
202
176

R + G + B ~ 79%. #E2CAB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 202 + 176 = 604 (100%)
R 226 of 604 ~ 37.42%
G 202 of 604 ~ 33.44%
B 176 of 604 ~ 29.14'%

%37.42
%33.44
%29.14

CMYK color model

#E2CAB0 color CMYK value is (0,11,22,11).

  • cyan value is 0.00%
  • magenta value is 10.62%
  • yellow value is 22.12%
  • key color value is 11.37%

CMYK: (0,11,22,11)
C0M11Y22K11 (0%, 11%, 22%, 11%)
(0.00 / 0.11 / 0.22 / 0.11)

CMYK percentages

%0
%10.62
%22.12
%11.37

Codes

Color #E2CAB0 in popluar color models

E2 CA B0
RGB 226 202 176
HSL 31° 46.30% 78.82%
HSB/HSV 31° 22.12% 88.63%
CMYK 0.00% 10.62% 22.12%
11.37%

Color #E2CAB0 in popluar number systems.

HEX E2 CA B0
Decimal 226 202 176
Binary 11100010 11001010 10110000
Octal 342 312 260

Shades and tints

Shades of #E2CAB0

#E2CAB0
(226,202,176)
#CEB8A0
(206,184,160)
#BAA690
(186,166,144)
#A69480
(166,148,128)
#928270
(146,130,112)
#7E7060
(126,112,96)
#6A5E50
(106,94,80)
#564C40
(86,76,64)
#423A30
(66,58,48)
#2E2820
(46,40,32)
#1A1610
(26,22,16)
#000000
(0,0,0)

Tints of #E2CAB0

#E2CAB0
(226,202,176)
#E4CEB7
(228,206,183)
#E6D2BE
(230,210,190)
#E8D6C5
(232,214,197)
#EADACC
(234,218,204)
#ECDED3
(236,222,211)
#EEE2DA
(238,226,218)
#F0E6E1
(240,230,225)
#F2EAE8
(242,234,232)
#F4EEEF
(244,238,239)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2CAB0 color. Also use rgb(226,202,176) instead hex code.

Text Font Color

.myTextColor { color: #E2CAB0; }

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

This text font color is #E2CAB0.

Background Color

.myBgColor { background-color: #E2CAB0; }

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

This div background color is #E2CAB0.

Border color

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

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

This div border color is #E2CAB0.

Opacity

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

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

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

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

This text has shadow with #E2CAB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2CAB0.

Preview

Color preview on black background

This text has color #E2CAB0 on black background.


Color preview on white background

This text has color #E2CAB0 on white background.


Black color preview on #E2CAB0 background

This text has black color on #E2CAB0 background.


White color preview on #E2CAB0 background

This text has white color on #E2CAB0 background.


Related colors

Complementary color

Complementary color for #hex is #1D354F.


I love getcolorcode.com

Triadic colors

1 #B0E2CA and #CAB0E2 with #E2CAB0 are triadic colors.

2 #B0CAE2 and #CAE2B0 with #E2CAB0 are triadic colors.