COLOR #EDBEE8

HEX: #EDBEE8
RGB: (237,190,232)

Color info

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

RGB color model

#EDBEE8 color RGB value is (237,190,232).

  • red value is 237;
  • green value is 190;
  • blue value is 232.
RGB:
(237,190,232)
(93%,75%,91%)

RGB channels and saturation

R 237 of 255 = 93%
G 190 of 255 = 75%
B 232 of 255 = 91%

237
190
232

R + G + B ~ 86%. #EDBEE8 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 190 + 232 = 659 (100%)
R 237 of 659 ~ 35.96%
G 190 of 659 ~ 28.83%
B 232 of 659 ~ 35.2%

%35.96
%28.83
%35.2

CMYK color model

#EDBEE8 color CMYK value is (0,20,2,7).

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 2.11%
  • key color value is 7.06%
CMYK:
(0,20,2,7)
C0M20Y2K7 
(0%,20%,2%,7%)
(0.00/0.20/0.02/0.07)	

CMYK percentages

%0
%19.83
%2.11
%7.06

Codes

Color #EDBEE8 in popluar color models

EDBEE8
RGB237190232
HSL306°56.63%83.73%
HSB/HSV306°19.83%92.94%
CMYK0.00%19.83%2.11%
7.06%

Color #EDBEE8 in popluar number systems.

HEXEDBEE8
Decimal237190232
Binary111011011011111011101000
Octal355276350

Shades and tints

Shades of #EDBEE8

#EDBEE8
(237,190,232)
#D8ADD3
(216,173,211)
#C39CBE
(195,156,190)
#AE8BA9
(174,139,169)
#997A94
(153,122,148)
#84697F
(132,105,127)
#6F586A
(111,88,106)
#5A4755
(90,71,85)
#453640
(69,54,64)
#30252B
(48,37,43)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #EDBEE8

#EDBEE8
(237,190,232)
#EEC3EA
(238,195,234)
#EFC8EC
(239,200,236)
#F0CDEE
(240,205,238)
#F1D2F0
(241,210,240)
#F2D7F2
(242,215,242)
#F3DCF4
(243,220,244)
#F4E1F6
(244,225,246)
#F5E6F8
(245,230,248)
#F6EBFA
(246,235,250)
#F7F0FC
(247,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDBEE8 color. Also use rgb(237,190,232) instead hex code.

Text Font Color

.myTextColor { color: #EDBEE8; }

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

This text font color is #EDBEE8.


Background Color

.myBgColor { background-color: #EDBEE8; }

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

This div background color is #EDBEE8.


Border color

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

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

This div border color is #EDBEE8.


Opacity

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

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

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

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

This text has shadow with #EDBEE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBEE8 on black background.


Color preview on white background

This text has color #EDBEE8 on white background.



Black color preview on #EDBEE8 background

This text has black color on #EDBEE8 background.


White color preview on #EDBEE8 background

This text has white color on #EDBEE8 background.