COLOR #EAD3A8

HEX: #EAD3A8
RGB: (234,211,168)

Color info

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

RGB color model

#EAD3A8 color RGB value is (234,211,168).

  • red value is 234;
  • green value is 211;
  • blue value is 168.
RGB:
(234,211,168)
(92%,83%,66%)

RGB channels and saturation

R 234 of 255 = 92%
G 211 of 255 = 83%
B 168 of 255 = 66%

234
211
168

R + G + B ~ 80%. #EAD3A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 211 + 168 = 613 (100%)
R 234 of 613 ~ 38.17%
G 211 of 613 ~ 34.42%
B 168 of 613 ~ 27.41%

%38.17
%34.42
%27.41

CMYK color model

#EAD3A8 color CMYK value is (0,10,28,8).

  • cyan value is 0.00%
  • magenta value is 9.83%
  • yellow value is 28.21%
  • key color value is 8.24%
CMYK:
(0,10,28,8)
C0M10Y28K8 
(0%,10%,28%,8%)
(0.00/0.10/0.28/0.08)	

CMYK percentages

%0
%9.83
%28.21
%8.24

Codes

Color #EAD3A8 in popluar color models

EAD3A8
RGB234211168
HSL39°61.11%78.82%
HSB/HSV39°28.21%91.76%
CMYK0.00%9.83%28.21%
8.24%

Color #EAD3A8 in popluar number systems.

HEXEAD3A8
Decimal234211168
Binary111010101101001110101000
Octal352323250

Shades and tints

Shades of #EAD3A8

#EAD3A8
(234,211,168)
#D5C099
(213,192,153)
#C0AD8A
(192,173,138)
#AB9A7B
(171,154,123)
#96876C
(150,135,108)
#81745D
(129,116,93)
#6C614E
(108,97,78)
#574E3F
(87,78,63)
#423B30
(66,59,48)
#2D2821
(45,40,33)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #EAD3A8

#EAD3A8
(234,211,168)
#EBD7AF
(235,215,175)
#ECDBB6
(236,219,182)
#EDDFBD
(237,223,189)
#EEE3C4
(238,227,196)
#EFE7CB
(239,231,203)
#F0EBD2
(240,235,210)
#F1EFD9
(241,239,217)
#F2F3E0
(242,243,224)
#F3F7E7
(243,247,231)
#F4FBEE
(244,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD3A8 color. Also use rgb(234,211,168) instead hex code.

Text Font Color

.myTextColor { color: #EAD3A8; }

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

This text font color is #EAD3A8.


Background Color

.myBgColor { background-color: #EAD3A8; }

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

This div background color is #EAD3A8.


Border color

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

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

This div border color is #EAD3A8.


Opacity

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

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

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

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

This text has shadow with #EAD3A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD3A8 on black background.


Color preview on white background

This text has color #EAD3A8 on white background.



Black color preview on #EAD3A8 background

This text has black color on #EAD3A8 background.


White color preview on #EAD3A8 background

This text has white color on #EAD3A8 background.