COLOR #EDB9CE

HEX: #EDB9CE
RGB: (237,185,206)

Color info

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

RGB color model

#EDB9CE color RGB value is (237,185,206).

  • red value is 237;
  • green value is 185;
  • blue value is 206.
RGB:
(237,185,206)
(93%,73%,81%)

RGB channels and saturation

R 237 of 255 = 93%
G 185 of 255 = 73%
B 206 of 255 = 81%

237
185
206

R + G + B ~ 82%. #EDB9CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 185 + 206 = 628 (100%)
R 237 of 628 ~ 37.74%
G 185 of 628 ~ 29.46%
B 206 of 628 ~ 32.8%

%37.74
%29.46
%32.8

CMYK color model

#EDB9CE color CMYK value is (0,22,13,7).

  • cyan value is 0.00%
  • magenta value is 21.94%
  • yellow value is 13.08%
  • key color value is 7.06%
CMYK:
(0,22,13,7)
C0M22Y13K7 
(0%,22%,13%,7%)
(0.00/0.22/0.13/0.07)	

CMYK percentages

%0
%21.94
%13.08
%7.06

Codes

Color #EDB9CE in popluar color models

EDB9CE
RGB237185206
HSL336°59.09%82.75%
HSB/HSV336°21.94%92.94%
CMYK0.00%21.94%13.08%
7.06%

Color #EDB9CE in popluar number systems.

HEXEDB9CE
Decimal237185206
Binary111011011011100111001110
Octal355271316

Shades and tints

Shades of #EDB9CE

#EDB9CE
(237,185,206)
#D8A9BC
(216,169,188)
#C399AA
(195,153,170)
#AE8998
(174,137,152)
#997986
(153,121,134)
#846974
(132,105,116)
#6F5962
(111,89,98)
#5A4950
(90,73,80)
#45393E
(69,57,62)
#30292C
(48,41,44)
#1B191A
(27,25,26)
#000000
(0,0,0)

Tints of #EDB9CE

#EDB9CE
(237,185,206)
#EEBFD2
(238,191,210)
#EFC5D6
(239,197,214)
#F0CBDA
(240,203,218)
#F1D1DE
(241,209,222)
#F2D7E2
(242,215,226)
#F3DDE6
(243,221,230)
#F4E3EA
(244,227,234)
#F5E9EE
(245,233,238)
#F6EFF2
(246,239,242)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB9CE color. Also use rgb(237,185,206) instead hex code.

Text Font Color

.myTextColor { color: #EDB9CE; }

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

This text font color is #EDB9CE.


Background Color

.myBgColor { background-color: #EDB9CE; }

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

This div background color is #EDB9CE.


Border color

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

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

This div border color is #EDB9CE.


Opacity

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

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

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

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

This text has shadow with #EDB9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB9CE on black background.


Color preview on white background

This text has color #EDB9CE on white background.



Black color preview on #EDB9CE background

This text has black color on #EDB9CE background.


White color preview on #EDB9CE background

This text has white color on #EDB9CE background.