COLOR #EDBCE2

HEX: #EDBCE2
RGB: (237,188,226)

Color info

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

RGB color model

#EDBCE2 color RGB value is (237,188,226).

  • red value is 237;
  • green value is 188;
  • blue value is 226.
RGB:
(237,188,226)
(93%,74%,89%)

RGB channels and saturation

R 237 of 255 = 93%
G 188 of 255 = 74%
B 226 of 255 = 89%

237
188
226

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

Portions of RGB colors in percentages

R + G + B =
237 + 188 + 226 = 651 (100%)
R 237 of 651 ~ 36.41%
G 188 of 651 ~ 28.88%
B 226 of 651 ~ 34.72%

%36.41
%28.88
%34.72

CMYK color model

#EDBCE2 color CMYK value is (0,21,5,7).

  • cyan value is 0.00%
  • magenta value is 20.68%
  • yellow value is 4.64%
  • key color value is 7.06%
CMYK:
(0,21,5,7)
C0M21Y5K7 
(0%,21%,5%,7%)
(0.00/0.21/0.05/0.07)	

CMYK percentages

%0
%20.68
%4.64
%7.06

Codes

Color #EDBCE2 in popluar color models

EDBCE2
RGB237188226
HSL313°57.65%83.33%
HSB/HSV313°20.68%92.94%
CMYK0.00%20.68%4.64%
7.06%

Color #EDBCE2 in popluar number systems.

HEXEDBCE2
Decimal237188226
Binary111011011011110011100010
Octal355274342

Shades and tints

Shades of #EDBCE2

#EDBCE2
(237,188,226)
#D8ABCE
(216,171,206)
#C39ABA
(195,154,186)
#AE89A6
(174,137,166)
#997892
(153,120,146)
#84677E
(132,103,126)
#6F566A
(111,86,106)
#5A4556
(90,69,86)
#453442
(69,52,66)
#30232E
(48,35,46)
#1B121A
(27,18,26)
#000000
(0,0,0)

Tints of #EDBCE2

#EDBCE2
(237,188,226)
#EEC2E4
(238,194,228)
#EFC8E6
(239,200,230)
#F0CEE8
(240,206,232)
#F1D4EA
(241,212,234)
#F2DAEC
(242,218,236)
#F3E0EE
(243,224,238)
#F4E6F0
(244,230,240)
#F5ECF2
(245,236,242)
#F6F2F4
(246,242,244)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDBCE2 color. Also use rgb(237,188,226) instead hex code.

Text Font Color

.myTextColor { color: #EDBCE2; }

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

This text font color is #EDBCE2.


Background Color

.myBgColor { background-color: #EDBCE2; }

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

This div background color is #EDBCE2.


Border color

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

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

This div border color is #EDBCE2.


Opacity

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

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

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

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

This text has shadow with #EDBCE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBCE2 on black background.


Color preview on white background

This text has color #EDBCE2 on white background.



Black color preview on #EDBCE2 background

This text has black color on #EDBCE2 background.


White color preview on #EDBCE2 background

This text has white color on #EDBCE2 background.