COLOR #EDDFD3

HEX: #EDDFD3
RGB: (237,223,211)

Color info

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

RGB color model

#EDDFD3 color RGB value is (237,223,211).

  • red value is 237;
  • green value is 223;
  • blue value is 211.
RGB:
(237,223,211)
(93%,87%,83%)

RGB channels and saturation

R 237 of 255 = 93%
G 223 of 255 = 87%
B 211 of 255 = 83%

237
223
211

R + G + B ~ 88%. #EDDFD3 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 223 + 211 = 671 (100%)
R 237 of 671 ~ 35.32%
G 223 of 671 ~ 33.23%
B 211 of 671 ~ 31.45%

%35.32
%33.23
%31.45

CMYK color model

#EDDFD3 color CMYK value is (0,6,11,7).

  • cyan value is 0.00%
  • magenta value is 5.91%
  • yellow value is 10.97%
  • key color value is 7.06%
CMYK:
(0,6,11,7)
C0M6Y11K7 
(0%,6%,11%,7%)
(0.00/0.06/0.11/0.07)	

CMYK percentages

%0
%5.91
%10.97
%7.06

Codes

Color #EDDFD3 in popluar color models

EDDFD3
RGB237223211
HSL28°41.94%87.84%
HSB/HSV28°10.97%92.94%
CMYK0.00%5.91%10.97%
7.06%

Color #EDDFD3 in popluar number systems.

HEXEDDFD3
Decimal237223211
Binary111011011101111111010011
Octal355337323

Shades and tints

Shades of #EDDFD3

#EDDFD3
(237,223,211)
#D8CBC0
(216,203,192)
#C3B7AD
(195,183,173)
#AEA39A
(174,163,154)
#998F87
(153,143,135)
#847B74
(132,123,116)
#6F6761
(111,103,97)
#5A534E
(90,83,78)
#453F3B
(69,63,59)
#302B28
(48,43,40)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #EDDFD3

#EDDFD3
(237,223,211)
#EEE1D7
(238,225,215)
#EFE3DB
(239,227,219)
#F0E5DF
(240,229,223)
#F1E7E3
(241,231,227)
#F2E9E7
(242,233,231)
#F3EBEB
(243,235,235)
#F4EDEF
(244,237,239)
#F5EFF3
(245,239,243)
#F6F1F7
(246,241,247)
#F7F3FB
(247,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDFD3; }

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

This text font color is #EDDFD3.


Background Color

.myBgColor { background-color: #EDDFD3; }

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

This div background color is #EDDFD3.


Border color

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

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

This div border color is #EDDFD3.


Opacity

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

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

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

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

This text has shadow with #EDDFD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDFD3 on black background.


Color preview on white background

This text has color #EDDFD3 on white background.



Black color preview on #EDDFD3 background

This text has black color on #EDDFD3 background.


White color preview on #EDDFD3 background

This text has white color on #EDDFD3 background.