COLOR #EDB2D2

HEX: #EDB2D2
RGB: (237,178,210)

Color info

#EDB2D2 contains red, green and blue colors in about the same proportion. Web safe color of #EDB2D2 is #FF99CC (or #F9C).

RGB color model

#EDB2D2 color RGB value is (237,178,210).

  • red value is 237;
  • green value is 178;
  • blue value is 210.
RGB:
(237,178,210)
(93%,70%,82%)

RGB channels and saturation

R 237 of 255 = 93%
G 178 of 255 = 70%
B 210 of 255 = 82%

237
178
210

R + G + B ~ 82%. #EDB2D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 178 + 210 = 625 (100%)
R 237 of 625 ~ 37.92%
G 178 of 625 ~ 28.48%
B 210 of 625 ~ 33.6%

%37.92
%28.48
%33.6

CMYK color model

#EDB2D2 color CMYK value is (0,25,11,7).

  • cyan value is 0.00%
  • magenta value is 24.89%
  • yellow value is 11.39%
  • key color value is 7.06%
CMYK:
(0,25,11,7)
C0M25Y11K7 
(0%,25%,11%,7%)
(0.00/0.25/0.11/0.07)	

CMYK percentages

%0
%24.89
%11.39
%7.06

Codes

Color #EDB2D2 in popluar color models

EDB2D2
RGB237178210
HSL327°62.11%81.37%
HSB/HSV327°24.89%92.94%
CMYK0.00%24.89%11.39%
7.06%

Color #EDB2D2 in popluar number systems.

HEXEDB2D2
Decimal237178210
Binary111011011011001011010010
Octal355262322

Shades and tints

Shades of #EDB2D2

#EDB2D2
(237,178,210)
#D8A2BF
(216,162,191)
#C392AC
(195,146,172)
#AE8299
(174,130,153)
#997286
(153,114,134)
#846273
(132,98,115)
#6F5260
(111,82,96)
#5A424D
(90,66,77)
#45323A
(69,50,58)
#302227
(48,34,39)
#1B1214
(27,18,20)
#000000
(0,0,0)

Tints of #EDB2D2

#EDB2D2
(237,178,210)
#EEB9D6
(238,185,214)
#EFC0DA
(239,192,218)
#F0C7DE
(240,199,222)
#F1CEE2
(241,206,226)
#F2D5E6
(242,213,230)
#F3DCEA
(243,220,234)
#F4E3EE
(244,227,238)
#F5EAF2
(245,234,242)
#F6F1F6
(246,241,246)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB2D2 color. Also use rgb(237,178,210) instead hex code.

Text Font Color

.myTextColor { color: #EDB2D2; }

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

This text font color is #EDB2D2.


Background Color

.myBgColor { background-color: #EDB2D2; }

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

This div background color is #EDB2D2.


Border color

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

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

This div border color is #EDB2D2.


Opacity

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

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

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

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

This text has shadow with #EDB2D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB2D2 on black background.


Color preview on white background

This text has color #EDB2D2 on white background.



Black color preview on #EDB2D2 background

This text has black color on #EDB2D2 background.


White color preview on #EDB2D2 background

This text has white color on #EDB2D2 background.