COLOR #E6CDAC

HEX: #E6CDAC RGB: (230,205,172)

Color info

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

RGB color model

#E6CDAC color RGB value is (230,205,172).

RGB: (230,205,172) (90%, 80%, 67%)

RGB channels and saturation

R 230 of 255 = 90%
G 205 of 255 = 80%
B 172 of 255 = 67%

230
205
172

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

Portions of RGB colors in percentages

R + G + B = 230 + 205 + 172 = 607 (100%)
R 230 of 607 ~ 37.89%
G 205 of 607 ~ 33.77%
B 172 of 607 ~ 28.34'%

%37.89
%33.77
%28.34

CMYK color model

#E6CDAC color CMYK value is (0,11,25,10).

  • cyan value is 0.00%
  • magenta value is 10.87%
  • yellow value is 25.22%
  • key color value is 9.80%

CMYK: (0,11,25,10)
C0M11Y25K10 (0%, 11%, 25%, 10%)
(0.00 / 0.11 / 0.25 / 0.10)

CMYK percentages

%0
%10.87
%25.22
%9.8

Codes

Color #E6CDAC in popluar color models

E6 CD AC
RGB 230 205 172
HSL 34° 53.70% 78.82%
HSB/HSV 34° 25.22% 90.20%
CMYK 0.00% 10.87% 25.22%
9.80%

Color #E6CDAC in popluar number systems.

HEX E6 CD AC
Decimal 230 205 172
Binary 11100110 11001101 10101100
Octal 346 315 254

Shades and tints

Shades of #E6CDAC

#E6CDAC
(230,205,172)
#D2BB9D
(210,187,157)
#BEA98E
(190,169,142)
#AA977F
(170,151,127)
#968570
(150,133,112)
#827361
(130,115,97)
#6E6152
(110,97,82)
#5A4F43
(90,79,67)
#463D34
(70,61,52)
#322B25
(50,43,37)
#1E1916
(30,25,22)
#000000
(0,0,0)

Tints of #E6CDAC

#E6CDAC
(230,205,172)
#E8D1B3
(232,209,179)
#EAD5BA
(234,213,186)
#ECD9C1
(236,217,193)
#EEDDC8
(238,221,200)
#F0E1CF
(240,225,207)
#F2E5D6
(242,229,214)
#F4E9DD
(244,233,221)
#F6EDE4
(246,237,228)
#F8F1EB
(248,241,235)
#FAF5F2
(250,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CDAC color. Also use rgb(230,205,172) instead hex code.

Text Font Color

.myTextColor { color: #E6CDAC; }

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

This text font color is #E6CDAC.

Background Color

.myBgColor { background-color: #E6CDAC; }

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

This div background color is #E6CDAC.

Border color

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

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

This div border color is #E6CDAC.

Opacity

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

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

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

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

This text has shadow with #E6CDAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CDAC.

Preview

Color preview on black background

This text has color #E6CDAC on black background.


Color preview on white background

This text has color #E6CDAC on white background.


Black color preview on #E6CDAC background

This text has black color on #E6CDAC background.


White color preview on #E6CDAC background

This text has white color on #E6CDAC background.


Related colors

Complementary color

Complementary color for #hex is #193253.


I love getcolorcode.com

Triadic colors

1 #ACE6CD and #CDACE6 with #E6CDAC are triadic colors.

2 #ACCDE6 and #CDE6AC with #E6CDAC are triadic colors.