COLOR #EDB2CD

HEX: #EDB2CD RGB: (237,178,205)

Color info

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

RGB color model

#EDB2CD color RGB value is (237,178,205).

RGB: (237,178,205) (93%, 70%, 80%)

RGB channels and saturation

R 237 of 255 = 93%
G 178 of 255 = 70%
B 205 of 255 = 80%

237
178
205

R + G + B ~ 81%. #EDB2CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 178 + 205 = 620 (100%)
R 237 of 620 ~ 38.23%
G 178 of 620 ~ 28.71%
B 205 of 620 ~ 33.06'%

%38.23
%28.71
%33.06

CMYK color model

#EDB2CD color CMYK value is (0,25,14,7).

  • cyan value is 0.00%
  • magenta value is 24.89%
  • yellow value is 13.50%
  • key color value is 7.06%
CMYK: (0,25,14,7) C0M25Y14K7 (0%,25%,14%,7%) (0.00/0.25/0.14/0.07) 

CMYK percentages

%0
%24.89
%13.5
%7.06

Codes

Color #EDB2CD in popluar color models

ED B2 CD
RGB 237 178 205
HSL 333° 62.11% 81.37%
HSB/HSV 333° 24.89% 92.94%
CMYK 0.00% 24.89% 13.50%
7.06%

Color #EDB2CD in popluar number systems.

HEX ED B2 CD
Decimal 237 178 205
Binary 11101101 10110010 11001101
Octal 355 262 315

Shades and tints

Shades of #EDB2CD

#EDB2CD
(237,178,205)
#D8A2BB
(216,162,187)
#C392A9
(195,146,169)
#AE8297
(174,130,151)
#997285
(153,114,133)
#846273
(132,98,115)
#6F5261
(111,82,97)
#5A424F
(90,66,79)
#45323D
(69,50,61)
#30222B
(48,34,43)
#1B1219
(27,18,25)
#000000
(0,0,0)

Tints of #EDB2CD

#EDB2CD
(237,178,205)
#EEB9D1
(238,185,209)
#EFC0D5
(239,192,213)
#F0C7D9
(240,199,217)
#F1CEDD
(241,206,221)
#F2D5E1
(242,213,225)
#F3DCE5
(243,220,229)
#F4E3E9
(244,227,233)
#F5EAED
(245,234,237)
#F6F1F1
(246,241,241)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB2CD; }

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

This text font color is #EDB2CD.

Background Color

.myBgColor { background-color: #EDB2CD; }

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

This div background color is #EDB2CD.

Border color

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

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

This div border color is #EDB2CD.

Opacity

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

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

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

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

This text has shadow with #EDB2CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDB2CD.

Preview

Color preview on black background

This text has color #EDB2CD on black background.


Color preview on white background

This text has color #EDB2CD on white background.


Black color preview on #EDB2CD background

This text has black color on #EDB2CD background.


White color preview on #EDB2CD background

This text has white color on #EDB2CD background.


Related colors

Complementary color

Complementary color for #hex is #124D32.


I love getcolorcode.com

Triadic colors

1 #CDEDB2 and #B2CDED with #EDB2CD are triadic colors.

2 #CDB2ED and #B2EDCD with #EDB2CD are triadic colors.