COLOR #E6CAB3

HEX: #E6CAB3 RGB: (230,202,179)

Color info

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

RGB color model

#E6CAB3 color RGB value is (230,202,179).

RGB: (230,202,179) (90%, 79%, 70%)

RGB channels and saturation

R 230 of 255 = 90%
G 202 of 255 = 79%
B 179 of 255 = 70%

230
202
179

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

Portions of RGB colors in percentages

R + G + B = 230 + 202 + 179 = 611 (100%)
R 230 of 611 ~ 37.64%
G 202 of 611 ~ 33.06%
B 179 of 611 ~ 29.3'%

%37.64
%33.06
%29.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.17%
  • 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
%12.17
%22.17
%9.8

Codes

Color #E6CAB3 in popluar color models

E6 CA B3
RGB 230 202 179
HSL 27° 50.50% 80.20%
HSB/HSV 27° 22.17% 90.20%
CMYK 0.00% 12.17% 22.17%
9.80%

Color #E6CAB3 in popluar number systems.

HEX E6 CA B3
Decimal 230 202 179
Binary 11100110 11001010 10110011
Octal 346 312 263

Shades and tints

Shades of #E6CAB3

#E6CAB3
(230,202,179)
#D2B8A3
(210,184,163)
#BEA693
(190,166,147)
#AA9483
(170,148,131)
#968273
(150,130,115)
#827063
(130,112,99)
#6E5E53
(110,94,83)
#5A4C43
(90,76,67)
#463A33
(70,58,51)
#322823
(50,40,35)
#1E1613
(30,22,19)
#000000
(0,0,0)

Tints of #E6CAB3

#E6CAB3
(230,202,179)
#E8CEB9
(232,206,185)
#EAD2BF
(234,210,191)
#ECD6C5
(236,214,197)
#EEDACB
(238,218,203)
#F0DED1
(240,222,209)
#F2E2D7
(242,226,215)
#F4E6DD
(244,230,221)
#F6EAE3
(246,234,227)
#F8EEE9
(248,238,233)
#FAF2EF
(250,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CAB3; }

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

This text font color is #E6CAB3.

Background Color

.myBgColor { background-color: #E6CAB3; }

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

This div background color is #E6CAB3.

Border color

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

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

This div border color is #E6CAB3.

Opacity

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

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

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

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

This text has shadow with #E6CAB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CAB3.

Preview

Color preview on black background

This text has color #E6CAB3 on black background.


Color preview on white background

This text has color #E6CAB3 on white background.


Black color preview on #E6CAB3 background

This text has black color on #E6CAB3 background.


White color preview on #E6CAB3 background

This text has white color on #E6CAB3 background.


Related colors

Complementary color

Complementary color for #hex is #19354C.


I love getcolorcode.com

Triadic colors

1 #B3E6CA and #CAB3E6 with #E6CAB3 are triadic colors.

2 #B3CAE6 and #CAE6B3 with #E6CAB3 are triadic colors.