COLOR #EDBFDF

HEX: #EDBFDF
RGB: (237,191,223)

Color info

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

RGB color model

#EDBFDF color RGB value is (237,191,223).

  • red value is 237;
  • green value is 191;
  • blue value is 223.
RGB:
(237,191,223)
(93%,75%,87%)

RGB channels and saturation

R 237 of 255 = 93%
G 191 of 255 = 75%
B 223 of 255 = 87%

237
191
223

R + G + B ~ 85%. #EDBFDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 191 + 223 = 651 (100%)
R 237 of 651 ~ 36.41%
G 191 of 651 ~ 29.34%
B 223 of 651 ~ 34.25%

%36.41
%29.34
%34.25

CMYK color model

#EDBFDF color CMYK value is (0,19,6,7).

  • cyan value is 0.00%
  • magenta value is 19.41%
  • yellow value is 5.91%
  • key color value is 7.06%
CMYK:
(0,19,6,7)
C0M19Y6K7 
(0%,19%,6%,7%)
(0.00/0.19/0.06/0.07)	

CMYK percentages

%0
%19.41
%5.91
%7.06

Codes

Color #EDBFDF in popluar color models

EDBFDF
RGB237191223
HSL318°56.10%83.92%
HSB/HSV318°19.41%92.94%
CMYK0.00%19.41%5.91%
7.06%

Color #EDBFDF in popluar number systems.

HEXEDBFDF
Decimal237191223
Binary111011011011111111011111
Octal355277337

Shades and tints

Shades of #EDBFDF

#EDBFDF
(237,191,223)
#D8AECB
(216,174,203)
#C39DB7
(195,157,183)
#AE8CA3
(174,140,163)
#997B8F
(153,123,143)
#846A7B
(132,106,123)
#6F5967
(111,89,103)
#5A4853
(90,72,83)
#45373F
(69,55,63)
#30262B
(48,38,43)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #EDBFDF

#EDBFDF
(237,191,223)
#EEC4E1
(238,196,225)
#EFC9E3
(239,201,227)
#F0CEE5
(240,206,229)
#F1D3E7
(241,211,231)
#F2D8E9
(242,216,233)
#F3DDEB
(243,221,235)
#F4E2ED
(244,226,237)
#F5E7EF
(245,231,239)
#F6ECF1
(246,236,241)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDBFDF color. Also use rgb(237,191,223) instead hex code.

Text Font Color

.myTextColor { color: #EDBFDF; }

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

This text font color is #EDBFDF.


Background Color

.myBgColor { background-color: #EDBFDF; }

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

This div background color is #EDBFDF.


Border color

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

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

This div border color is #EDBFDF.


Opacity

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

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

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

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

This text has shadow with #EDBFDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBFDF on black background.


Color preview on white background

This text has color #EDBFDF on white background.



Black color preview on #EDBFDF background

This text has black color on #EDBFDF background.


White color preview on #EDBFDF background

This text has white color on #EDBFDF background.