COLOR #EDCAAB

HEX: #EDCAAB RGB: (237,202,171)

Color info

#EDCAAB contains mainly red and green colors. Web safe color of #EDCAAB is #FFCC99 (or #FC9).

RGB color model

#EDCAAB color RGB value is (237,202,171).

RGB: (237,202,171) (93%, 79%, 67%)

RGB channels and saturation

R 237 of 255 = 93%
G 202 of 255 = 79%
B 171 of 255 = 67%

237
202
171

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

Portions of RGB colors in percentages

R + G + B = 237 + 202 + 171 = 610 (100%)
R 237 of 610 ~ 38.85%
G 202 of 610 ~ 33.11%
B 171 of 610 ~ 28.03'%

%38.85
%33.11
%28.03

CMYK color model

#EDCAAB color CMYK value is (0,15,28,7).

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 27.85%
  • key color value is 7.06%

CMYK: (0,15,28,7)
C0M15Y28K7 (0%, 15%, 28%, 7%)
(0.00 / 0.15 / 0.28 / 0.07)

CMYK percentages

%0
%14.77
%27.85
%7.06

Codes

Color #EDCAAB in popluar color models

ED CA AB
RGB 237 202 171
HSL 28° 64.71% 80.00%
HSB/HSV 28° 27.85% 92.94%
CMYK 0.00% 14.77% 27.85%
7.06%

Color #EDCAAB in popluar number systems.

HEX ED CA AB
Decimal 237 202 171
Binary 11101101 11001010 10101011
Octal 355 312 253

Shades and tints

Shades of #EDCAAB

#EDCAAB
(237,202,171)
#D8B89C
(216,184,156)
#C3A68D
(195,166,141)
#AE947E
(174,148,126)
#99826F
(153,130,111)
#847060
(132,112,96)
#6F5E51
(111,94,81)
#5A4C42
(90,76,66)
#453A33
(69,58,51)
#302824
(48,40,36)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #EDCAAB

#EDCAAB
(237,202,171)
#EECEB2
(238,206,178)
#EFD2B9
(239,210,185)
#F0D6C0
(240,214,192)
#F1DAC7
(241,218,199)
#F2DECE
(242,222,206)
#F3E2D5
(243,226,213)
#F4E6DC
(244,230,220)
#F5EAE3
(245,234,227)
#F6EEEA
(246,238,234)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCAAB color. Also use rgb(237,202,171) instead hex code.

Text Font Color

.myTextColor { color: #EDCAAB; }

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

This text font color is #EDCAAB.

Background Color

.myBgColor { background-color: #EDCAAB; }

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

This div background color is #EDCAAB.

Border color

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

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

This div border color is #EDCAAB.

Opacity

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

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

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

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

This text has shadow with #EDCAAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCAAB.

Preview

Color preview on black background

This text has color #EDCAAB on black background.


Color preview on white background

This text has color #EDCAAB on white background.


Black color preview on #EDCAAB background

This text has black color on #EDCAAB background.


White color preview on #EDCAAB background

This text has white color on #EDCAAB background.


Related colors

Complementary color

Complementary color for #hex is #123554.


I love getcolorcode.com

Triadic colors

1 #ABEDCA and #CAABED with #EDCAAB are triadic colors.

2 #ABCAED and #CAEDAB with #EDCAAB are triadic colors.