COLOR #EFECFF

HEX: #EFECFF
RGB: (239,236,255)

Color info

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

RGB color model

#EFECFF color RGB value is (239,236,255).

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

RGB channels and saturation

R 239 of 255 = 94%
G 236 of 255 = 93%
B 255 of 255 = 100%

239
236
255

R + G + B ~ 96%. #EFECFF is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 236 + 255 = 730 (100%)
R 239 of 730 ~ 32.74%
G 236 of 730 ~ 32.33%
B 255 of 730 ~ 34.93%

%32.74
%32.33
%34.93

CMYK color model

#EFECFF color CMYK value is (6,7,0,0).

  • cyan value is 6.27%
  • magenta value is 7.45%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(6,7,0,0)
C6M7Y0K0 
(6%,7%,0%,0%)
(0.06/0.07/0.00/0.00)	

CMYK percentages

%6.27
%7.45
%0
%0

Codes

Color #EFECFF in popluar color models

EFECFF
RGB239236255
HSL249°100.00%96.27%
HSB/HSV249°7.45%100.00%
CMYK6.27%7.45%0.00%
0.00%

Color #EFECFF in popluar number systems.

HEXEFECFF
Decimal239236255
Binary111011111110110011111111
Octal357354377

Shades and tints

Shades of #EFECFF

#EFECFF
(239,236,255)
#DAD7E8
(218,215,232)
#C5C2D1
(197,194,209)
#B0ADBA
(176,173,186)
#9B98A3
(155,152,163)
#86838C
(134,131,140)
#716E75
(113,110,117)
#5C595E
(92,89,94)
#474447
(71,68,71)
#322F30
(50,47,48)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #EFECFF

#EFECFF
(239,236,255)
#F0EDFF
(240,237,255)
#F1EEFF
(241,238,255)
#F2EFFF
(242,239,255)
#F3F0FF
(243,240,255)
#F4F1FF
(244,241,255)
#F5F2FF
(245,242,255)
#F6F3FF
(246,243,255)
#F7F4FF
(247,244,255)
#F8F5FF
(248,245,255)
#F9F6FF
(249,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFECFF; }

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

This text font color is #EFECFF.


Background Color

.myBgColor { background-color: #EFECFF; }

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

This div background color is #EFECFF.


Border color

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

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

This div border color is #EFECFF.


Opacity

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

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

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

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

This text has shadow with #EFECFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFECFF on black background.


Color preview on white background

This text has color #EFECFF on white background.



Black color preview on #EFECFF background

This text has black color on #EFECFF background.


White color preview on #EFECFF background

This text has white color on #EFECFF background.