COLOR #EDD9E3

HEX: #EDD9E3
RGB: (237,217,227)

Color info

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

RGB color model

#EDD9E3 color RGB value is (237,217,227).

  • red value is 237;
  • green value is 217;
  • blue value is 227.
RGB:
(237,217,227)
(93%,85%,89%)

RGB channels and saturation

R 237 of 255 = 93%
G 217 of 255 = 85%
B 227 of 255 = 89%

237
217
227

R + G + B ~ 89%. #EDD9E3 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 217 + 227 = 681 (100%)
R 237 of 681 ~ 34.8%
G 217 of 681 ~ 31.86%
B 227 of 681 ~ 33.33%

%34.8
%31.86
%33.33

CMYK color model

#EDD9E3 color CMYK value is (0,8,4,7).

  • cyan value is 0.00%
  • magenta value is 8.44%
  • yellow value is 4.22%
  • key color value is 7.06%
CMYK:
(0,8,4,7)
C0M8Y4K7 
(0%,8%,4%,7%)
(0.00/0.08/0.04/0.07)	

CMYK percentages

%0
%8.44
%4.22
%7.06

Codes

Color #EDD9E3 in popluar color models

EDD9E3
RGB237217227
HSL330°35.71%89.02%
HSB/HSV330°8.44%92.94%
CMYK0.00%8.44%4.22%
7.06%

Color #EDD9E3 in popluar number systems.

HEXEDD9E3
Decimal237217227
Binary111011011101100111100011
Octal355331343

Shades and tints

Shades of #EDD9E3

#EDD9E3
(237,217,227)
#D8C6CF
(216,198,207)
#C3B3BB
(195,179,187)
#AEA0A7
(174,160,167)
#998D93
(153,141,147)
#847A7F
(132,122,127)
#6F676B
(111,103,107)
#5A5457
(90,84,87)
#454143
(69,65,67)
#302E2F
(48,46,47)
#1B1B1B
(27,27,27)
#000000
(0,0,0)

Tints of #EDD9E3

#EDD9E3
(237,217,227)
#EEDCE5
(238,220,229)
#EFDFE7
(239,223,231)
#F0E2E9
(240,226,233)
#F1E5EB
(241,229,235)
#F2E8ED
(242,232,237)
#F3EBEF
(243,235,239)
#F4EEF1
(244,238,241)
#F5F1F3
(245,241,243)
#F6F4F5
(246,244,245)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD9E3 color. Also use rgb(237,217,227) instead hex code.

Text Font Color

.myTextColor { color: #EDD9E3; }

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

This text font color is #EDD9E3.


Background Color

.myBgColor { background-color: #EDD9E3; }

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

This div background color is #EDD9E3.


Border color

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

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

This div border color is #EDD9E3.


Opacity

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

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

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

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

This text has shadow with #EDD9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD9E3 on black background.


Color preview on white background

This text has color #EDD9E3 on white background.



Black color preview on #EDD9E3 background

This text has black color on #EDD9E3 background.


White color preview on #EDD9E3 background

This text has white color on #EDD9E3 background.