COLOR #EAD6C6

HEX: #EAD6C6
RGB: (234,214,198)

Color info

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

RGB color model

#EAD6C6 color RGB value is (234,214,198).

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

RGB channels and saturation

R 234 of 255 = 92%
G 214 of 255 = 84%
B 198 of 255 = 78%

234
214
198

R + G + B ~ 85%. #EAD6C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 214 + 198 = 646 (100%)
R 234 of 646 ~ 36.22%
G 214 of 646 ~ 33.13%
B 198 of 646 ~ 30.65%

%36.22
%33.13
%30.65

CMYK color model

#EAD6C6 color CMYK value is (0,9,15,8).

  • cyan value is 0.00%
  • magenta value is 8.55%
  • yellow value is 15.38%
  • key color value is 8.24%
CMYK:
(0,9,15,8)
C0M9Y15K8 
(0%,9%,15%,8%)
(0.00/0.09/0.15/0.08)	

CMYK percentages

%0
%8.55
%15.38
%8.24

Codes

Color #EAD6C6 in popluar color models

EAD6C6
RGB234214198
HSL27°46.15%84.71%
HSB/HSV27°15.38%91.76%
CMYK0.00%8.55%15.38%
8.24%

Color #EAD6C6 in popluar number systems.

HEXEAD6C6
Decimal234214198
Binary111010101101011011000110
Octal352326306

Shades and tints

Shades of #EAD6C6

#EAD6C6
(234,214,198)
#D5C3B4
(213,195,180)
#C0B0A2
(192,176,162)
#AB9D90
(171,157,144)
#968A7E
(150,138,126)
#81776C
(129,119,108)
#6C645A
(108,100,90)
#575148
(87,81,72)
#423E36
(66,62,54)
#2D2B24
(45,43,36)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #EAD6C6

#EAD6C6
(234,214,198)
#EBD9CB
(235,217,203)
#ECDCD0
(236,220,208)
#EDDFD5
(237,223,213)
#EEE2DA
(238,226,218)
#EFE5DF
(239,229,223)
#F0E8E4
(240,232,228)
#F1EBE9
(241,235,233)
#F2EEEE
(242,238,238)
#F3F1F3
(243,241,243)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD6C6; }

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

This text font color is #EAD6C6.


Background Color

.myBgColor { background-color: #EAD6C6; }

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

This div background color is #EAD6C6.


Border color

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

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

This div border color is #EAD6C6.


Opacity

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

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

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

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

This text has shadow with #EAD6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD6C6 on black background.


Color preview on white background

This text has color #EAD6C6 on white background.



Black color preview on #EAD6C6 background

This text has black color on #EAD6C6 background.


White color preview on #EAD6C6 background

This text has white color on #EAD6C6 background.