COLOR #EDBAC7

HEX: #EDBAC7
RGB: (237,186,199)

Color info

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

RGB color model

#EDBAC7 color RGB value is (237,186,199).

  • red value is 237;
  • green value is 186;
  • blue value is 199.
RGB:
(237,186,199)
(93%,73%,78%)

RGB channels and saturation

R 237 of 255 = 93%
G 186 of 255 = 73%
B 199 of 255 = 78%

237
186
199

R + G + B ~ 81%. #EDBAC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 186 + 199 = 622 (100%)
R 237 of 622 ~ 38.1%
G 186 of 622 ~ 29.9%
B 199 of 622 ~ 31.99%

%38.1
%29.9
%31.99

CMYK color model

#EDBAC7 color CMYK value is (0,22,16,7).

  • cyan value is 0.00%
  • magenta value is 21.52%
  • yellow value is 16.03%
  • key color value is 7.06%
CMYK:
(0,22,16,7)
C0M22Y16K7 
(0%,22%,16%,7%)
(0.00/0.22/0.16/0.07)	

CMYK percentages

%0
%21.52
%16.03
%7.06

Codes

Color #EDBAC7 in popluar color models

EDBAC7
RGB237186199
HSL345°58.62%82.94%
HSB/HSV345°21.52%92.94%
CMYK0.00%21.52%16.03%
7.06%

Color #EDBAC7 in popluar number systems.

HEXEDBAC7
Decimal237186199
Binary111011011011101011000111
Octal355272307

Shades and tints

Shades of #EDBAC7

#EDBAC7
(237,186,199)
#D8AAB5
(216,170,181)
#C39AA3
(195,154,163)
#AE8A91
(174,138,145)
#997A7F
(153,122,127)
#846A6D
(132,106,109)
#6F5A5B
(111,90,91)
#5A4A49
(90,74,73)
#453A37
(69,58,55)
#302A25
(48,42,37)
#1B1A13
(27,26,19)
#000000
(0,0,0)

Tints of #EDBAC7

#EDBAC7
(237,186,199)
#EEC0CC
(238,192,204)
#EFC6D1
(239,198,209)
#F0CCD6
(240,204,214)
#F1D2DB
(241,210,219)
#F2D8E0
(242,216,224)
#F3DEE5
(243,222,229)
#F4E4EA
(244,228,234)
#F5EAEF
(245,234,239)
#F6F0F4
(246,240,244)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDBAC7 color. Also use rgb(237,186,199) instead hex code.

Text Font Color

.myTextColor { color: #EDBAC7; }

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

This text font color is #EDBAC7.


Background Color

.myBgColor { background-color: #EDBAC7; }

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

This div background color is #EDBAC7.


Border color

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

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

This div border color is #EDBAC7.


Opacity

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

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

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

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

This text has shadow with #EDBAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBAC7 on black background.


Color preview on white background

This text has color #EDBAC7 on white background.



Black color preview on #EDBAC7 background

This text has black color on #EDBAC7 background.


White color preview on #EDBAC7 background

This text has white color on #EDBAC7 background.