COLOR #EDBEC9

HEX: #EDBEC9
RGB: (237,190,201)

Color info

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

RGB color model

#EDBEC9 color RGB value is (237,190,201).

  • red value is 237;
  • green value is 190;
  • blue value is 201.
RGB:
(237,190,201)
(93%,75%,79%)

RGB channels and saturation

R 237 of 255 = 93%
G 190 of 255 = 75%
B 201 of 255 = 79%

237
190
201

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

Portions of RGB colors in percentages

R + G + B =
237 + 190 + 201 = 628 (100%)
R 237 of 628 ~ 37.74%
G 190 of 628 ~ 30.25%
B 201 of 628 ~ 32.01%

%37.74
%30.25
%32.01

CMYK color model

#EDBEC9 color CMYK value is (0,20,15,7).

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 15.19%
  • key color value is 7.06%
CMYK:
(0,20,15,7)
C0M20Y15K7 
(0%,20%,15%,7%)
(0.00/0.20/0.15/0.07)	

CMYK percentages

%0
%19.83
%15.19
%7.06

Codes

Color #EDBEC9 in popluar color models

EDBEC9
RGB237190201
HSL346°56.63%83.73%
HSB/HSV346°19.83%92.94%
CMYK0.00%19.83%15.19%
7.06%

Color #EDBEC9 in popluar number systems.

HEXEDBEC9
Decimal237190201
Binary111011011011111011001001
Octal355276311

Shades and tints

Shades of #EDBEC9

#EDBEC9
(237,190,201)
#D8ADB7
(216,173,183)
#C39CA5
(195,156,165)
#AE8B93
(174,139,147)
#997A81
(153,122,129)
#84696F
(132,105,111)
#6F585D
(111,88,93)
#5A474B
(90,71,75)
#453639
(69,54,57)
#302527
(48,37,39)
#1B1415
(27,20,21)
#000000
(0,0,0)

Tints of #EDBEC9

#EDBEC9
(237,190,201)
#EEC3CD
(238,195,205)
#EFC8D1
(239,200,209)
#F0CDD5
(240,205,213)
#F1D2D9
(241,210,217)
#F2D7DD
(242,215,221)
#F3DCE1
(243,220,225)
#F4E1E5
(244,225,229)
#F5E6E9
(245,230,233)
#F6EBED
(246,235,237)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDBEC9 color. Also use rgb(237,190,201) instead hex code.

Text Font Color

.myTextColor { color: #EDBEC9; }

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

This text font color is #EDBEC9.


Background Color

.myBgColor { background-color: #EDBEC9; }

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

This div background color is #EDBEC9.


Border color

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

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

This div border color is #EDBEC9.


Opacity

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

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

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

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

This text has shadow with #EDBEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBEC9 on black background.


Color preview on white background

This text has color #EDBEC9 on white background.



Black color preview on #EDBEC9 background

This text has black color on #EDBEC9 background.


White color preview on #EDBEC9 background

This text has white color on #EDBEC9 background.