COLOR #EDB3A2

HEX: #EDB3A2
RGB: (237,179,162)

Color info

#EDB3A2 contains mainly red and green colors. Web safe color of #EDB3A2 is #FF9999 (or #F99).

RGB color model

#EDB3A2 color RGB value is (237,179,162).

  • red value is 237;
  • green value is 179;
  • blue value is 162.
RGB:
(237,179,162)
(93%,70%,64%)

RGB channels and saturation

R 237 of 255 = 93%
G 179 of 255 = 70%
B 162 of 255 = 64%

237
179
162

R + G + B ~ 76%. #EDB3A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 179 + 162 = 578 (100%)
R 237 of 578 ~ 41%
G 179 of 578 ~ 30.97%
B 162 of 578 ~ 28.03%

%41
%30.97
%28.03

CMYK color model

#EDB3A2 color CMYK value is (0,24,32,7).

  • cyan value is 0.00%
  • magenta value is 24.47%
  • yellow value is 31.65%
  • key color value is 7.06%
CMYK:
(0,24,32,7)
C0M24Y32K7 
(0%,24%,32%,7%)
(0.00/0.24/0.32/0.07)	

CMYK percentages

%0
%24.47
%31.65
%7.06

Codes

Color #EDB3A2 in popluar color models

EDB3A2
RGB237179162
HSL14°67.57%78.24%
HSB/HSV14°31.65%92.94%
CMYK0.00%24.47%31.65%
7.06%

Color #EDB3A2 in popluar number systems.

HEXEDB3A2
Decimal237179162
Binary111011011011001110100010
Octal355263242

Shades and tints

Shades of #EDB3A2

#EDB3A2
(237,179,162)
#D8A394
(216,163,148)
#C39386
(195,147,134)
#AE8378
(174,131,120)
#99736A
(153,115,106)
#84635C
(132,99,92)
#6F534E
(111,83,78)
#5A4340
(90,67,64)
#453332
(69,51,50)
#302324
(48,35,36)
#1B1316
(27,19,22)
#000000
(0,0,0)

Tints of #EDB3A2

#EDB3A2
(237,179,162)
#EEB9AA
(238,185,170)
#EFBFB2
(239,191,178)
#F0C5BA
(240,197,186)
#F1CBC2
(241,203,194)
#F2D1CA
(242,209,202)
#F3D7D2
(243,215,210)
#F4DDDA
(244,221,218)
#F5E3E2
(245,227,226)
#F6E9EA
(246,233,234)
#F7EFF2
(247,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB3A2; }

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

This text font color is #EDB3A2.


Background Color

.myBgColor { background-color: #EDB3A2; }

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

This div background color is #EDB3A2.


Border color

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

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

This div border color is #EDB3A2.


Opacity

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

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

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

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

This text has shadow with #EDB3A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB3A2 on black background.


Color preview on white background

This text has color #EDB3A2 on white background.



Black color preview on #EDB3A2 background

This text has black color on #EDB3A2 background.


White color preview on #EDB3A2 background

This text has white color on #EDB3A2 background.