COLOR #EDDBE3

HEX: #EDDBE3
RGB: (237,219,227)

Color info

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

RGB color model

#EDDBE3 color RGB value is (237,219,227).

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

RGB channels and saturation

R 237 of 255 = 93%
G 219 of 255 = 86%
B 227 of 255 = 89%

237
219
227

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

Portions of RGB colors in percentages

R + G + B =
237 + 219 + 227 = 683 (100%)
R 237 of 683 ~ 34.7%
G 219 of 683 ~ 32.06%
B 227 of 683 ~ 33.24%

%34.7
%32.06
%33.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.59%
  • 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
%7.59
%4.22
%7.06

Codes

Color #EDDBE3 in popluar color models

EDDBE3
RGB237219227
HSL333°33.33%89.41%
HSB/HSV333°7.59%92.94%
CMYK0.00%7.59%4.22%
7.06%

Color #EDDBE3 in popluar number systems.

HEXEDDBE3
Decimal237219227
Binary111011011101101111100011
Octal355333343

Shades and tints

Shades of #EDDBE3

#EDDBE3
(237,219,227)
#D8C8CF
(216,200,207)
#C3B5BB
(195,181,187)
#AEA2A7
(174,162,167)
#998F93
(153,143,147)
#847C7F
(132,124,127)
#6F696B
(111,105,107)
#5A5657
(90,86,87)
#454343
(69,67,67)
#30302F
(48,48,47)
#1B1D1B
(27,29,27)
#000000
(0,0,0)

Tints of #EDDBE3

#EDDBE3
(237,219,227)
#EEDEE5
(238,222,229)
#EFE1E7
(239,225,231)
#F0E4E9
(240,228,233)
#F1E7EB
(241,231,235)
#F2EAED
(242,234,237)
#F3EDEF
(243,237,239)
#F4F0F1
(244,240,241)
#F5F3F3
(245,243,243)
#F6F6F5
(246,246,245)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDBE3; }

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

This text font color is #EDDBE3.


Background Color

.myBgColor { background-color: #EDDBE3; }

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

This div background color is #EDDBE3.


Border color

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

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

This div border color is #EDDBE3.


Opacity

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

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

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

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

This text has shadow with #EDDBE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDBE3 on black background.


Color preview on white background

This text has color #EDDBE3 on white background.



Black color preview on #EDDBE3 background

This text has black color on #EDDBE3 background.


White color preview on #EDDBE3 background

This text has white color on #EDDBE3 background.