COLOR #EDCBA8

HEX: #EDCBA8 RGB: (237,203,168)

Color info

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

RGB color model

#EDCBA8 color RGB value is (237,203,168).

RGB: (237,203,168) (93%, 80%, 66%)

RGB channels and saturation

R 237 of 255 = 93%
G 203 of 255 = 80%
B 168 of 255 = 66%

237
203
168

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

Portions of RGB colors in percentages

R + G + B = 237 + 203 + 168 = 608 (100%)
R 237 of 608 ~ 38.98%
G 203 of 608 ~ 33.39%
B 168 of 608 ~ 27.63'%

%38.98
%33.39
%27.63

CMYK color model

#EDCBA8 color CMYK value is (0,14,29,7).

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 29.11%
  • key color value is 7.06%

CMYK: (0,14,29,7)
C0M14Y29K7 (0%, 14%, 29%, 7%)
(0.00 / 0.14 / 0.29 / 0.07)

CMYK percentages

%0
%14.35
%29.11
%7.06

Codes

Color #EDCBA8 in popluar color models

ED CB A8
RGB 237 203 168
HSL 30° 65.71% 79.41%
HSB/HSV 30° 29.11% 92.94%
CMYK 0.00% 14.35% 29.11%
7.06%

Color #EDCBA8 in popluar number systems.

HEX ED CB A8
Decimal 237 203 168
Binary 11101101 11001011 10101000
Octal 355 313 250

Shades and tints

Shades of #EDCBA8

#EDCBA8
(237,203,168)
#D8B999
(216,185,153)
#C3A78A
(195,167,138)
#AE957B
(174,149,123)
#99836C
(153,131,108)
#84715D
(132,113,93)
#6F5F4E
(111,95,78)
#5A4D3F
(90,77,63)
#453B30
(69,59,48)
#302921
(48,41,33)
#1B1712
(27,23,18)
#000000
(0,0,0)

Tints of #EDCBA8

#EDCBA8
(237,203,168)
#EECFAF
(238,207,175)
#EFD3B6
(239,211,182)
#F0D7BD
(240,215,189)
#F1DBC4
(241,219,196)
#F2DFCB
(242,223,203)
#F3E3D2
(243,227,210)
#F4E7D9
(244,231,217)
#F5EBE0
(245,235,224)
#F6EFE7
(246,239,231)
#F7F3EE
(247,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCBA8 color. Also use rgb(237,203,168) instead hex code.

Text Font Color

.myTextColor { color: #EDCBA8; }

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

This text font color is #EDCBA8.

Background Color

.myBgColor { background-color: #EDCBA8; }

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

This div background color is #EDCBA8.

Border color

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

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

This div border color is #EDCBA8.

Opacity

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

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

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

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

This text has shadow with #EDCBA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCBA8.

Preview

Color preview on black background

This text has color #EDCBA8 on black background.


Color preview on white background

This text has color #EDCBA8 on white background.


Black color preview on #EDCBA8 background

This text has black color on #EDCBA8 background.


White color preview on #EDCBA8 background

This text has white color on #EDCBA8 background.


Related colors

Complementary color

Complementary color for #hex is #123457.


I love getcolorcode.com

Triadic colors

1 #A8EDCB and #CBA8ED with #EDCBA8 are triadic colors.

2 #A8CBED and #CBEDA8 with #EDCBA8 are triadic colors.