COLOR #EDB7CB

HEX: #EDB7CB RGB: (237,183,203)

Color info

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

RGB color model

#EDB7CB color RGB value is (237,183,203).

RGB: (237,183,203) (93%, 72%, 80%)

RGB channels and saturation

R 237 of 255 = 93%
G 183 of 255 = 72%
B 203 of 255 = 80%

237
183
203

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

Portions of RGB colors in percentages

R + G + B = 237 + 183 + 203 = 623 (100%)
R 237 of 623 ~ 38.04%
G 183 of 623 ~ 29.37%
B 203 of 623 ~ 32.58'%

%38.04
%29.37
%32.58

CMYK color model

#EDB7CB color CMYK value is (0,23,14,7).

  • cyan value is 0.00%
  • magenta value is 22.78%
  • yellow value is 14.35%
  • key color value is 7.06%
CMYK: (0,23,14,7) C0M23Y14K7 (0%,23%,14%,7%) (0.00/0.23/0.14/0.07) 

CMYK percentages

%0
%22.78
%14.35
%7.06

Codes

Color #EDB7CB in popluar color models

ED B7 CB
RGB 237 183 203
HSL 338° 60.00% 82.35%
HSB/HSV 338° 22.78% 92.94%
CMYK 0.00% 22.78% 14.35%
7.06%

Color #EDB7CB in popluar number systems.

HEX ED B7 CB
Decimal 237 183 203
Binary 11101101 10110111 11001011
Octal 355 267 313

Shades and tints

Shades of #EDB7CB

#EDB7CB
(237,183,203)
#D8A7B9
(216,167,185)
#C397A7
(195,151,167)
#AE8795
(174,135,149)
#997783
(153,119,131)
#846771
(132,103,113)
#6F575F
(111,87,95)
#5A474D
(90,71,77)
#45373B
(69,55,59)
#302729
(48,39,41)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #EDB7CB

#EDB7CB
(237,183,203)
#EEBDCF
(238,189,207)
#EFC3D3
(239,195,211)
#F0C9D7
(240,201,215)
#F1CFDB
(241,207,219)
#F2D5DF
(242,213,223)
#F3DBE3
(243,219,227)
#F4E1E7
(244,225,231)
#F5E7EB
(245,231,235)
#F6EDEF
(246,237,239)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB7CB color. Also use rgb(237,183,203) instead hex code.

Text Font Color

.myTextColor { color: #EDB7CB; }

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

This text font color is #EDB7CB.

Background Color

.myBgColor { background-color: #EDB7CB; }

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

This div background color is #EDB7CB.

Border color

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

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

This div border color is #EDB7CB.

Opacity

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

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

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

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

This text has shadow with #EDB7CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDB7CB.

Preview

Color preview on black background

This text has color #EDB7CB on black background.


Color preview on white background

This text has color #EDB7CB on white background.


Black color preview on #EDB7CB background

This text has black color on #EDB7CB background.


White color preview on #EDB7CB background

This text has white color on #EDB7CB background.


Related colors

Complementary color

Complementary color for #hex is #124834.


I love getcolorcode.com

Triadic colors

1 #CBEDB7 and #B7CBED with #EDB7CB are triadic colors.

2 #CBB7ED and #B7EDCB with #EDB7CB are triadic colors.