COLOR #EFCEFF

HEX: #EFCEFF
RGB: (239,206,255)

Color info

#EFCEFF contains red, green and blue colors in about the same proportion. Web safe color of #EFCEFF is #FFCCFF (or #FCF).

RGB color model

#EFCEFF color RGB value is (239,206,255).

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

RGB channels and saturation

R 239 of 255 = 94%
G 206 of 255 = 81%
B 255 of 255 = 100%

239
206
255

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

Portions of RGB colors in percentages

R + G + B =
239 + 206 + 255 = 700 (100%)
R 239 of 700 ~ 34.14%
G 206 of 700 ~ 29.43%
B 255 of 700 ~ 36.43%

%34.14
%29.43
%36.43

CMYK color model

#EFCEFF color CMYK value is (6,19,0,0).

  • cyan value is 6.27%
  • magenta value is 19.22%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(6,19,0,0)
C6M19Y0K0 
(6%,19%,0%,0%)
(0.06/0.19/0.00/0.00)	

CMYK percentages

%6.27
%19.22
%0
%0

Codes

Color #EFCEFF in popluar color models

EFCEFF
RGB239206255
HSL280°100.00%90.39%
HSB/HSV280°19.22%100.00%
CMYK6.27%19.22%0.00%
0.00%

Color #EFCEFF in popluar number systems.

HEXEFCEFF
Decimal239206255
Binary111011111100111011111111
Octal357316377

Shades and tints

Shades of #EFCEFF

#EFCEFF
(239,206,255)
#DABCE8
(218,188,232)
#C5AAD1
(197,170,209)
#B098BA
(176,152,186)
#9B86A3
(155,134,163)
#86748C
(134,116,140)
#716275
(113,98,117)
#5C505E
(92,80,94)
#473E47
(71,62,71)
#322C30
(50,44,48)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #EFCEFF

#EFCEFF
(239,206,255)
#F0D2FF
(240,210,255)
#F1D6FF
(241,214,255)
#F2DAFF
(242,218,255)
#F3DEFF
(243,222,255)
#F4E2FF
(244,226,255)
#F5E6FF
(245,230,255)
#F6EAFF
(246,234,255)
#F7EEFF
(247,238,255)
#F8F2FF
(248,242,255)
#F9F6FF
(249,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCEFF; }

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

This text font color is #EFCEFF.


Background Color

.myBgColor { background-color: #EFCEFF; }

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

This div background color is #EFCEFF.


Border color

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

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

This div border color is #EFCEFF.


Opacity

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

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

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

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

This text has shadow with #EFCEFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCEFF on black background.


Color preview on white background

This text has color #EFCEFF on white background.



Black color preview on #EFCEFF background

This text has black color on #EFCEFF background.


White color preview on #EFCEFF background

This text has white color on #EFCEFF background.