COLOR #E3EFEC

HEX: #E3EFEC RGB: (227,239,236)

Color info

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

RGB color model

#E3EFEC color RGB value is (227,239,236).

RGB: (227,239,236) (89%, 94%, 93%)

RGB channels and saturation

R 227 of 255 = 89%
G 239 of 255 = 94%
B 236 of 255 = 93%

227
239
236

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

Portions of RGB colors in percentages

R + G + B = 227 + 239 + 236 = 702 (100%)
R 227 of 702 ~ 32.34%
G 239 of 702 ~ 34.05%
B 236 of 702 ~ 33.62'%

%32.34
%34.05
%33.62

CMYK color model

#E3EFEC color CMYK value is (5,0,1,6).

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

CMYK: (5,0,1,6)
C5M0Y1K6 (5%, 0%, 1%, 6%)
(0.05 / 0.00 / 0.01 / 0.06)

CMYK percentages

%5.02
%0
%1.26
%6.27

Codes

Color #E3EFEC in popluar color models

E3 EF EC
RGB 227 239 236
HSL 165° 27.27% 91.37%
HSB/HSV 165° 5.02% 93.73%
CMYK 5.02% 0.00% 1.26%
6.27%

Color #E3EFEC in popluar number systems.

HEX E3 EF EC
Decimal 227 239 236
Binary 11100011 11101111 11101100
Octal 343 357 354

Shades and tints

Shades of #E3EFEC

#E3EFEC
(227,239,236)
#CFDAD7
(207,218,215)
#BBC5C2
(187,197,194)
#A7B0AD
(167,176,173)
#939B98
(147,155,152)
#7F8683
(127,134,131)
#6B716E
(107,113,110)
#575C59
(87,92,89)
#434744
(67,71,68)
#2F322F
(47,50,47)
#1B1D1A
(27,29,26)
#000000
(0,0,0)

Tints of #E3EFEC

#E3EFEC
(227,239,236)
#E5F0ED
(229,240,237)
#E7F1EE
(231,241,238)
#E9F2EF
(233,242,239)
#EBF3F0
(235,243,240)
#EDF4F1
(237,244,241)
#EFF5F2
(239,245,242)
#F1F6F3
(241,246,243)
#F3F7F4
(243,247,244)
#F5F8F5
(245,248,245)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3EFEC; }

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

This text font color is #E3EFEC.

Background Color

.myBgColor { background-color: #E3EFEC; }

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

This div background color is #E3EFEC.

Border color

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

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

This div border color is #E3EFEC.

Opacity

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

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

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

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

This text has shadow with #E3EFEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3EFEC.

Preview

Color preview on black background

This text has color #E3EFEC on black background.


Color preview on white background

This text has color #E3EFEC on white background.


Black color preview on #E3EFEC background

This text has black color on #E3EFEC background.


White color preview on #E3EFEC background

This text has white color on #E3EFEC background.


Related colors

Complementary color

Complementary color for #hex is #1C1013.


I love getcolorcode.com

Triadic colors

1 #ECE3EF and #EFECE3 with #E3EFEC are triadic colors.

2 #ECEFE3 and #EFE3EC with #E3EFEC are triadic colors.