COLOR #EDD3C4

HEX: #EDD3C4 RGB: (237,211,196)

Color info

#EDD3C4 contains red, green and blue colors in about the same proportion. Web safe color of #EDD3C4 is #FFCCCC (or #FCC).

RGB color model

#EDD3C4 color RGB value is (237,211,196).

RGB: (237,211,196) (93%, 83%, 77%)

RGB channels and saturation

R 237 of 255 = 93%
G 211 of 255 = 83%
B 196 of 255 = 77%

237
211
196

R + G + B ~ 84%. #EDD3C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 211 + 196 = 644 (100%)
R 237 of 644 ~ 36.8%
G 211 of 644 ~ 32.76%
B 196 of 644 ~ 30.43'%

%36.8
%32.76
%30.43

CMYK color model

#EDD3C4 color CMYK value is (0,11,17,7).

  • cyan value is 0.00%
  • magenta value is 10.97%
  • yellow value is 17.30%
  • key color value is 7.06%

CMYK: (0,11,17,7)
C0M11Y17K7 (0%, 11%, 17%, 7%)
(0.00 / 0.11 / 0.17 / 0.07)

CMYK percentages

%0
%10.97
%17.3
%7.06

Codes

Color #EDD3C4 in popluar color models

ED D3 C4
RGB 237 211 196
HSL 22° 53.25% 84.90%
HSB/HSV 22° 17.30% 92.94%
CMYK 0.00% 10.97% 17.30%
7.06%

Color #EDD3C4 in popluar number systems.

HEX ED D3 C4
Decimal 237 211 196
Binary 11101101 11010011 11000100
Octal 355 323 304

Shades and tints

Shades of #EDD3C4

#EDD3C4
(237,211,196)
#D8C0B3
(216,192,179)
#C3ADA2
(195,173,162)
#AE9A91
(174,154,145)
#998780
(153,135,128)
#84746F
(132,116,111)
#6F615E
(111,97,94)
#5A4E4D
(90,78,77)
#453B3C
(69,59,60)
#30282B
(48,40,43)
#1B151A
(27,21,26)
#000000
(0,0,0)

Tints of #EDD3C4

#EDD3C4
(237,211,196)
#EED7C9
(238,215,201)
#EFDBCE
(239,219,206)
#F0DFD3
(240,223,211)
#F1E3D8
(241,227,216)
#F2E7DD
(242,231,221)
#F3EBE2
(243,235,226)
#F4EFE7
(244,239,231)
#F5F3EC
(245,243,236)
#F6F7F1
(246,247,241)
#F7FBF6
(247,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD3C4 color. Also use rgb(237,211,196) instead hex code.

Text Font Color

.myTextColor { color: #EDD3C4; }

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

This text font color is #EDD3C4.

Background Color

.myBgColor { background-color: #EDD3C4; }

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

This div background color is #EDD3C4.

Border color

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

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

This div border color is #EDD3C4.

Opacity

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

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

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

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

This text has shadow with #EDD3C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD3C4.

Preview

Color preview on black background

This text has color #EDD3C4 on black background.


Color preview on white background

This text has color #EDD3C4 on white background.


Black color preview on #EDD3C4 background

This text has black color on #EDD3C4 background.


White color preview on #EDD3C4 background

This text has white color on #EDD3C4 background.


Related colors

Complementary color

Complementary color for #hex is #122C3B.


I love getcolorcode.com

Triadic colors

1 #C4EDD3 and #D3C4ED with #EDD3C4 are triadic colors.

2 #C4D3ED and #D3EDC4 with #EDD3C4 are triadic colors.