COLOR #E6EAC8

HEX: #E6EAC8 RGB: (230,234,200)

Color info

#E6EAC8 contains red, green and blue colors in about the same proportion. Web safe color of #E6EAC8 is #CCFFCC (or #CFC).

RGB color model

#E6EAC8 color RGB value is (230,234,200).

RGB: (230,234,200) (90%, 92%, 78%)

RGB channels and saturation

R 230 of 255 = 90%
G 234 of 255 = 92%
B 200 of 255 = 78%

230
234
200

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

Portions of RGB colors in percentages

R + G + B = 230 + 234 + 200 = 664 (100%)
R 230 of 664 ~ 34.64%
G 234 of 664 ~ 35.24%
B 200 of 664 ~ 30.12'%

%34.64
%35.24
%30.12

CMYK color model

#E6EAC8 color CMYK value is (2,0,15,8).

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

CMYK: (2,0,15,8)
C2M0Y15K8 (2%, 0%, 15%, 8%)
(0.02 / 0.00 / 0.15 / 0.08)

CMYK percentages

%1.71
%0
%14.53
%8.24

Codes

Color #E6EAC8 in popluar color models

E6 EA C8
RGB 230 234 200
HSL 67° 44.74% 85.10%
HSB/HSV 67° 14.53% 91.76%
CMYK 1.71% 0.00% 14.53%
8.24%

Color #E6EAC8 in popluar number systems.

HEX E6 EA C8
Decimal 230 234 200
Binary 11100110 11101010 11001000
Octal 346 352 310

Shades and tints

Shades of #E6EAC8

#E6EAC8
(230,234,200)
#D2D5B6
(210,213,182)
#BEC0A4
(190,192,164)
#AAAB92
(170,171,146)
#969680
(150,150,128)
#82816E
(130,129,110)
#6E6C5C
(110,108,92)
#5A574A
(90,87,74)
#464238
(70,66,56)
#322D26
(50,45,38)
#1E1814
(30,24,20)
#000000
(0,0,0)

Tints of #E6EAC8

#E6EAC8
(230,234,200)
#E8EBCD
(232,235,205)
#EAECD2
(234,236,210)
#ECEDD7
(236,237,215)
#EEEEDC
(238,238,220)
#F0EFE1
(240,239,225)
#F2F0E6
(242,240,230)
#F4F1EB
(244,241,235)
#F6F2F0
(246,242,240)
#F8F3F5
(248,243,245)
#FAF4FA
(250,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EAC8; }

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

This text font color is #E6EAC8.

Background Color

.myBgColor { background-color: #E6EAC8; }

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

This div background color is #E6EAC8.

Border color

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

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

This div border color is #E6EAC8.

Opacity

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

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

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

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

This text has shadow with #E6EAC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EAC8.

Preview

Color preview on black background

This text has color #E6EAC8 on black background.


Color preview on white background

This text has color #E6EAC8 on white background.


Black color preview on #E6EAC8 background

This text has black color on #E6EAC8 background.


White color preview on #E6EAC8 background

This text has white color on #E6EAC8 background.


Related colors

Complementary color

Complementary color for #hex is #191537.


I love getcolorcode.com

Triadic colors

1 #C8E6EA and #EAC8E6 with #E6EAC8 are triadic colors.

2 #C8EAE6 and #EAE6C8 with #E6EAC8 are triadic colors.