COLOR #EDB9B6

HEX: #EDB9B6
RGB: (237,185,182)

Color info

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

RGB color model

#EDB9B6 color RGB value is (237,185,182).

  • red value is 237;
  • green value is 185;
  • blue value is 182.
RGB:
(237,185,182)
(93%,73%,71%)

RGB channels and saturation

R 237 of 255 = 93%
G 185 of 255 = 73%
B 182 of 255 = 71%

237
185
182

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

Portions of RGB colors in percentages

R + G + B =
237 + 185 + 182 = 604 (100%)
R 237 of 604 ~ 39.24%
G 185 of 604 ~ 30.63%
B 182 of 604 ~ 30.13%

%39.24
%30.63
%30.13

CMYK color model

#EDB9B6 color CMYK value is (0,22,23,7).

  • cyan value is 0.00%
  • magenta value is 21.94%
  • yellow value is 23.21%
  • key color value is 7.06%
CMYK:
(0,22,23,7)
C0M22Y23K7 
(0%,22%,23%,7%)
(0.00/0.22/0.23/0.07)	

CMYK percentages

%0
%21.94
%23.21
%7.06

Codes

Color #EDB9B6 in popluar color models

EDB9B6
RGB237185182
HSL60.44%82.16%
HSB/HSV23.21%92.94%
CMYK0.00%21.94%23.21%
7.06%

Color #EDB9B6 in popluar number systems.

HEXEDB9B6
Decimal237185182
Binary111011011011100110110110
Octal355271266

Shades and tints

Shades of #EDB9B6

#EDB9B6
(237,185,182)
#D8A9A6
(216,169,166)
#C39996
(195,153,150)
#AE8986
(174,137,134)
#997976
(153,121,118)
#846966
(132,105,102)
#6F5956
(111,89,86)
#5A4946
(90,73,70)
#453936
(69,57,54)
#302926
(48,41,38)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #EDB9B6

#EDB9B6
(237,185,182)
#EEBFBC
(238,191,188)
#EFC5C2
(239,197,194)
#F0CBC8
(240,203,200)
#F1D1CE
(241,209,206)
#F2D7D4
(242,215,212)
#F3DDDA
(243,221,218)
#F4E3E0
(244,227,224)
#F5E9E6
(245,233,230)
#F6EFEC
(246,239,236)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB9B6; }

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

This text font color is #EDB9B6.


Background Color

.myBgColor { background-color: #EDB9B6; }

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

This div background color is #EDB9B6.


Border color

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

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

This div border color is #EDB9B6.


Opacity

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

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

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

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

This text has shadow with #EDB9B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB9B6 on black background.


Color preview on white background

This text has color #EDB9B6 on white background.



Black color preview on #EDB9B6 background

This text has black color on #EDB9B6 background.


White color preview on #EDB9B6 background

This text has white color on #EDB9B6 background.