COLOR #EAE6C4

HEX: #EAE6C4
RGB: (234,230,196)

Color info

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

RGB color model

#EAE6C4 color RGB value is (234,230,196).

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

RGB channels and saturation

R 234 of 255 = 92%
G 230 of 255 = 90%
B 196 of 255 = 77%

234
230
196

R + G + B ~ 86%. #EAE6C4 is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 230 + 196 = 660 (100%)
R 234 of 660 ~ 35.45%
G 230 of 660 ~ 34.85%
B 196 of 660 ~ 29.7%

%35.45
%34.85
%29.7

CMYK color model

#EAE6C4 color CMYK value is (0,2,16,8).

  • cyan value is 0.00%
  • magenta value is 1.71%
  • yellow value is 16.24%
  • key color value is 8.24%
CMYK:
(0,2,16,8)
C0M2Y16K8 
(0%,2%,16%,8%)
(0.00/0.02/0.16/0.08)	

CMYK percentages

%0
%1.71
%16.24
%8.24

Codes

Color #EAE6C4 in popluar color models

EAE6C4
RGB234230196
HSL54°47.50%84.31%
HSB/HSV54°16.24%91.76%
CMYK0.00%1.71%16.24%
8.24%

Color #EAE6C4 in popluar number systems.

HEXEAE6C4
Decimal234230196
Binary111010101110011011000100
Octal352346304

Shades and tints

Shades of #EAE6C4

#EAE6C4
(234,230,196)
#D5D2B3
(213,210,179)
#C0BEA2
(192,190,162)
#ABAA91
(171,170,145)
#969680
(150,150,128)
#81826F
(129,130,111)
#6C6E5E
(108,110,94)
#575A4D
(87,90,77)
#42463C
(66,70,60)
#2D322B
(45,50,43)
#181E1A
(24,30,26)
#000000
(0,0,0)

Tints of #EAE6C4

#EAE6C4
(234,230,196)
#EBE8C9
(235,232,201)
#ECEACE
(236,234,206)
#EDECD3
(237,236,211)
#EEEED8
(238,238,216)
#EFF0DD
(239,240,221)
#F0F2E2
(240,242,226)
#F1F4E7
(241,244,231)
#F2F6EC
(242,246,236)
#F3F8F1
(243,248,241)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAE6C4; }

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

This text font color is #EAE6C4.


Background Color

.myBgColor { background-color: #EAE6C4; }

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

This div background color is #EAE6C4.


Border color

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

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

This div border color is #EAE6C4.


Opacity

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

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

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

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

This text has shadow with #EAE6C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAE6C4 on black background.


Color preview on white background

This text has color #EAE6C4 on white background.



Black color preview on #EAE6C4 background

This text has black color on #EAE6C4 background.


White color preview on #EAE6C4 background

This text has white color on #EAE6C4 background.