COLOR #E6EFEC

HEX: #E6EFEC RGB: (230,239,236)

Color info

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

RGB color model

#E6EFEC color RGB value is (230,239,236).

RGB: (230,239,236) (90%, 94%, 93%)

RGB channels and saturation

R 230 of 255 = 90%
G 239 of 255 = 94%
B 236 of 255 = 93%

230
239
236

R + G + B ~ 92%. #E6EFEC is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 239 + 236 = 705 (100%)
R 230 of 705 ~ 32.62%
G 239 of 705 ~ 33.9%
B 236 of 705 ~ 33.48'%

%32.62
%33.9
%33.48

CMYK color model

#E6EFEC color CMYK value is (4,0,1,6).

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 1.26%
  • key color value is 6.27%

CMYK: (4,0,1,6)
C4M0Y1K6 (4%, 0%, 1%, 6%)
(0.04 / 0.00 / 0.01 / 0.06)

CMYK percentages

%3.77
%0
%1.26
%6.27

Codes

Color #E6EFEC in popluar color models

E6 EF EC
RGB 230 239 236
HSL 160° 21.95% 91.96%
HSB/HSV 160° 3.77% 93.73%
CMYK 3.77% 0.00% 1.26%
6.27%

Color #E6EFEC in popluar number systems.

HEX E6 EF EC
Decimal 230 239 236
Binary 11100110 11101111 11101100
Octal 346 357 354

Shades and tints

Shades of #E6EFEC

#E6EFEC
(230,239,236)
#D2DAD7
(210,218,215)
#BEC5C2
(190,197,194)
#AAB0AD
(170,176,173)
#969B98
(150,155,152)
#828683
(130,134,131)
#6E716E
(110,113,110)
#5A5C59
(90,92,89)
#464744
(70,71,68)
#32322F
(50,50,47)
#1E1D1A
(30,29,26)
#000000
(0,0,0)

Tints of #E6EFEC

#E6EFEC
(230,239,236)
#E8F0ED
(232,240,237)
#EAF1EE
(234,241,238)
#ECF2EF
(236,242,239)
#EEF3F0
(238,243,240)
#F0F4F1
(240,244,241)
#F2F5F2
(242,245,242)
#F4F6F3
(244,246,243)
#F6F7F4
(246,247,244)
#F8F8F5
(248,248,245)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6EFEC color. Also use rgb(230,239,236) instead hex code.

Text Font Color

.myTextColor { color: #E6EFEC; }

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

This text font color is #E6EFEC.

Background Color

.myBgColor { background-color: #E6EFEC; }

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

This div background color is #E6EFEC.

Border color

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

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

This div border color is #E6EFEC.

Opacity

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

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

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

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

This text has shadow with #E6EFEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EFEC.

Preview

Color preview on black background

This text has color #E6EFEC on black background.


Color preview on white background

This text has color #E6EFEC on white background.


Black color preview on #E6EFEC background

This text has black color on #E6EFEC background.


White color preview on #E6EFEC background

This text has white color on #E6EFEC background.


Related colors

Complementary color

Complementary color for #hex is #191013.


I love getcolorcode.com

Triadic colors

1 #ECE6EF and #EFECE6 with #E6EFEC are triadic colors.

2 #ECEFE6 and #EFE6EC with #E6EFEC are triadic colors.