COLOR #EDB8B5

HEX: #EDB8B5 RGB: (237,184,181)

Color info

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

RGB color model

#EDB8B5 color RGB value is (237,184,181).

RGB: (237,184,181) (93%, 72%, 71%)

RGB channels and saturation

R 237 of 255 = 93%
G 184 of 255 = 72%
B 181 of 255 = 71%

237
184
181

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

Portions of RGB colors in percentages

R + G + B = 237 + 184 + 181 = 602 (100%)
R 237 of 602 ~ 39.37%
G 184 of 602 ~ 30.56%
B 181 of 602 ~ 30.07'%

%39.37
%30.56
%30.07

CMYK color model

#EDB8B5 color CMYK value is (0,22,24,7).

  • cyan value is 0.00%
  • magenta value is 22.36%
  • yellow value is 23.63%
  • key color value is 7.06%

CMYK: (0,22,24,7)
C0M22Y24K7 (0%, 22%, 24%, 7%)
(0.00 / 0.22 / 0.24 / 0.07)

CMYK percentages

%0
%22.36
%23.63
%7.06

Codes

Color #EDB8B5 in popluar color models

ED B8 B5
RGB 237 184 181
HSL 60.87% 81.96%
HSB/HSV 23.63% 92.94%
CMYK 0.00% 22.36% 23.63%
7.06%

Color #EDB8B5 in popluar number systems.

HEX ED B8 B5
Decimal 237 184 181
Binary 11101101 10111000 10110101
Octal 355 270 265

Shades and tints

Shades of #EDB8B5

#EDB8B5
(237,184,181)
#D8A8A5
(216,168,165)
#C39895
(195,152,149)
#AE8885
(174,136,133)
#997875
(153,120,117)
#846865
(132,104,101)
#6F5855
(111,88,85)
#5A4845
(90,72,69)
#453835
(69,56,53)
#302825
(48,40,37)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #EDB8B5

#EDB8B5
(237,184,181)
#EEBEBB
(238,190,187)
#EFC4C1
(239,196,193)
#F0CAC7
(240,202,199)
#F1D0CD
(241,208,205)
#F2D6D3
(242,214,211)
#F3DCD9
(243,220,217)
#F4E2DF
(244,226,223)
#F5E8E5
(245,232,229)
#F6EEEB
(246,238,235)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB8B5 color. Also use rgb(237,184,181) instead hex code.

Text Font Color

.myTextColor { color: #EDB8B5; }

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

This text font color is #EDB8B5.

Background Color

.myBgColor { background-color: #EDB8B5; }

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

This div background color is #EDB8B5.

Border color

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

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

This div border color is #EDB8B5.

Opacity

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

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

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

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

This text has shadow with #EDB8B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDB8B5.

Preview

Color preview on black background

This text has color #EDB8B5 on black background.


Color preview on white background

This text has color #EDB8B5 on white background.


Black color preview on #EDB8B5 background

This text has black color on #EDB8B5 background.


White color preview on #EDB8B5 background

This text has white color on #EDB8B5 background.


Related colors

Complementary color

Complementary color for #hex is #12474A.


I love getcolorcode.com

Triadic colors

1 #B5EDB8 and #B8B5ED with #EDB8B5 are triadic colors.

2 #B5B8ED and #B8EDB5 with #EDB8B5 are triadic colors.