COLOR #E6EAE1

HEX: #E6EAE1 RGB: (230,234,225)

Color info

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

RGB color model

#E6EAE1 color RGB value is (230,234,225).

RGB: (230,234,225) (90%, 92%, 88%)

RGB channels and saturation

R 230 of 255 = 90%
G 234 of 255 = 92%
B 225 of 255 = 88%

230
234
225

R + G + B ~ 90%. #E6EAE1 is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 234 + 225 = 689 (100%)
R 230 of 689 ~ 33.38%
G 234 of 689 ~ 33.96%
B 225 of 689 ~ 32.66'%

%33.38
%33.96
%32.66

CMYK color model

#E6EAE1 color CMYK value is (2,0,4,8).

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

CMYK: (2,0,4,8)
C2M0Y4K8 (2%, 0%, 4%, 8%)
(0.02 / 0.00 / 0.04 / 0.08)

CMYK percentages

%1.71
%0
%3.85
%8.24

Codes

Color #E6EAE1 in popluar color models

E6 EA E1
RGB 230 234 225
HSL 87° 17.65% 90.00%
HSB/HSV 87° 3.85% 91.76%
CMYK 1.71% 0.00% 3.85%
8.24%

Color #E6EAE1 in popluar number systems.

HEX E6 EA E1
Decimal 230 234 225
Binary 11100110 11101010 11100001
Octal 346 352 341

Shades and tints

Shades of #E6EAE1

#E6EAE1
(230,234,225)
#D2D5CD
(210,213,205)
#BEC0B9
(190,192,185)
#AAABA5
(170,171,165)
#969691
(150,150,145)
#82817D
(130,129,125)
#6E6C69
(110,108,105)
#5A5755
(90,87,85)
#464241
(70,66,65)
#322D2D
(50,45,45)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #E6EAE1

#E6EAE1
(230,234,225)
#E8EBE3
(232,235,227)
#EAECE5
(234,236,229)
#ECEDE7
(236,237,231)
#EEEEE9
(238,238,233)
#F0EFEB
(240,239,235)
#F2F0ED
(242,240,237)
#F4F1EF
(244,241,239)
#F6F2F1
(246,242,241)
#F8F3F3
(248,243,243)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EAE1; }

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

This text font color is #E6EAE1.

Background Color

.myBgColor { background-color: #E6EAE1; }

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

This div background color is #E6EAE1.

Border color

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

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

This div border color is #E6EAE1.

Opacity

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

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

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

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

This text has shadow with #E6EAE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EAE1.

Preview

Color preview on black background

This text has color #E6EAE1 on black background.


Color preview on white background

This text has color #E6EAE1 on white background.


Black color preview on #E6EAE1 background

This text has black color on #E6EAE1 background.


White color preview on #E6EAE1 background

This text has white color on #E6EAE1 background.


Related colors

Complementary color

Complementary color for #hex is #19151E.


I love getcolorcode.com

Triadic colors

1 #E1E6EA and #EAE1E6 with #E6EAE1 are triadic colors.

2 #E1EAE6 and #EAE6E1 with #E6EAE1 are triadic colors.