COLOR #EDB8B8

HEX: #EDB8B8
RGB: (237,184,184)

Color info

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

RGB color model

#EDB8B8 color RGB value is (237,184,184).

  • red value is 237;
  • green value is 184;
  • blue value is 184.
RGB:
(237,184,184)
(93%,72%,72%)

RGB channels and saturation

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

237
184
184

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

Portions of RGB colors in percentages

R + G + B =
237 + 184 + 184 = 605 (100%)
R 237 of 605 ~ 39.17%
G 184 of 605 ~ 30.41%
B 184 of 605 ~ 30.41%

%39.17
%30.41
%30.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.36%
  • yellow value is 22.36%
  • key color value is 7.06%
CMYK:
(0,22,22,7)
C0M22Y22K7 
(0%,22%,22%,7%)
(0.00/0.22/0.22/0.07)	

CMYK percentages

%0
%22.36
%22.36
%7.06

Codes

Color #EDB8B8 in popluar color models

EDB8B8
RGB237184184
HSL59.55%82.55%
HSB/HSV22.36%92.94%
CMYK0.00%22.36%22.36%
7.06%

Color #EDB8B8 in popluar number systems.

HEXEDB8B8
Decimal237184184
Binary111011011011100010111000
Octal355270270

Shades and tints

Shades of #EDB8B8

#EDB8B8
(237,184,184)
#D8A8A8
(216,168,168)
#C39898
(195,152,152)
#AE8888
(174,136,136)
#997878
(153,120,120)
#846868
(132,104,104)
#6F5858
(111,88,88)
#5A4848
(90,72,72)
#453838
(69,56,56)
#302828
(48,40,40)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #EDB8B8

#EDB8B8
(237,184,184)
#EEBEBE
(238,190,190)
#EFC4C4
(239,196,196)
#F0CACA
(240,202,202)
#F1D0D0
(241,208,208)
#F2D6D6
(242,214,214)
#F3DCDC
(243,220,220)
#F4E2E2
(244,226,226)
#F5E8E8
(245,232,232)
#F6EEEE
(246,238,238)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB8B8; }

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

This text font color is #EDB8B8.


Background Color

.myBgColor { background-color: #EDB8B8; }

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

This div background color is #EDB8B8.


Border color

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

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

This div border color is #EDB8B8.


Opacity

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

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

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

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

This text has shadow with #EDB8B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB8B8 on black background.


Color preview on white background

This text has color #EDB8B8 on white background.



Black color preview on #EDB8B8 background

This text has black color on #EDB8B8 background.


White color preview on #EDB8B8 background

This text has white color on #EDB8B8 background.