COLOR #EAD9C2

HEX: #EAD9C2 RGB: (234,217,194)

Color info

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

RGB color model

#EAD9C2 color RGB value is (234,217,194).

RGB: (234,217,194) (92%, 85%, 76%)

RGB channels and saturation

R 234 of 255 = 92%
G 217 of 255 = 85%
B 194 of 255 = 76%

234
217
194

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

Portions of RGB colors in percentages

R + G + B = 234 + 217 + 194 = 645 (100%)
R 234 of 645 ~ 36.28%
G 217 of 645 ~ 33.64%
B 194 of 645 ~ 30.08'%

%36.28
%33.64
%30.08

CMYK color model

#EAD9C2 color CMYK value is (0,7,17,8).

  • cyan value is 0.00%
  • magenta value is 7.26%
  • yellow value is 17.09%
  • key color value is 8.24%

CMYK: (0,7,17,8)
C0M7Y17K8 (0%, 7%, 17%, 8%)
(0.00 / 0.07 / 0.17 / 0.08)

CMYK percentages

%0
%7.26
%17.09
%8.24

Codes

Color #EAD9C2 in popluar color models

EA D9 C2
RGB 234 217 194
HSL 35° 48.78% 83.92%
HSB/HSV 35° 17.09% 91.76%
CMYK 0.00% 7.26% 17.09%
8.24%

Color #EAD9C2 in popluar number systems.

HEX EA D9 C2
Decimal 234 217 194
Binary 11101010 11011001 11000010
Octal 352 331 302

Shades and tints

Shades of #EAD9C2

#EAD9C2
(234,217,194)
#D5C6B1
(213,198,177)
#C0B3A0
(192,179,160)
#ABA08F
(171,160,143)
#968D7E
(150,141,126)
#817A6D
(129,122,109)
#6C675C
(108,103,92)
#57544B
(87,84,75)
#42413A
(66,65,58)
#2D2E29
(45,46,41)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #EAD9C2

#EAD9C2
(234,217,194)
#EBDCC7
(235,220,199)
#ECDFCC
(236,223,204)
#EDE2D1
(237,226,209)
#EEE5D6
(238,229,214)
#EFE8DB
(239,232,219)
#F0EBE0
(240,235,224)
#F1EEE5
(241,238,229)
#F2F1EA
(242,241,234)
#F3F4EF
(243,244,239)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD9C2 color. Also use rgb(234,217,194) instead hex code.

Text Font Color

.myTextColor { color: #EAD9C2; }

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

This text font color is #EAD9C2.

Background Color

.myBgColor { background-color: #EAD9C2; }

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

This div background color is #EAD9C2.

Border color

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

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

This div border color is #EAD9C2.

Opacity

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

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

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

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

This text has shadow with #EAD9C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAD9C2.

Preview

Color preview on black background

This text has color #EAD9C2 on black background.


Color preview on white background

This text has color #EAD9C2 on white background.


Black color preview on #EAD9C2 background

This text has black color on #EAD9C2 background.


White color preview on #EAD9C2 background

This text has white color on #EAD9C2 background.


Related colors

Complementary color

Complementary color for #hex is #15263D.


I love getcolorcode.com

Triadic colors

1 #C2EAD9 and #D9C2EA with #EAD9C2 are triadic colors.

2 #C2D9EA and #D9EAC2 with #EAD9C2 are triadic colors.