COLOR #EDBFEC

HEX: #EDBFEC
RGB: (237,191,236)

Color info

#EDBFEC contains red, green and blue colors in about the same proportion. Web safe color of #EDBFEC is #FFCCFF (or #FCF).

RGB color model

#EDBFEC color RGB value is (237,191,236).

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

RGB channels and saturation

R 237 of 255 = 93%
G 191 of 255 = 75%
B 236 of 255 = 93%

237
191
236

R + G + B ~ 87%. #EDBFEC is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 191 + 236 = 664 (100%)
R 237 of 664 ~ 35.69%
G 191 of 664 ~ 28.77%
B 236 of 664 ~ 35.54%

%35.69
%28.77
%35.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.41%
  • yellow value is 0.42%
  • key color value is 7.06%
CMYK:
(0,19,0,7)
C0M19Y0K7 
(0%,19%,0%,7%)
(0.00/0.19/0.00/0.07)	

CMYK percentages

%0
%19.41
%0.42
%7.06

Codes

Color #EDBFEC in popluar color models

EDBFEC
RGB237191236
HSL301°56.10%83.92%
HSB/HSV301°19.41%92.94%
CMYK0.00%19.41%0.42%
7.06%

Color #EDBFEC in popluar number systems.

HEXEDBFEC
Decimal237191236
Binary111011011011111111101100
Octal355277354

Shades and tints

Shades of #EDBFEC

#EDBFEC
(237,191,236)
#D8AED7
(216,174,215)
#C39DC2
(195,157,194)
#AE8CAD
(174,140,173)
#997B98
(153,123,152)
#846A83
(132,106,131)
#6F596E
(111,89,110)
#5A4859
(90,72,89)
#453744
(69,55,68)
#30262F
(48,38,47)
#1B151A
(27,21,26)
#000000
(0,0,0)

Tints of #EDBFEC

#EDBFEC
(237,191,236)
#EEC4ED
(238,196,237)
#EFC9EE
(239,201,238)
#F0CEEF
(240,206,239)
#F1D3F0
(241,211,240)
#F2D8F1
(242,216,241)
#F3DDF2
(243,221,242)
#F4E2F3
(244,226,243)
#F5E7F4
(245,231,244)
#F6ECF5
(246,236,245)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBFEC; }

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

This text font color is #EDBFEC.


Background Color

.myBgColor { background-color: #EDBFEC; }

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

This div background color is #EDBFEC.


Border color

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

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

This div border color is #EDBFEC.


Opacity

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

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

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

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

This text has shadow with #EDBFEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBFEC on black background.


Color preview on white background

This text has color #EDBFEC on white background.



Black color preview on #EDBFEC background

This text has black color on #EDBFEC background.


White color preview on #EDBFEC background

This text has white color on #EDBFEC background.