COLOR #EDCCB3

HEX: #EDCCB3 RGB: (237,204,179)

Color info

#EDCCB3 contains red, green and blue colors in about the same proportion. Web safe color of #EDCCB3 is #FFCC99 (or #FC9).

RGB color model

#EDCCB3 color RGB value is (237,204,179).

RGB: (237,204,179) (93%, 80%, 70%)

RGB channels and saturation

R 237 of 255 = 93%
G 204 of 255 = 80%
B 179 of 255 = 70%

237
204
179

R + G + B ~ 81%. #EDCCB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 204 + 179 = 620 (100%)
R 237 of 620 ~ 38.23%
G 204 of 620 ~ 32.9%
B 179 of 620 ~ 28.87'%

%38.23
%32.9
%28.87

CMYK color model

#EDCCB3 color CMYK value is (0,14,24,7).

  • cyan value is 0.00%
  • magenta value is 13.92%
  • yellow value is 24.47%
  • key color value is 7.06%

CMYK: (0,14,24,7)
C0M14Y24K7 (0%, 14%, 24%, 7%)
(0.00 / 0.14 / 0.24 / 0.07)

CMYK percentages

%0
%13.92
%24.47
%7.06

Codes

Color #EDCCB3 in popluar color models

ED CC B3
RGB 237 204 179
HSL 26° 61.70% 81.57%
HSB/HSV 26° 24.47% 92.94%
CMYK 0.00% 13.92% 24.47%
7.06%

Color #EDCCB3 in popluar number systems.

HEX ED CC B3
Decimal 237 204 179
Binary 11101101 11001100 10110011
Octal 355 314 263

Shades and tints

Shades of #EDCCB3

#EDCCB3
(237,204,179)
#D8BAA3
(216,186,163)
#C3A893
(195,168,147)
#AE9683
(174,150,131)
#998473
(153,132,115)
#847263
(132,114,99)
#6F6053
(111,96,83)
#5A4E43
(90,78,67)
#453C33
(69,60,51)
#302A23
(48,42,35)
#1B1813
(27,24,19)
#000000
(0,0,0)

Tints of #EDCCB3

#EDCCB3
(237,204,179)
#EED0B9
(238,208,185)
#EFD4BF
(239,212,191)
#F0D8C5
(240,216,197)
#F1DCCB
(241,220,203)
#F2E0D1
(242,224,209)
#F3E4D7
(243,228,215)
#F4E8DD
(244,232,221)
#F5ECE3
(245,236,227)
#F6F0E9
(246,240,233)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCCB3 color. Also use rgb(237,204,179) instead hex code.

Text Font Color

.myTextColor { color: #EDCCB3; }

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

This text font color is #EDCCB3.

Background Color

.myBgColor { background-color: #EDCCB3; }

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

This div background color is #EDCCB3.

Border color

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

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

This div border color is #EDCCB3.

Opacity

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

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

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

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

This text has shadow with #EDCCB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCCB3.

Preview

Color preview on black background

This text has color #EDCCB3 on black background.


Color preview on white background

This text has color #EDCCB3 on white background.


Black color preview on #EDCCB3 background

This text has black color on #EDCCB3 background.


White color preview on #EDCCB3 background

This text has white color on #EDCCB3 background.


Related colors

Complementary color

Complementary color for #hex is #12334C.


I love getcolorcode.com

Triadic colors

1 #B3EDCC and #CCB3ED with #EDCCB3 are triadic colors.

2 #B3CCED and #CCEDB3 with #EDCCB3 are triadic colors.