COLOR #EDBED7

HEX: #EDBED7
RGB: (237,190,215)

Color info

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

RGB color model

#EDBED7 color RGB value is (237,190,215).

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

RGB channels and saturation

R 237 of 255 = 93%
G 190 of 255 = 75%
B 215 of 255 = 84%

237
190
215

R + G + B ~ 84%. #EDBED7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 190 + 215 = 642 (100%)
R 237 of 642 ~ 36.92%
G 190 of 642 ~ 29.6%
B 215 of 642 ~ 33.49%

%36.92
%29.6
%33.49

CMYK color model

#EDBED7 color CMYK value is (0,20,9,7).

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 9.28%
  • key color value is 7.06%
CMYK:
(0,20,9,7)
C0M20Y9K7 
(0%,20%,9%,7%)
(0.00/0.20/0.09/0.07)	

CMYK percentages

%0
%19.83
%9.28
%7.06

Codes

Color #EDBED7 in popluar color models

EDBED7
RGB237190215
HSL328°56.63%83.73%
HSB/HSV328°19.83%92.94%
CMYK0.00%19.83%9.28%
7.06%

Color #EDBED7 in popluar number systems.

HEXEDBED7
Decimal237190215
Binary111011011011111011010111
Octal355276327

Shades and tints

Shades of #EDBED7

#EDBED7
(237,190,215)
#D8ADC4
(216,173,196)
#C39CB1
(195,156,177)
#AE8B9E
(174,139,158)
#997A8B
(153,122,139)
#846978
(132,105,120)
#6F5865
(111,88,101)
#5A4752
(90,71,82)
#45363F
(69,54,63)
#30252C
(48,37,44)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #EDBED7

#EDBED7
(237,190,215)
#EEC3DA
(238,195,218)
#EFC8DD
(239,200,221)
#F0CDE0
(240,205,224)
#F1D2E3
(241,210,227)
#F2D7E6
(242,215,230)
#F3DCE9
(243,220,233)
#F4E1EC
(244,225,236)
#F5E6EF
(245,230,239)
#F6EBF2
(246,235,242)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBED7; }

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

This text font color is #EDBED7.


Background Color

.myBgColor { background-color: #EDBED7; }

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

This div background color is #EDBED7.


Border color

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

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

This div border color is #EDBED7.


Opacity

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

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

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

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

This text has shadow with #EDBED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBED7 on black background.


Color preview on white background

This text has color #EDBED7 on white background.



Black color preview on #EDBED7 background

This text has black color on #EDBED7 background.


White color preview on #EDBED7 background

This text has white color on #EDBED7 background.