COLOR #EAD6B2

HEX: #EAD6B2
RGB: (234,214,178)

Color info

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

RGB color model

#EAD6B2 color RGB value is (234,214,178).

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

RGB channels and saturation

R 234 of 255 = 92%
G 214 of 255 = 84%
B 178 of 255 = 70%

234
214
178

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

Portions of RGB colors in percentages

R + G + B =
234 + 214 + 178 = 626 (100%)
R 234 of 626 ~ 37.38%
G 214 of 626 ~ 34.19%
B 178 of 626 ~ 28.43%

%37.38
%34.19
%28.43

CMYK color model

#EAD6B2 color CMYK value is (0,9,24,8).

  • cyan value is 0.00%
  • magenta value is 8.55%
  • yellow value is 23.93%
  • key color value is 8.24%
CMYK:
(0,9,24,8)
C0M9Y24K8 
(0%,9%,24%,8%)
(0.00/0.09/0.24/0.08)	

CMYK percentages

%0
%8.55
%23.93
%8.24

Codes

Color #EAD6B2 in popluar color models

EAD6B2
RGB234214178
HSL39°57.14%80.78%
HSB/HSV39°23.93%91.76%
CMYK0.00%8.55%23.93%
8.24%

Color #EAD6B2 in popluar number systems.

HEXEAD6B2
Decimal234214178
Binary111010101101011010110010
Octal352326262

Shades and tints

Shades of #EAD6B2

#EAD6B2
(234,214,178)
#D5C3A2
(213,195,162)
#C0B092
(192,176,146)
#AB9D82
(171,157,130)
#968A72
(150,138,114)
#817762
(129,119,98)
#6C6452
(108,100,82)
#575142
(87,81,66)
#423E32
(66,62,50)
#2D2B22
(45,43,34)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #EAD6B2

#EAD6B2
(234,214,178)
#EBD9B9
(235,217,185)
#ECDCC0
(236,220,192)
#EDDFC7
(237,223,199)
#EEE2CE
(238,226,206)
#EFE5D5
(239,229,213)
#F0E8DC
(240,232,220)
#F1EBE3
(241,235,227)
#F2EEEA
(242,238,234)
#F3F1F1
(243,241,241)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD6B2; }

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

This text font color is #EAD6B2.


Background Color

.myBgColor { background-color: #EAD6B2; }

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

This div background color is #EAD6B2.


Border color

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

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

This div border color is #EAD6B2.


Opacity

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

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

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

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

This text has shadow with #EAD6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD6B2 on black background.


Color preview on white background

This text has color #EAD6B2 on white background.



Black color preview on #EAD6B2 background

This text has black color on #EAD6B2 background.


White color preview on #EAD6B2 background

This text has white color on #EAD6B2 background.