COLOR #EDB2BB

HEX: #EDB2BB RGB: (237,178,187)

Color info

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

RGB color model

#EDB2BB color RGB value is (237,178,187).

RGB: (237,178,187) (93%, 70%, 73%)

RGB channels and saturation

R 237 of 255 = 93%
G 178 of 255 = 70%
B 187 of 255 = 73%

237
178
187

R + G + B ~ 79%. #EDB2BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 178 + 187 = 602 (100%)
R 237 of 602 ~ 39.37%
G 178 of 602 ~ 29.57%
B 187 of 602 ~ 31.06'%

%39.37
%29.57
%31.06

CMYK color model

#EDB2BB color CMYK value is (0,25,21,7).

  • cyan value is 0.00%
  • magenta value is 24.89%
  • yellow value is 21.10%
  • key color value is 7.06%

CMYK: (0,25,21,7)
C0M25Y21K7 (0%, 25%, 21%, 7%)
(0.00 / 0.25 / 0.21 / 0.07)

CMYK percentages

%0
%24.89
%21.1
%7.06

Codes

Color #EDB2BB in popluar color models

ED B2 BB
RGB 237 178 187
HSL 351° 62.11% 81.37%
HSB/HSV 351° 24.89% 92.94%
CMYK 0.00% 24.89% 21.10%
7.06%

Color #EDB2BB in popluar number systems.

HEX ED B2 BB
Decimal 237 178 187
Binary 11101101 10110010 10111011
Octal 355 262 273

Shades and tints

Shades of #EDB2BB

#EDB2BB
(237,178,187)
#D8A2AA
(216,162,170)
#C39299
(195,146,153)
#AE8288
(174,130,136)
#997277
(153,114,119)
#846266
(132,98,102)
#6F5255
(111,82,85)
#5A4244
(90,66,68)
#453233
(69,50,51)
#302222
(48,34,34)
#1B1211
(27,18,17)
#000000
(0,0,0)

Tints of #EDB2BB

#EDB2BB
(237,178,187)
#EEB9C1
(238,185,193)
#EFC0C7
(239,192,199)
#F0C7CD
(240,199,205)
#F1CED3
(241,206,211)
#F2D5D9
(242,213,217)
#F3DCDF
(243,220,223)
#F4E3E5
(244,227,229)
#F5EAEB
(245,234,235)
#F6F1F1
(246,241,241)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB2BB; }

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

This text font color is #EDB2BB.

Background Color

.myBgColor { background-color: #EDB2BB; }

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

This div background color is #EDB2BB.

Border color

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

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

This div border color is #EDB2BB.

Opacity

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

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

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

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

This text has shadow with #EDB2BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDB2BB.

Preview

Color preview on black background

This text has color #EDB2BB on black background.


Color preview on white background

This text has color #EDB2BB on white background.


Black color preview on #EDB2BB background

This text has black color on #EDB2BB background.


White color preview on #EDB2BB background

This text has white color on #EDB2BB background.


Related colors

Complementary color

Complementary color for #hex is #124D44.


I love getcolorcode.com

Triadic colors

1 #BBEDB2 and #B2BBED with #EDB2BB are triadic colors.

2 #BBB2ED and #B2EDBB with #EDB2BB are triadic colors.