COLOR #E6E7EA

HEX: #E6E7EA RGB: (230,231,234)

Color info

#E6E7EA contains red, green and blue colors in about the same proportion. Web safe color of #E6E7EA is #CCFFFF (or #CFF).

RGB color model

#E6E7EA color RGB value is (230,231,234).

RGB: (230,231,234) (90%, 91%, 92%)

RGB channels and saturation

R 230 of 255 = 90%
G 231 of 255 = 91%
B 234 of 255 = 92%

230
231
234

R + G + B ~ 91%. #E6E7EA is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 231 + 234 = 695 (100%)
R 230 of 695 ~ 33.09%
G 231 of 695 ~ 33.24%
B 234 of 695 ~ 33.67'%

%33.09
%33.24
%33.67

CMYK color model

#E6E7EA color CMYK value is (2,1,0,8).

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

CMYK: (2,1,0,8)
C2M1Y0K8 (2%, 1%, 0%, 8%)
(0.02 / 0.01 / 0.00 / 0.08)

CMYK percentages

%1.71
%1.28
%0
%8.24

Codes

Color #E6E7EA in popluar color models

E6 E7 EA
RGB 230 231 234
HSL 225° 8.70% 90.98%
HSB/HSV 225° 1.71% 91.76%
CMYK 1.71% 1.28% 0.00%
8.24%

Color #E6E7EA in popluar number systems.

HEX E6 E7 EA
Decimal 230 231 234
Binary 11100110 11100111 11101010
Octal 346 347 352

Shades and tints

Shades of #E6E7EA

#E6E7EA
(230,231,234)
#D2D2D5
(210,210,213)
#BEBDC0
(190,189,192)
#AAA8AB
(170,168,171)
#969396
(150,147,150)
#827E81
(130,126,129)
#6E696C
(110,105,108)
#5A5457
(90,84,87)
#463F42
(70,63,66)
#322A2D
(50,42,45)
#1E1518
(30,21,24)
#000000
(0,0,0)

Tints of #E6E7EA

#E6E7EA
(230,231,234)
#E8E9EB
(232,233,235)
#EAEBEC
(234,235,236)
#ECEDED
(236,237,237)
#EEEFEE
(238,239,238)
#F0F1EF
(240,241,239)
#F2F3F0
(242,243,240)
#F4F5F1
(244,245,241)
#F6F7F2
(246,247,242)
#F8F9F3
(248,249,243)
#FAFBF4
(250,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E7EA; }

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

This text font color is #E6E7EA.

Background Color

.myBgColor { background-color: #E6E7EA; }

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

This div background color is #E6E7EA.

Border color

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

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

This div border color is #E6E7EA.

Opacity

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

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

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

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

This text has shadow with #E6E7EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6E7EA.

Preview

Color preview on black background

This text has color #E6E7EA on black background.


Color preview on white background

This text has color #E6E7EA on white background.


Black color preview on #E6E7EA background

This text has black color on #E6E7EA background.


White color preview on #E6E7EA background

This text has white color on #E6E7EA background.


Related colors

Complementary color

Complementary color for #hex is #191815.


I love getcolorcode.com

Triadic colors

1 #EAE6E7 and #E7EAE6 with #E6E7EA are triadic colors.

2 #EAE7E6 and #E7E6EA with #E6E7EA are triadic colors.