COLOR #EDBFE1

HEX: #EDBFE1
RGB: (237,191,225)

Color info

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

RGB color model

#EDBFE1 color RGB value is (237,191,225).

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

RGB channels and saturation

R 237 of 255 = 93%
G 191 of 255 = 75%
B 225 of 255 = 88%

237
191
225

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

Portions of RGB colors in percentages

R + G + B =
237 + 191 + 225 = 653 (100%)
R 237 of 653 ~ 36.29%
G 191 of 653 ~ 29.25%
B 225 of 653 ~ 34.46%

%36.29
%29.25
%34.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.41%
  • yellow value is 5.06%
  • key color value is 7.06%
CMYK:
(0,19,5,7)
C0M19Y5K7 
(0%,19%,5%,7%)
(0.00/0.19/0.05/0.07)	

CMYK percentages

%0
%19.41
%5.06
%7.06

Codes

Color #EDBFE1 in popluar color models

EDBFE1
RGB237191225
HSL316°56.10%83.92%
HSB/HSV316°19.41%92.94%
CMYK0.00%19.41%5.06%
7.06%

Color #EDBFE1 in popluar number systems.

HEXEDBFE1
Decimal237191225
Binary111011011011111111100001
Octal355277341

Shades and tints

Shades of #EDBFE1

#EDBFE1
(237,191,225)
#D8AECD
(216,174,205)
#C39DB9
(195,157,185)
#AE8CA5
(174,140,165)
#997B91
(153,123,145)
#846A7D
(132,106,125)
#6F5969
(111,89,105)
#5A4855
(90,72,85)
#453741
(69,55,65)
#30262D
(48,38,45)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #EDBFE1

#EDBFE1
(237,191,225)
#EEC4E3
(238,196,227)
#EFC9E5
(239,201,229)
#F0CEE7
(240,206,231)
#F1D3E9
(241,211,233)
#F2D8EB
(242,216,235)
#F3DDED
(243,221,237)
#F4E2EF
(244,226,239)
#F5E7F1
(245,231,241)
#F6ECF3
(246,236,243)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBFE1; }

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

This text font color is #EDBFE1.


Background Color

.myBgColor { background-color: #EDBFE1; }

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

This div background color is #EDBFE1.


Border color

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

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

This div border color is #EDBFE1.


Opacity

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

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

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

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

This text has shadow with #EDBFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBFE1 on black background.


Color preview on white background

This text has color #EDBFE1 on white background.



Black color preview on #EDBFE1 background

This text has black color on #EDBFE1 background.


White color preview on #EDBFE1 background

This text has white color on #EDBFE1 background.