COLOR #EFD0EE

HEX: #EFD0EE
RGB: (239,208,238)

Color info

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

RGB color model

#EFD0EE color RGB value is (239,208,238).

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

RGB channels and saturation

R 239 of 255 = 94%
G 208 of 255 = 82%
B 238 of 255 = 93%

239
208
238

R + G + B ~ 90%. #EFD0EE is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 208 + 238 = 685 (100%)
R 239 of 685 ~ 34.89%
G 208 of 685 ~ 30.36%
B 238 of 685 ~ 34.74%

%34.89
%30.36
%34.74

CMYK color model

#EFD0EE color CMYK value is (0,13,0,6).

  • cyan value is 0.00%
  • magenta value is 12.97%
  • yellow value is 0.42%
  • key color value is 6.27%
CMYK:
(0,13,0,6)
C0M13Y0K6 
(0%,13%,0%,6%)
(0.00/0.13/0.00/0.06)	

CMYK percentages

%0
%12.97
%0.42
%6.27

Codes

Color #EFD0EE in popluar color models

EFD0EE
RGB239208238
HSL302°49.21%87.65%
HSB/HSV302°12.97%93.73%
CMYK0.00%12.97%0.42%
6.27%

Color #EFD0EE in popluar number systems.

HEXEFD0EE
Decimal239208238
Binary111011111101000011101110
Octal357320356

Shades and tints

Shades of #EFD0EE

#EFD0EE
(239,208,238)
#DABED9
(218,190,217)
#C5ACC4
(197,172,196)
#B09AAF
(176,154,175)
#9B889A
(155,136,154)
#867685
(134,118,133)
#716470
(113,100,112)
#5C525B
(92,82,91)
#474046
(71,64,70)
#322E31
(50,46,49)
#1D1C1C
(29,28,28)
#000000
(0,0,0)

Tints of #EFD0EE

#EFD0EE
(239,208,238)
#F0D4EF
(240,212,239)
#F1D8F0
(241,216,240)
#F2DCF1
(242,220,241)
#F3E0F2
(243,224,242)
#F4E4F3
(244,228,243)
#F5E8F4
(245,232,244)
#F6ECF5
(246,236,245)
#F7F0F6
(247,240,246)
#F8F4F7
(248,244,247)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD0EE; }

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

This text font color is #EFD0EE.


Background Color

.myBgColor { background-color: #EFD0EE; }

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

This div background color is #EFD0EE.


Border color

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

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

This div border color is #EFD0EE.


Opacity

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

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

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

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

This text has shadow with #EFD0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD0EE on black background.


Color preview on white background

This text has color #EFD0EE on white background.



Black color preview on #EFD0EE background

This text has black color on #EFD0EE background.


White color preview on #EFD0EE background

This text has white color on #EFD0EE background.