COLOR #EFFCFF

HEX: #EFFCFF
RGB: (239,252,255)

Color info

#EFFCFF contains red, green and blue colors in about the same proportion. Web safe color of #EFFCFF is #FFFFFF (or #FFF).

RGB color model

#EFFCFF color RGB value is (239,252,255).

  • red value is 239;
  • green value is 252;
  • blue value is 255.
RGB: (239,252,255) (94%,99%,100%)

RGB channels and saturation

R 239 of 255 = 94%
G 252 of 255 = 99%
B 255 of 255 = 100%

239
252
255

R + G + B ~ 98%. #EFFCFF is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 252 + 255 = 746 (100%)
R 239 of 746 ~ 32.04%
G 252 of 746 ~ 33.78%
B 255 of 746 ~ 34.18%

%32.04
%33.78
%34.18

CMYK color model

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

  • cyan value is 6.27%
  • magenta value is 1.18%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (6,1,0,0) C6M1Y0K0 (6%,1%,0%,0%) (0.06/0.01/0.00/0.00)

CMYK percentages

%6.27
%1.18
%0
%0

Codes

Color #EFFCFF in popluar color models

EFFCFF
RGB239252255
HSL191°100.00%96.86%
HSB/HSV191°6.27%100.00%
CMYK6.27%1.18%0.00%
0.00%

Color #EFFCFF in popluar number systems.

HEXEFFCFF
Decimal239252255
Binary111011111111110011111111
Octal357374377

Shades and tints

Shades of #EFFCFF

#EFFCFF
(239,252,255)
#DAE6E8
(218,230,232)
#C5D0D1
(197,208,209)
#B0BABA
(176,186,186)
#9BA4A3
(155,164,163)
#868E8C
(134,142,140)
#717875
(113,120,117)
#5C625E
(92,98,94)
#474C47
(71,76,71)
#323630
(50,54,48)
#1D2019
(29,32,25)
#000000
(0,0,0)

Tints of #EFFCFF

#EFFCFF
(239,252,255)
#F0FCFF
(240,252,255)
#F1FCFF
(241,252,255)
#F2FCFF
(242,252,255)
#F3FCFF
(243,252,255)
#F4FCFF
(244,252,255)
#F5FCFF
(245,252,255)
#F6FCFF
(246,252,255)
#F7FCFF
(247,252,255)
#F8FCFF
(248,252,255)
#F9FCFF
(249,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFCFF; }

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

This text font color is #EFFCFF.


Background Color

.myBgColor { background-color: #EFFCFF; }

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

This div background color is #EFFCFF.


Border color

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

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

This div border color is #EFFCFF.


Opacity

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

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

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

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

This text has shadow with #EFFCFF color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #EFFCFF; -webkit-box-shadow:	1px 1px 3px 2px #EFFCFF; box-shadow:	1px 1px 3px 2px #EFFCFF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EFFCFF; -webkit-box-shadow: 1px 1px 3px 2px #EFFCFF; box-shadow:1px 1px 3px 2px #EFFCFF;">
Div content here</div>
This div box has shadow with color #EFFCFF.

Preview

Color preview on black background

This text has color #EFFCFF on black background.


Color preview on white background

This text has color #EFFCFF on white background.



Black color preview on #EFFCFF background

This text has black color on #EFFCFF background.


White color preview on #EFFCFF background

This text has white color on #EFFCFF background.