COLOR #EFCEEE

HEX: #EFCEEE
RGB: (239,206,238)

Color info

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

RGB color model

#EFCEEE color RGB value is (239,206,238).

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

RGB channels and saturation

R 239 of 255 = 94%
G 206 of 255 = 81%
B 238 of 255 = 93%

239
206
238

R + G + B ~ 89%. #EFCEEE is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 206 + 238 = 683 (100%)
R 239 of 683 ~ 34.99%
G 206 of 683 ~ 30.16%
B 238 of 683 ~ 34.85%

%34.99
%30.16
%34.85

CMYK color model

#EFCEEE color CMYK value is (0,14,0,6).

  • cyan value is 0.00%
  • magenta value is 13.81%
  • yellow value is 0.42%
  • key color value is 6.27%
CMYK:
(0,14,0,6)
C0M14Y0K6 
(0%,14%,0%,6%)
(0.00/0.14/0.00/0.06)	

CMYK percentages

%0
%13.81
%0.42
%6.27

Codes

Color #EFCEEE in popluar color models

EFCEEE
RGB239206238
HSL302°50.77%87.25%
HSB/HSV302°13.81%93.73%
CMYK0.00%13.81%0.42%
6.27%

Color #EFCEEE in popluar number systems.

HEXEFCEEE
Decimal239206238
Binary111011111100111011101110
Octal357316356

Shades and tints

Shades of #EFCEEE

#EFCEEE
(239,206,238)
#DABCD9
(218,188,217)
#C5AAC4
(197,170,196)
#B098AF
(176,152,175)
#9B869A
(155,134,154)
#867485
(134,116,133)
#716270
(113,98,112)
#5C505B
(92,80,91)
#473E46
(71,62,70)
#322C31
(50,44,49)
#1D1A1C
(29,26,28)
#000000
(0,0,0)

Tints of #EFCEEE

#EFCEEE
(239,206,238)
#F0D2EF
(240,210,239)
#F1D6F0
(241,214,240)
#F2DAF1
(242,218,241)
#F3DEF2
(243,222,242)
#F4E2F3
(244,226,243)
#F5E6F4
(245,230,244)
#F6EAF5
(246,234,245)
#F7EEF6
(247,238,246)
#F8F2F7
(248,242,247)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCEEE; }

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

This text font color is #EFCEEE.


Background Color

.myBgColor { background-color: #EFCEEE; }

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

This div background color is #EFCEEE.


Border color

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

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

This div border color is #EFCEEE.


Opacity

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

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

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

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

This text has shadow with #EFCEEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCEEE on black background.


Color preview on white background

This text has color #EFCEEE on white background.



Black color preview on #EFCEEE background

This text has black color on #EFCEEE background.


White color preview on #EFCEEE background

This text has white color on #EFCEEE background.