COLOR #EAE6D6

HEX: #EAE6D6 RGB: (234,230,214)

Color info

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

RGB color model

#EAE6D6 color RGB value is (234,230,214).

RGB: (234,230,214) (92%, 90%, 84%)

RGB channels and saturation

R 234 of 255 = 92%
G 230 of 255 = 90%
B 214 of 255 = 84%

234
230
214

R + G + B ~ 89%. #EAE6D6 is light color.

Portions of RGB colors in percentages

R + G + B = 234 + 230 + 214 = 678 (100%)
R 234 of 678 ~ 34.51%
G 230 of 678 ~ 33.92%
B 214 of 678 ~ 31.56'%

%34.51
%33.92
%31.56

CMYK color model

#EAE6D6 color CMYK value is (0,2,9,8).

  • cyan value is 0.00%
  • magenta value is 1.71%
  • yellow value is 8.55%
  • key color value is 8.24%

CMYK: (0,2,9,8)
C0M2Y9K8 (0%, 2%, 9%, 8%)
(0.00 / 0.02 / 0.09 / 0.08)

CMYK percentages

%0
%1.71
%8.55
%8.24

Codes

Color #EAE6D6 in popluar color models

EA E6 D6
RGB 234 230 214
HSL 48° 32.26% 87.84%
HSB/HSV 48° 8.55% 91.76%
CMYK 0.00% 1.71% 8.55%
8.24%

Color #EAE6D6 in popluar number systems.

HEX EA E6 D6
Decimal 234 230 214
Binary 11101010 11100110 11010110
Octal 352 346 326

Shades and tints

Shades of #EAE6D6

#EAE6D6
(234,230,214)
#D5D2C3
(213,210,195)
#C0BEB0
(192,190,176)
#ABAA9D
(171,170,157)
#96968A
(150,150,138)
#818277
(129,130,119)
#6C6E64
(108,110,100)
#575A51
(87,90,81)
#42463E
(66,70,62)
#2D322B
(45,50,43)
#181E18
(24,30,24)
#000000
(0,0,0)

Tints of #EAE6D6

#EAE6D6
(234,230,214)
#EBE8D9
(235,232,217)
#ECEADC
(236,234,220)
#EDECDF
(237,236,223)
#EEEEE2
(238,238,226)
#EFF0E5
(239,240,229)
#F0F2E8
(240,242,232)
#F1F4EB
(241,244,235)
#F2F6EE
(242,246,238)
#F3F8F1
(243,248,241)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAE6D6; }

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

This text font color is #EAE6D6.

Background Color

.myBgColor { background-color: #EAE6D6; }

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

This div background color is #EAE6D6.

Border color

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

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

This div border color is #EAE6D6.

Opacity

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

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

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

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

This text has shadow with #EAE6D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAE6D6.

Preview

Color preview on black background

This text has color #EAE6D6 on black background.


Color preview on white background

This text has color #EAE6D6 on white background.


Black color preview on #EAE6D6 background

This text has black color on #EAE6D6 background.


White color preview on #EAE6D6 background

This text has white color on #EAE6D6 background.


Related colors

Complementary color

Complementary color for #hex is #151929.


I love getcolorcode.com

Triadic colors

1 #D6EAE6 and #E6D6EA with #EAE6D6 are triadic colors.

2 #D6E6EA and #E6EAD6 with #EAE6D6 are triadic colors.