COLOR #EAE7C6

HEX: #EAE7C6
RGB: (234,231,198)

Color info

#EAE7C6 contains red, green and blue colors in about the same proportion. Web safe color of #EAE7C6 is #FFFFCC (or #FFC).

RGB color model

#EAE7C6 color RGB value is (234,231,198).

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

RGB channels and saturation

R 234 of 255 = 92%
G 231 of 255 = 91%
B 198 of 255 = 78%

234
231
198

R + G + B ~ 87%. #EAE7C6 is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 231 + 198 = 663 (100%)
R 234 of 663 ~ 35.29%
G 231 of 663 ~ 34.84%
B 198 of 663 ~ 29.86%

%35.29
%34.84
%29.86

CMYK color model

#EAE7C6 color CMYK value is (0,1,15,8).

  • cyan value is 0.00%
  • magenta value is 1.28%
  • yellow value is 15.38%
  • key color value is 8.24%
CMYK:
(0,1,15,8)
C0M1Y15K8 
(0%,1%,15%,8%)
(0.00/0.01/0.15/0.08)	

CMYK percentages

%0
%1.28
%15.38
%8.24

Codes

Color #EAE7C6 in popluar color models

EAE7C6
RGB234231198
HSL55°46.15%84.71%
HSB/HSV55°15.38%91.76%
CMYK0.00%1.28%15.38%
8.24%

Color #EAE7C6 in popluar number systems.

HEXEAE7C6
Decimal234231198
Binary111010101110011111000110
Octal352347306

Shades and tints

Shades of #EAE7C6

#EAE7C6
(234,231,198)
#D5D2B4
(213,210,180)
#C0BDA2
(192,189,162)
#ABA890
(171,168,144)
#96937E
(150,147,126)
#817E6C
(129,126,108)
#6C695A
(108,105,90)
#575448
(87,84,72)
#423F36
(66,63,54)
#2D2A24
(45,42,36)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #EAE7C6

#EAE7C6
(234,231,198)
#EBE9CB
(235,233,203)
#ECEBD0
(236,235,208)
#EDEDD5
(237,237,213)
#EEEFDA
(238,239,218)
#EFF1DF
(239,241,223)
#F0F3E4
(240,243,228)
#F1F5E9
(241,245,233)
#F2F7EE
(242,247,238)
#F3F9F3
(243,249,243)
#F4FBF8
(244,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAE7C6; }

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

This text font color is #EAE7C6.


Background Color

.myBgColor { background-color: #EAE7C6; }

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

This div background color is #EAE7C6.


Border color

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

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

This div border color is #EAE7C6.


Opacity

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

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

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

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

This text has shadow with #EAE7C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAE7C6 on black background.


Color preview on white background

This text has color #EAE7C6 on white background.



Black color preview on #EAE7C6 background

This text has black color on #EAE7C6 background.


White color preview on #EAE7C6 background

This text has white color on #EAE7C6 background.