COLOR #EDBDD7

HEX: #EDBDD7 RGB: (237,189,215)

Color info

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

RGB color model

#EDBDD7 color RGB value is (237,189,215).

RGB: (237,189,215) (93%, 74%, 84%)

RGB channels and saturation

R 237 of 255 = 93%
G 189 of 255 = 74%
B 215 of 255 = 84%

237
189
215

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

Portions of RGB colors in percentages

R + G + B = 237 + 189 + 215 = 641 (100%)
R 237 of 641 ~ 36.97%
G 189 of 641 ~ 29.49%
B 215 of 641 ~ 33.54'%

%36.97
%29.49
%33.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.25%
  • 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
%20.25
%9.28
%7.06

Codes

Color #EDBDD7 in popluar color models

ED BD D7
RGB 237 189 215
HSL 328° 57.14% 83.53%
HSB/HSV 328° 20.25% 92.94%
CMYK 0.00% 20.25% 9.28%
7.06%

Color #EDBDD7 in popluar number systems.

HEX ED BD D7
Decimal 237 189 215
Binary 11101101 10111101 11010111
Octal 355 275 327

Shades and tints

Shades of #EDBDD7

#EDBDD7
(237,189,215)
#D8ACC4
(216,172,196)
#C39BB1
(195,155,177)
#AE8A9E
(174,138,158)
#99798B
(153,121,139)
#846878
(132,104,120)
#6F5765
(111,87,101)
#5A4652
(90,70,82)
#45353F
(69,53,63)
#30242C
(48,36,44)
#1B1319
(27,19,25)
#000000
(0,0,0)

Tints of #EDBDD7

#EDBDD7
(237,189,215)
#EEC3DA
(238,195,218)
#EFC9DD
(239,201,221)
#F0CFE0
(240,207,224)
#F1D5E3
(241,213,227)
#F2DBE6
(242,219,230)
#F3E1E9
(243,225,233)
#F4E7EC
(244,231,236)
#F5EDEF
(245,237,239)
#F6F3F2
(246,243,242)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBDD7; }

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

This text font color is #EDBDD7.

Background Color

.myBgColor { background-color: #EDBDD7; }

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

This div background color is #EDBDD7.

Border color

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

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

This div border color is #EDBDD7.

Opacity

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

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

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

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

This text has shadow with #EDBDD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDBDD7.

Preview

Color preview on black background

This text has color #EDBDD7 on black background.


Color preview on white background

This text has color #EDBDD7 on white background.


Black color preview on #EDBDD7 background

This text has black color on #EDBDD7 background.


White color preview on #EDBDD7 background

This text has white color on #EDBDD7 background.


Related colors

Complementary color

Complementary color for #hex is #124228.


I love getcolorcode.com

Triadic colors

1 #D7EDBD and #BDD7ED with #EDBDD7 are triadic colors.

2 #D7BDED and #BDEDD7 with #EDBDD7 are triadic colors.