COLOR #EDB6CF

HEX: #EDB6CF RGB: (237,182,207)

Color info

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

RGB color model

#EDB6CF color RGB value is (237,182,207).

RGB: (237,182,207) (93%, 71%, 81%)

RGB channels and saturation

R 237 of 255 = 93%
G 182 of 255 = 71%
B 207 of 255 = 81%

237
182
207

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

Portions of RGB colors in percentages

R + G + B = 237 + 182 + 207 = 626 (100%)
R 237 of 626 ~ 37.86%
G 182 of 626 ~ 29.07%
B 207 of 626 ~ 33.07'%

%37.86
%29.07
%33.07

CMYK color model

#EDB6CF color CMYK value is (0,23,13,7).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 12.66%
  • key color value is 7.06%

CMYK: (0,23,13,7)
C0M23Y13K7 (0%, 23%, 13%, 7%)
(0.00 / 0.23 / 0.13 / 0.07)

CMYK percentages

%0
%23.21
%12.66
%7.06

Codes

Color #EDB6CF in popluar color models

ED B6 CF
RGB 237 182 207
HSL 333° 60.44% 82.16%
HSB/HSV 333° 23.21% 92.94%
CMYK 0.00% 23.21% 12.66%
7.06%

Color #EDB6CF in popluar number systems.

HEX ED B6 CF
Decimal 237 182 207
Binary 11101101 10110110 11001111
Octal 355 266 317

Shades and tints

Shades of #EDB6CF

#EDB6CF
(237,182,207)
#D8A6BD
(216,166,189)
#C396AB
(195,150,171)
#AE8699
(174,134,153)
#997687
(153,118,135)
#846675
(132,102,117)
#6F5663
(111,86,99)
#5A4651
(90,70,81)
#45363F
(69,54,63)
#30262D
(48,38,45)
#1B161B
(27,22,27)
#000000
(0,0,0)

Tints of #EDB6CF

#EDB6CF
(237,182,207)
#EEBCD3
(238,188,211)
#EFC2D7
(239,194,215)
#F0C8DB
(240,200,219)
#F1CEDF
(241,206,223)
#F2D4E3
(242,212,227)
#F3DAE7
(243,218,231)
#F4E0EB
(244,224,235)
#F5E6EF
(245,230,239)
#F6ECF3
(246,236,243)
#F7F2F7
(247,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB6CF color. Also use rgb(237,182,207) instead hex code.

Text Font Color

.myTextColor { color: #EDB6CF; }

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

This text font color is #EDB6CF.

Background Color

.myBgColor { background-color: #EDB6CF; }

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

This div background color is #EDB6CF.

Border color

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

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

This div border color is #EDB6CF.

Opacity

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

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

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

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

This text has shadow with #EDB6CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDB6CF.

Preview

Color preview on black background

This text has color #EDB6CF on black background.


Color preview on white background

This text has color #EDB6CF on white background.


Black color preview on #EDB6CF background

This text has black color on #EDB6CF background.


White color preview on #EDB6CF background

This text has white color on #EDB6CF background.


Related colors

Complementary color

Complementary color for #hex is #124930.


I love getcolorcode.com

Triadic colors

1 #CFEDB6 and #B6CFED with #EDB6CF are triadic colors.

2 #CFB6ED and #B6EDCF with #EDB6CF are triadic colors.