COLOR #EAD9B1

HEX: #EAD9B1
RGB: (234,217,177)

Color info

#EAD9B1 contains red, green and blue colors in about the same proportion. Web safe color of #EAD9B1 is #FFCC99 (or #FC9).

RGB color model

#EAD9B1 color RGB value is (234,217,177).

  • red value is 234;
  • green value is 217;
  • blue value is 177.
RGB:
(234,217,177)
(92%,85%,69%)

RGB channels and saturation

R 234 of 255 = 92%
G 217 of 255 = 85%
B 177 of 255 = 69%

234
217
177

R + G + B ~ 82%. #EAD9B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 217 + 177 = 628 (100%)
R 234 of 628 ~ 37.26%
G 217 of 628 ~ 34.55%
B 177 of 628 ~ 28.18%

%37.26
%34.55
%28.18

CMYK color model

#EAD9B1 color CMYK value is (0,7,24,8).

  • cyan value is 0.00%
  • magenta value is 7.26%
  • yellow value is 24.36%
  • key color value is 8.24%
CMYK:
(0,7,24,8)
C0M7Y24K8 
(0%,7%,24%,8%)
(0.00/0.07/0.24/0.08)	

CMYK percentages

%0
%7.26
%24.36
%8.24

Codes

Color #EAD9B1 in popluar color models

EAD9B1
RGB234217177
HSL42°57.58%80.59%
HSB/HSV42°24.36%91.76%
CMYK0.00%7.26%24.36%
8.24%

Color #EAD9B1 in popluar number systems.

HEXEAD9B1
Decimal234217177
Binary111010101101100110110001
Octal352331261

Shades and tints

Shades of #EAD9B1

#EAD9B1
(234,217,177)
#D5C6A1
(213,198,161)
#C0B391
(192,179,145)
#ABA081
(171,160,129)
#968D71
(150,141,113)
#817A61
(129,122,97)
#6C6751
(108,103,81)
#575441
(87,84,65)
#424131
(66,65,49)
#2D2E21
(45,46,33)
#181B11
(24,27,17)
#000000
(0,0,0)

Tints of #EAD9B1

#EAD9B1
(234,217,177)
#EBDCB8
(235,220,184)
#ECDFBF
(236,223,191)
#EDE2C6
(237,226,198)
#EEE5CD
(238,229,205)
#EFE8D4
(239,232,212)
#F0EBDB
(240,235,219)
#F1EEE2
(241,238,226)
#F2F1E9
(242,241,233)
#F3F4F0
(243,244,240)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD9B1 color. Also use rgb(234,217,177) instead hex code.

Text Font Color

.myTextColor { color: #EAD9B1; }

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

This text font color is #EAD9B1.


Background Color

.myBgColor { background-color: #EAD9B1; }

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

This div background color is #EAD9B1.


Border color

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

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

This div border color is #EAD9B1.


Opacity

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

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

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

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

This text has shadow with #EAD9B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD9B1 on black background.


Color preview on white background

This text has color #EAD9B1 on white background.



Black color preview on #EAD9B1 background

This text has black color on #EAD9B1 background.


White color preview on #EAD9B1 background

This text has white color on #EAD9B1 background.