COLOR #E6EFFC

HEX: #E6EFFC RGB: (230,239,252)

Color info

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

RGB color model

#E6EFFC color RGB value is (230,239,252).

RGB: (230,239,252) (90%, 94%, 99%)

RGB channels and saturation

R 230 of 255 = 90%
G 239 of 255 = 94%
B 252 of 255 = 99%

230
239
252

R + G + B ~ 94%. #E6EFFC is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 239 + 252 = 721 (100%)
R 230 of 721 ~ 31.9%
G 239 of 721 ~ 33.15%
B 252 of 721 ~ 34.95'%

%31.9
%33.15
%34.95

CMYK color model

#E6EFFC color CMYK value is (9,5,0,1).

  • cyan value is 8.73%
  • magenta value is 5.16%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (9,5,0,1)
C9M5Y0K1 (9%, 5%, 0%, 1%)
(0.09 / 0.05 / 0.00 / 0.01)

CMYK percentages

%8.73
%5.16
%0
%1.18

Codes

Color #E6EFFC in popluar color models

E6 EF FC
RGB 230 239 252
HSL 215° 78.57% 94.51%
HSB/HSV 215° 8.73% 98.82%
CMYK 8.73% 5.16% 0.00%
1.18%

Color #E6EFFC in popluar number systems.

HEX E6 EF FC
Decimal 230 239 252
Binary 11100110 11101111 11111100
Octal 346 357 374

Shades and tints

Shades of #E6EFFC

#E6EFFC
(230,239,252)
#D2DAE6
(210,218,230)
#BEC5D0
(190,197,208)
#AAB0BA
(170,176,186)
#969BA4
(150,155,164)
#82868E
(130,134,142)
#6E7178
(110,113,120)
#5A5C62
(90,92,98)
#46474C
(70,71,76)
#323236
(50,50,54)
#1E1D20
(30,29,32)
#000000
(0,0,0)

Tints of #E6EFFC

#E6EFFC
(230,239,252)
#E8F0FC
(232,240,252)
#EAF1FC
(234,241,252)
#ECF2FC
(236,242,252)
#EEF3FC
(238,243,252)
#F0F4FC
(240,244,252)
#F2F5FC
(242,245,252)
#F4F6FC
(244,246,252)
#F6F7FC
(246,247,252)
#F8F8FC
(248,248,252)
#FAF9FC
(250,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EFFC; }

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

This text font color is #E6EFFC.

Background Color

.myBgColor { background-color: #E6EFFC; }

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

This div background color is #E6EFFC.

Border color

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

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

This div border color is #E6EFFC.

Opacity

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

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

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

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

This text has shadow with #E6EFFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EFFC.

Preview

Color preview on black background

This text has color #E6EFFC on black background.


Color preview on white background

This text has color #E6EFFC on white background.


Black color preview on #E6EFFC background

This text has black color on #E6EFFC background.


White color preview on #E6EFFC background

This text has white color on #E6EFFC background.


Related colors

Complementary color

Complementary color for #hex is #191003.


I love getcolorcode.com

Triadic colors

1 #FCE6EF and #EFFCE6 with #E6EFFC are triadic colors.

2 #FCEFE6 and #EFE6FC with #E6EFFC are triadic colors.