COLOR #EDDACA

HEX: #EDDACA RGB: (237,218,202)

Color info

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

RGB color model

#EDDACA color RGB value is (237,218,202).

RGB: (237,218,202) (93%, 85%, 79%)

RGB channels and saturation

R 237 of 255 = 93%
G 218 of 255 = 85%
B 202 of 255 = 79%

237
218
202

R + G + B ~ 86%. #EDDACA is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 218 + 202 = 657 (100%)
R 237 of 657 ~ 36.07%
G 218 of 657 ~ 33.18%
B 202 of 657 ~ 30.75'%

%36.07
%33.18
%30.75

CMYK color model

#EDDACA color CMYK value is (0,8,15,7).

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

CMYK: (0,8,15,7)
C0M8Y15K7 (0%, 8%, 15%, 7%)
(0.00 / 0.08 / 0.15 / 0.07)

CMYK percentages

%0
%8.02
%14.77
%7.06

Codes

Color #EDDACA in popluar color models

ED DA CA
RGB 237 218 202
HSL 27° 49.30% 86.08%
HSB/HSV 27° 14.77% 92.94%
CMYK 0.00% 8.02% 14.77%
7.06%

Color #EDDACA in popluar number systems.

HEX ED DA CA
Decimal 237 218 202
Binary 11101101 11011010 11001010
Octal 355 332 312

Shades and tints

Shades of #EDDACA

#EDDACA
(237,218,202)
#D8C7B8
(216,199,184)
#C3B4A6
(195,180,166)
#AEA194
(174,161,148)
#998E82
(153,142,130)
#847B70
(132,123,112)
#6F685E
(111,104,94)
#5A554C
(90,85,76)
#45423A
(69,66,58)
#302F28
(48,47,40)
#1B1C16
(27,28,22)
#000000
(0,0,0)

Tints of #EDDACA

#EDDACA
(237,218,202)
#EEDDCE
(238,221,206)
#EFE0D2
(239,224,210)
#F0E3D6
(240,227,214)
#F1E6DA
(241,230,218)
#F2E9DE
(242,233,222)
#F3ECE2
(243,236,226)
#F4EFE6
(244,239,230)
#F5F2EA
(245,242,234)
#F6F5EE
(246,245,238)
#F7F8F2
(247,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDACA; }

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

This text font color is #EDDACA.

Background Color

.myBgColor { background-color: #EDDACA; }

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

This div background color is #EDDACA.

Border color

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

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

This div border color is #EDDACA.

Opacity

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

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

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

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

This text has shadow with #EDDACA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDDACA.

Preview

Color preview on black background

This text has color #EDDACA on black background.


Color preview on white background

This text has color #EDDACA on white background.


Black color preview on #EDDACA background

This text has black color on #EDDACA background.


White color preview on #EDDACA background

This text has white color on #EDDACA background.


Related colors

Complementary color

Complementary color for #hex is #122535.


I love getcolorcode.com

Triadic colors

1 #CAEDDA and #DACAED with #EDDACA are triadic colors.

2 #CADAED and #DAEDCA with #EDDACA are triadic colors.