COLOR #EAD6AD

HEX: #EAD6AD
RGB: (234,214,173)

Color info

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

RGB color model

#EAD6AD color RGB value is (234,214,173).

  • red value is 234;
  • green value is 214;
  • blue value is 173.
RGB:
(234,214,173)
(92%,84%,68%)

RGB channels and saturation

R 234 of 255 = 92%
G 214 of 255 = 84%
B 173 of 255 = 68%

234
214
173

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

Portions of RGB colors in percentages

R + G + B =
234 + 214 + 173 = 621 (100%)
R 234 of 621 ~ 37.68%
G 214 of 621 ~ 34.46%
B 173 of 621 ~ 27.86%

%37.68
%34.46
%27.86

CMYK color model

#EAD6AD color CMYK value is (0,9,26,8).

  • cyan value is 0.00%
  • magenta value is 8.55%
  • yellow value is 26.07%
  • key color value is 8.24%
CMYK:
(0,9,26,8)
C0M9Y26K8 
(0%,9%,26%,8%)
(0.00/0.09/0.26/0.08)	

CMYK percentages

%0
%8.55
%26.07
%8.24

Codes

Color #EAD6AD in popluar color models

EAD6AD
RGB234214173
HSL40°59.22%79.80%
HSB/HSV40°26.07%91.76%
CMYK0.00%8.55%26.07%
8.24%

Color #EAD6AD in popluar number systems.

HEXEAD6AD
Decimal234214173
Binary111010101101011010101101
Octal352326255

Shades and tints

Shades of #EAD6AD

#EAD6AD
(234,214,173)
#D5C39E
(213,195,158)
#C0B08F
(192,176,143)
#AB9D80
(171,157,128)
#968A71
(150,138,113)
#817762
(129,119,98)
#6C6453
(108,100,83)
#575144
(87,81,68)
#423E35
(66,62,53)
#2D2B26
(45,43,38)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #EAD6AD

#EAD6AD
(234,214,173)
#EBD9B4
(235,217,180)
#ECDCBB
(236,220,187)
#EDDFC2
(237,223,194)
#EEE2C9
(238,226,201)
#EFE5D0
(239,229,208)
#F0E8D7
(240,232,215)
#F1EBDE
(241,235,222)
#F2EEE5
(242,238,229)
#F3F1EC
(243,241,236)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD6AD color. Also use rgb(234,214,173) instead hex code.

Text Font Color

.myTextColor { color: #EAD6AD; }

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

This text font color is #EAD6AD.


Background Color

.myBgColor { background-color: #EAD6AD; }

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

This div background color is #EAD6AD.


Border color

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

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

This div border color is #EAD6AD.


Opacity

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

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

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

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

This text has shadow with #EAD6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD6AD on black background.


Color preview on white background

This text has color #EAD6AD on white background.



Black color preview on #EAD6AD background

This text has black color on #EAD6AD background.


White color preview on #EAD6AD background

This text has white color on #EAD6AD background.