COLOR #EAD6C4

HEX: #EAD6C4
RGB: (234,214,196)

Color info

#EAD6C4 contains red, green and blue colors in about the same proportion. Web safe color of #EAD6C4 is #FFCCCC (or #FCC).

RGB color model

#EAD6C4 color RGB value is (234,214,196).

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

RGB channels and saturation

R 234 of 255 = 92%
G 214 of 255 = 84%
B 196 of 255 = 77%

234
214
196

R + G + B ~ 84%. #EAD6C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 214 + 196 = 644 (100%)
R 234 of 644 ~ 36.34%
G 214 of 644 ~ 33.23%
B 196 of 644 ~ 30.43%

%36.34
%33.23
%30.43

CMYK color model

#EAD6C4 color CMYK value is (0,9,16,8).

  • cyan value is 0.00%
  • magenta value is 8.55%
  • yellow value is 16.24%
  • key color value is 8.24%
CMYK:
(0,9,16,8)
C0M9Y16K8 
(0%,9%,16%,8%)
(0.00/0.09/0.16/0.08)	

CMYK percentages

%0
%8.55
%16.24
%8.24

Codes

Color #EAD6C4 in popluar color models

EAD6C4
RGB234214196
HSL28°47.50%84.31%
HSB/HSV28°16.24%91.76%
CMYK0.00%8.55%16.24%
8.24%

Color #EAD6C4 in popluar number systems.

HEXEAD6C4
Decimal234214196
Binary111010101101011011000100
Octal352326304

Shades and tints

Shades of #EAD6C4

#EAD6C4
(234,214,196)
#D5C3B3
(213,195,179)
#C0B0A2
(192,176,162)
#AB9D91
(171,157,145)
#968A80
(150,138,128)
#81776F
(129,119,111)
#6C645E
(108,100,94)
#57514D
(87,81,77)
#423E3C
(66,62,60)
#2D2B2B
(45,43,43)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #EAD6C4

#EAD6C4
(234,214,196)
#EBD9C9
(235,217,201)
#ECDCCE
(236,220,206)
#EDDFD3
(237,223,211)
#EEE2D8
(238,226,216)
#EFE5DD
(239,229,221)
#F0E8E2
(240,232,226)
#F1EBE7
(241,235,231)
#F2EEEC
(242,238,236)
#F3F1F1
(243,241,241)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD6C4; }

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

This text font color is #EAD6C4.


Background Color

.myBgColor { background-color: #EAD6C4; }

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

This div background color is #EAD6C4.


Border color

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

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

This div border color is #EAD6C4.


Opacity

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

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

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

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

This text has shadow with #EAD6C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD6C4 on black background.


Color preview on white background

This text has color #EAD6C4 on white background.



Black color preview on #EAD6C4 background

This text has black color on #EAD6C4 background.


White color preview on #EAD6C4 background

This text has white color on #EAD6C4 background.