COLOR #EDBBBD

HEX: #EDBBBD RGB: (237,187,189)

Color info

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

RGB color model

#EDBBBD color RGB value is (237,187,189).

RGB: (237,187,189) (93%, 73%, 74%)

RGB channels and saturation

R 237 of 255 = 93%
G 187 of 255 = 73%
B 189 of 255 = 74%

237
187
189

R + G + B ~ 80%. #EDBBBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 187 + 189 = 613 (100%)
R 237 of 613 ~ 38.66%
G 187 of 613 ~ 30.51%
B 189 of 613 ~ 30.83'%

%38.66
%30.51
%30.83

CMYK color model

#EDBBBD color CMYK value is (0,21,20,7).

  • cyan value is 0.00%
  • magenta value is 21.10%
  • yellow value is 20.25%
  • key color value is 7.06%
CMYK: (0,21,20,7) C0M21Y20K7 (0%,21%,20%,7%) (0.00/0.21/0.20/0.07) 

CMYK percentages

%0
%21.1
%20.25
%7.06

Codes

Color #EDBBBD in popluar color models

ED BB BD
RGB 237 187 189
HSL 358° 58.14% 83.14%
HSB/HSV 358° 21.10% 92.94%
CMYK 0.00% 21.10% 20.25%
7.06%

Color #EDBBBD in popluar number systems.

HEX ED BB BD
Decimal 237 187 189
Binary 11101101 10111011 10111101
Octal 355 273 275

Shades and tints

Shades of #EDBBBD

#EDBBBD
(237,187,189)
#D8AAAC
(216,170,172)
#C3999B
(195,153,155)
#AE888A
(174,136,138)
#997779
(153,119,121)
#846668
(132,102,104)
#6F5557
(111,85,87)
#5A4446
(90,68,70)
#453335
(69,51,53)
#302224
(48,34,36)
#1B1113
(27,17,19)
#000000
(0,0,0)

Tints of #EDBBBD

#EDBBBD
(237,187,189)
#EEC1C3
(238,193,195)
#EFC7C9
(239,199,201)
#F0CDCF
(240,205,207)
#F1D3D5
(241,211,213)
#F2D9DB
(242,217,219)
#F3DFE1
(243,223,225)
#F4E5E7
(244,229,231)
#F5EBED
(245,235,237)
#F6F1F3
(246,241,243)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBBBD; }

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

This text font color is #EDBBBD.

Background Color

.myBgColor { background-color: #EDBBBD; }

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

This div background color is #EDBBBD.

Border color

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

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

This div border color is #EDBBBD.

Opacity

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

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

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

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

This text has shadow with #EDBBBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDBBBD.

Preview

Color preview on black background

This text has color #EDBBBD on black background.


Color preview on white background

This text has color #EDBBBD on white background.


Black color preview on #EDBBBD background

This text has black color on #EDBBBD background.


White color preview on #EDBBBD background

This text has white color on #EDBBBD background.


Related colors

Complementary color

Complementary color for #hex is #124442.


I love getcolorcode.com

Triadic colors

1 #BDEDBB and #BBBDED with #EDBBBD are triadic colors.

2 #BDBBED and #BBEDBD with #EDBBBD are triadic colors.