COLOR #E3CDAD

HEX: #E3CDAD RGB: (227,205,173)

Color info

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

RGB color model

#E3CDAD color RGB value is (227,205,173).

RGB: (227,205,173) (89%, 80%, 68%)

RGB channels and saturation

R 227 of 255 = 89%
G 205 of 255 = 80%
B 173 of 255 = 68%

227
205
173

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

Portions of RGB colors in percentages

R + G + B = 227 + 205 + 173 = 605 (100%)
R 227 of 605 ~ 37.52%
G 205 of 605 ~ 33.88%
B 173 of 605 ~ 28.6'%

%37.52
%33.88
%28.6

CMYK color model

#E3CDAD color CMYK value is (0,10,24,11).

  • cyan value is 0.00%
  • magenta value is 9.69%
  • yellow value is 23.79%
  • key color value is 10.98%

CMYK: (0,10,24,11)
C0M10Y24K11 (0%, 10%, 24%, 11%)
(0.00 / 0.10 / 0.24 / 0.11)

CMYK percentages

%0
%9.69
%23.79
%10.98

Codes

Color #E3CDAD in popluar color models

E3 CD AD
RGB 227 205 173
HSL 36° 49.09% 78.43%
HSB/HSV 36° 23.79% 89.02%
CMYK 0.00% 9.69% 23.79%
10.98%

Color #E3CDAD in popluar number systems.

HEX E3 CD AD
Decimal 227 205 173
Binary 11100011 11001101 10101101
Octal 343 315 255

Shades and tints

Shades of #E3CDAD

#E3CDAD
(227,205,173)
#CFBB9E
(207,187,158)
#BBA98F
(187,169,143)
#A79780
(167,151,128)
#938571
(147,133,113)
#7F7362
(127,115,98)
#6B6153
(107,97,83)
#574F44
(87,79,68)
#433D35
(67,61,53)
#2F2B26
(47,43,38)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #E3CDAD

#E3CDAD
(227,205,173)
#E5D1B4
(229,209,180)
#E7D5BB
(231,213,187)
#E9D9C2
(233,217,194)
#EBDDC9
(235,221,201)
#EDE1D0
(237,225,208)
#EFE5D7
(239,229,215)
#F1E9DE
(241,233,222)
#F3EDE5
(243,237,229)
#F5F1EC
(245,241,236)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3CDAD color. Also use rgb(227,205,173) instead hex code.

Text Font Color

.myTextColor { color: #E3CDAD; }

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

This text font color is #E3CDAD.

Background Color

.myBgColor { background-color: #E3CDAD; }

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

This div background color is #E3CDAD.

Border color

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

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

This div border color is #E3CDAD.

Opacity

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

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

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

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

This text has shadow with #E3CDAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CDAD.

Preview

Color preview on black background

This text has color #E3CDAD on black background.


Color preview on white background

This text has color #E3CDAD on white background.


Black color preview on #E3CDAD background

This text has black color on #E3CDAD background.


White color preview on #E3CDAD background

This text has white color on #E3CDAD background.


Related colors

Complementary color

Complementary color for #hex is #1C3252.


I love getcolorcode.com

Triadic colors

1 #ADE3CD and #CDADE3 with #E3CDAD are triadic colors.

2 #ADCDE3 and #CDE3AD with #E3CDAD are triadic colors.