COLOR #E6CDB1

HEX: #E6CDB1 RGB: (230,205,177)

Color info

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

RGB color model

#E6CDB1 color RGB value is (230,205,177).

RGB: (230,205,177) (90%, 80%, 69%)

RGB channels and saturation

R 230 of 255 = 90%
G 205 of 255 = 80%
B 177 of 255 = 69%

230
205
177

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

Portions of RGB colors in percentages

R + G + B = 230 + 205 + 177 = 612 (100%)
R 230 of 612 ~ 37.58%
G 205 of 612 ~ 33.5%
B 177 of 612 ~ 28.92'%

%37.58
%33.5
%28.92

CMYK color model

#E6CDB1 color CMYK value is (0,11,23,10).

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

CMYK: (0,11,23,10)
C0M11Y23K10 (0%, 11%, 23%, 10%)
(0.00 / 0.11 / 0.23 / 0.10)

CMYK percentages

%0
%10.87
%23.04
%9.8

Codes

Color #E6CDB1 in popluar color models

E6 CD B1
RGB 230 205 177
HSL 32° 51.46% 79.80%
HSB/HSV 32° 23.04% 90.20%
CMYK 0.00% 10.87% 23.04%
9.80%

Color #E6CDB1 in popluar number systems.

HEX E6 CD B1
Decimal 230 205 177
Binary 11100110 11001101 10110001
Octal 346 315 261

Shades and tints

Shades of #E6CDB1

#E6CDB1
(230,205,177)
#D2BBA1
(210,187,161)
#BEA991
(190,169,145)
#AA9781
(170,151,129)
#968571
(150,133,113)
#827361
(130,115,97)
#6E6151
(110,97,81)
#5A4F41
(90,79,65)
#463D31
(70,61,49)
#322B21
(50,43,33)
#1E1911
(30,25,17)
#000000
(0,0,0)

Tints of #E6CDB1

#E6CDB1
(230,205,177)
#E8D1B8
(232,209,184)
#EAD5BF
(234,213,191)
#ECD9C6
(236,217,198)
#EEDDCD
(238,221,205)
#F0E1D4
(240,225,212)
#F2E5DB
(242,229,219)
#F4E9E2
(244,233,226)
#F6EDE9
(246,237,233)
#F8F1F0
(248,241,240)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CDB1; }

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

This text font color is #E6CDB1.

Background Color

.myBgColor { background-color: #E6CDB1; }

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

This div background color is #E6CDB1.

Border color

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

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

This div border color is #E6CDB1.

Opacity

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

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

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

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

This text has shadow with #E6CDB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CDB1.

Preview

Color preview on black background

This text has color #E6CDB1 on black background.


Color preview on white background

This text has color #E6CDB1 on white background.


Black color preview on #E6CDB1 background

This text has black color on #E6CDB1 background.


White color preview on #E6CDB1 background

This text has white color on #E6CDB1 background.


Related colors

Complementary color

Complementary color for #hex is #19324E.


I love getcolorcode.com

Triadic colors

1 #B1E6CD and #CDB1E6 with #E6CDB1 are triadic colors.

2 #B1CDE6 and #CDE6B1 with #E6CDB1 are triadic colors.