COLOR #E6E0EA

HEX: #E6E0EA RGB: (230,224,234)

Color info

#E6E0EA contains red, green and blue colors in about the same proportion. Web safe color of #E6E0EA is #CCCCFF (or #CCF).

RGB color model

#E6E0EA color RGB value is (230,224,234).

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

RGB channels and saturation

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

230
224
234

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

Portions of RGB colors in percentages

R + G + B = 230 + 224 + 234 = 688 (100%)
R 230 of 688 ~ 33.43%
G 224 of 688 ~ 32.56%
B 234 of 688 ~ 34.01'%

%33.43
%32.56
%34.01

CMYK color model

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

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

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

CMYK percentages

%1.71
%4.27
%0
%8.24

Codes

Color #E6E0EA in popluar color models

E6 E0 EA
RGB 230 224 234
HSL 276° 19.23% 89.80%
HSB/HSV 276° 4.27% 91.76%
CMYK 1.71% 4.27% 0.00%
8.24%

Color #E6E0EA in popluar number systems.

HEX E6 E0 EA
Decimal 230 224 234
Binary 11100110 11100000 11101010
Octal 346 340 352

Shades and tints

Shades of #E6E0EA

#E6E0EA
(230,224,234)
#D2CCD5
(210,204,213)
#BEB8C0
(190,184,192)
#AAA4AB
(170,164,171)
#969096
(150,144,150)
#827C81
(130,124,129)
#6E686C
(110,104,108)
#5A5457
(90,84,87)
#464042
(70,64,66)
#322C2D
(50,44,45)
#1E1818
(30,24,24)
#000000
(0,0,0)

Tints of #E6E0EA

#E6E0EA
(230,224,234)
#E8E2EB
(232,226,235)
#EAE4EC
(234,228,236)
#ECE6ED
(236,230,237)
#EEE8EE
(238,232,238)
#F0EAEF
(240,234,239)
#F2ECF0
(242,236,240)
#F4EEF1
(244,238,241)
#F6F0F2
(246,240,242)
#F8F2F3
(248,242,243)
#FAF4F4
(250,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E0EA; }

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

This text font color is #E6E0EA.

Background Color

.myBgColor { background-color: #E6E0EA; }

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

This div background color is #E6E0EA.

Border color

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

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

This div border color is #E6E0EA.

Opacity

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

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

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

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

This text has shadow with #E6E0EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6E0EA.

Preview

Color preview on black background

This text has color #E6E0EA on black background.


Color preview on white background

This text has color #E6E0EA on white background.


Black color preview on #E6E0EA background

This text has black color on #E6E0EA background.


White color preview on #E6E0EA background

This text has white color on #E6E0EA background.


Related colors

Complementary color

Complementary color for #hex is #191F15.


I love getcolorcode.com

Triadic colors

1 #EAE6E0 and #E0EAE6 with #E6E0EA are triadic colors.

2 #EAE0E6 and #E0E6EA with #E6E0EA are triadic colors.