COLOR #EDB3CF

HEX: #EDB3CF
RGB: (237,179,207)

Color info

#EDB3CF contains red, green and blue colors in about the same proportion. Web safe color of #EDB3CF is #FF99CC (or #F9C).

RGB color model

#EDB3CF color RGB value is (237,179,207).

  • red value is 237;
  • green value is 179;
  • blue value is 207.
RGB:
(237,179,207)
(93%,70%,81%)

RGB channels and saturation

R 237 of 255 = 93%
G 179 of 255 = 70%
B 207 of 255 = 81%

237
179
207

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

Portions of RGB colors in percentages

R + G + B =
237 + 179 + 207 = 623 (100%)
R 237 of 623 ~ 38.04%
G 179 of 623 ~ 28.73%
B 207 of 623 ~ 33.23%

%38.04
%28.73
%33.23

CMYK color model

#EDB3CF color CMYK value is (0,24,13,7).

  • cyan value is 0.00%
  • magenta value is 24.47%
  • yellow value is 12.66%
  • key color value is 7.06%
CMYK:
(0,24,13,7)
C0M24Y13K7 
(0%,24%,13%,7%)
(0.00/0.24/0.13/0.07)	

CMYK percentages

%0
%24.47
%12.66
%7.06

Codes

Color #EDB3CF in popluar color models

EDB3CF
RGB237179207
HSL331°61.70%81.57%
HSB/HSV331°24.47%92.94%
CMYK0.00%24.47%12.66%
7.06%

Color #EDB3CF in popluar number systems.

HEXEDB3CF
Decimal237179207
Binary111011011011001111001111
Octal355263317

Shades and tints

Shades of #EDB3CF

#EDB3CF
(237,179,207)
#D8A3BD
(216,163,189)
#C393AB
(195,147,171)
#AE8399
(174,131,153)
#997387
(153,115,135)
#846375
(132,99,117)
#6F5363
(111,83,99)
#5A4351
(90,67,81)
#45333F
(69,51,63)
#30232D
(48,35,45)
#1B131B
(27,19,27)
#000000
(0,0,0)

Tints of #EDB3CF

#EDB3CF
(237,179,207)
#EEB9D3
(238,185,211)
#EFBFD7
(239,191,215)
#F0C5DB
(240,197,219)
#F1CBDF
(241,203,223)
#F2D1E3
(242,209,227)
#F3D7E7
(243,215,231)
#F4DDEB
(244,221,235)
#F5E3EF
(245,227,239)
#F6E9F3
(246,233,243)
#F7EFF7
(247,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB3CF color. Also use rgb(237,179,207) instead hex code.

Text Font Color

.myTextColor { color: #EDB3CF; }

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

This text font color is #EDB3CF.


Background Color

.myBgColor { background-color: #EDB3CF; }

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

This div background color is #EDB3CF.


Border color

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

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

This div border color is #EDB3CF.


Opacity

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

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

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

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

This text has shadow with #EDB3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB3CF on black background.


Color preview on white background

This text has color #EDB3CF on white background.



Black color preview on #EDB3CF background

This text has black color on #EDB3CF background.


White color preview on #EDB3CF background

This text has white color on #EDB3CF background.