COLOR #E6E3E2

HEX: #E6E3E2 RGB: (230,227,226)

Color info

#E6E3E2 contains red, green and blue colors in about the same proportion. Web safe color of #E6E3E2 is #CCCCCC (or #CCC).

RGB color model

#E6E3E2 color RGB value is (230,227,226).

RGB: (230,227,226) (90%, 89%, 89%)

RGB channels and saturation

R 230 of 255 = 90%
G 227 of 255 = 89%
B 226 of 255 = 89%

230
227
226

R + G + B ~ 89%. #E6E3E2 is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 227 + 226 = 683 (100%)
R 230 of 683 ~ 33.67%
G 227 of 683 ~ 33.24%
B 226 of 683 ~ 33.09'%

%33.67
%33.24
%33.09

CMYK color model

#E6E3E2 color CMYK value is (0,1,2,10).

  • cyan value is 0.00%
  • magenta value is 1.30%
  • yellow value is 1.74%
  • key color value is 9.80%

CMYK: (0,1,2,10)
C0M1Y2K10 (0%, 1%, 2%, 10%)
(0.00 / 0.01 / 0.02 / 0.10)

CMYK percentages

%0
%1.3
%1.74
%9.8

Codes

Color #E6E3E2 in popluar color models

E6 E3 E2
RGB 230 227 226
HSL 15° 7.41% 89.41%
HSB/HSV 15° 1.74% 90.20%
CMYK 0.00% 1.30% 1.74%
9.80%

Color #E6E3E2 in popluar number systems.

HEX E6 E3 E2
Decimal 230 227 226
Binary 11100110 11100011 11100010
Octal 346 343 342

Shades and tints

Shades of #E6E3E2

#E6E3E2
(230,227,226)
#D2CFCE
(210,207,206)
#BEBBBA
(190,187,186)
#AAA7A6
(170,167,166)
#969392
(150,147,146)
#827F7E
(130,127,126)
#6E6B6A
(110,107,106)
#5A5756
(90,87,86)
#464342
(70,67,66)
#322F2E
(50,47,46)
#1E1B1A
(30,27,26)
#000000
(0,0,0)

Tints of #E6E3E2

#E6E3E2
(230,227,226)
#E8E5E4
(232,229,228)
#EAE7E6
(234,231,230)
#ECE9E8
(236,233,232)
#EEEBEA
(238,235,234)
#F0EDEC
(240,237,236)
#F2EFEE
(242,239,238)
#F4F1F0
(244,241,240)
#F6F3F2
(246,243,242)
#F8F5F4
(248,245,244)
#FAF7F6
(250,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6E3E2 color. Also use rgb(230,227,226) instead hex code.

Text Font Color

.myTextColor { color: #E6E3E2; }

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

This text font color is #E6E3E2.

Background Color

.myBgColor { background-color: #E6E3E2; }

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

This div background color is #E6E3E2.

Border color

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

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

This div border color is #E6E3E2.

Opacity

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

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

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

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

This text has shadow with #E6E3E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6E3E2.

Preview

Color preview on black background

This text has color #E6E3E2 on black background.


Color preview on white background

This text has color #E6E3E2 on white background.


Black color preview on #E6E3E2 background

This text has black color on #E6E3E2 background.


White color preview on #E6E3E2 background

This text has white color on #E6E3E2 background.


Related colors

Complementary color

Complementary color for #hex is #191C1D.


I love getcolorcode.com

Triadic colors

1 #E2E6E3 and #E3E2E6 with #E6E3E2 are triadic colors.

2 #E2E3E6 and #E3E6E2 with #E6E3E2 are triadic colors.