COLOR #EAD8AB

HEX: #EAD8AB
RGB: (234,216,171)

Color info

#EAD8AB contains mainly red and green colors. Web safe color of #EAD8AB is #FFCC99 (or #FC9).

RGB color model

#EAD8AB color RGB value is (234,216,171).

  • red value is 234;
  • green value is 216;
  • blue value is 171.
RGB:
(234,216,171)
(92%,85%,67%)

RGB channels and saturation

R 234 of 255 = 92%
G 216 of 255 = 85%
B 171 of 255 = 67%

234
216
171

R + G + B ~ 81%. #EAD8AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 216 + 171 = 621 (100%)
R 234 of 621 ~ 37.68%
G 216 of 621 ~ 34.78%
B 171 of 621 ~ 27.54%

%37.68
%34.78
%27.54

CMYK color model

#EAD8AB color CMYK value is (0,8,27,8).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 26.92%
  • key color value is 8.24%
CMYK:
(0,8,27,8)
C0M8Y27K8 
(0%,8%,27%,8%)
(0.00/0.08/0.27/0.08)	

CMYK percentages

%0
%7.69
%26.92
%8.24

Codes

Color #EAD8AB in popluar color models

EAD8AB
RGB234216171
HSL43°60.00%79.41%
HSB/HSV43°26.92%91.76%
CMYK0.00%7.69%26.92%
8.24%

Color #EAD8AB in popluar number systems.

HEXEAD8AB
Decimal234216171
Binary111010101101100010101011
Octal352330253

Shades and tints

Shades of #EAD8AB

#EAD8AB
(234,216,171)
#D5C59C
(213,197,156)
#C0B28D
(192,178,141)
#AB9F7E
(171,159,126)
#968C6F
(150,140,111)
#817960
(129,121,96)
#6C6651
(108,102,81)
#575342
(87,83,66)
#424033
(66,64,51)
#2D2D24
(45,45,36)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #EAD8AB

#EAD8AB
(234,216,171)
#EBDBB2
(235,219,178)
#ECDEB9
(236,222,185)
#EDE1C0
(237,225,192)
#EEE4C7
(238,228,199)
#EFE7CE
(239,231,206)
#F0EAD5
(240,234,213)
#F1EDDC
(241,237,220)
#F2F0E3
(242,240,227)
#F3F3EA
(243,243,234)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD8AB color. Also use rgb(234,216,171) instead hex code.

Text Font Color

.myTextColor { color: #EAD8AB; }

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

This text font color is #EAD8AB.


Background Color

.myBgColor { background-color: #EAD8AB; }

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

This div background color is #EAD8AB.


Border color

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

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

This div border color is #EAD8AB.


Opacity

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

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

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

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

This text has shadow with #EAD8AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD8AB on black background.


Color preview on white background

This text has color #EAD8AB on white background.



Black color preview on #EAD8AB background

This text has black color on #EAD8AB background.


White color preview on #EAD8AB background

This text has white color on #EAD8AB background.