COLOR #E6E1EB

HEX: #E6E1EB RGB: (230,225,235)

Color info

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

RGB color model

#E6E1EB color RGB value is (230,225,235).

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

RGB channels and saturation

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

230
225
235

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

Portions of RGB colors in percentages

R + G + B = 230 + 225 + 235 = 690 (100%)
R 230 of 690 ~ 33.33%
G 225 of 690 ~ 32.61%
B 235 of 690 ~ 34.06'%

%33.33
%32.61
%34.06

CMYK color model

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

  • cyan value is 2.13%
  • magenta value is 4.26%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (2,4,0,8) C2M4Y0K8 (2%,4%,0%,8%) (0.02/0.04/0.00/0.08) 

CMYK percentages

%2.13
%4.26
%0
%7.84

Codes

Color #E6E1EB in popluar color models

E6 E1 EB
RGB 230 225 235
HSL 270° 20.00% 90.20%
HSB/HSV 270° 4.26% 92.16%
CMYK 2.13% 4.26% 0.00%
7.84%

Color #E6E1EB in popluar number systems.

HEX E6 E1 EB
Decimal 230 225 235
Binary 11100110 11100001 11101011
Octal 346 341 353

Shades and tints

Shades of #E6E1EB

#E6E1EB
(230,225,235)
#D2CDD6
(210,205,214)
#BEB9C1
(190,185,193)
#AAA5AC
(170,165,172)
#969197
(150,145,151)
#827D82
(130,125,130)
#6E696D
(110,105,109)
#5A5558
(90,85,88)
#464143
(70,65,67)
#322D2E
(50,45,46)
#1E1919
(30,25,25)
#000000
(0,0,0)

Tints of #E6E1EB

#E6E1EB
(230,225,235)
#E8E3EC
(232,227,236)
#EAE5ED
(234,229,237)
#ECE7EE
(236,231,238)
#EEE9EF
(238,233,239)
#F0EBF0
(240,235,240)
#F2EDF1
(242,237,241)
#F4EFF2
(244,239,242)
#F6F1F3
(246,241,243)
#F8F3F4
(248,243,244)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E1EB; }

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

This text font color is #E6E1EB.

Background Color

.myBgColor { background-color: #E6E1EB; }

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

This div background color is #E6E1EB.

Border color

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

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

This div border color is #E6E1EB.

Opacity

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

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

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

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

This text has shadow with #E6E1EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6E1EB.

Preview

Color preview on black background

This text has color #E6E1EB on black background.


Color preview on white background

This text has color #E6E1EB on white background.


Black color preview on #E6E1EB background

This text has black color on #E6E1EB background.


White color preview on #E6E1EB background

This text has white color on #E6E1EB background.


Related colors

Complementary color

Complementary color for #hex is #191E14.


I love getcolorcode.com

Triadic colors

1 #EBE6E1 and #E1EBE6 with #E6E1EB are triadic colors.

2 #EBE1E6 and #E1E6EB with #E6E1EB are triadic colors.