COLOR #EFD8EB

HEX: #EFD8EB
RGB: (239,216,235)

Color info

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

RGB color model

#EFD8EB color RGB value is (239,216,235).

  • red value is 239;
  • green value is 216;
  • blue value is 235.
RGB:
(239,216,235)
(94%,85%,92%)

RGB channels and saturation

R 239 of 255 = 94%
G 216 of 255 = 85%
B 235 of 255 = 92%

239
216
235

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

Portions of RGB colors in percentages

R + G + B =
239 + 216 + 235 = 690 (100%)
R 239 of 690 ~ 34.64%
G 216 of 690 ~ 31.3%
B 235 of 690 ~ 34.06%

%34.64
%31.3
%34.06

CMYK color model

#EFD8EB color CMYK value is (0,10,2,6).

  • cyan value is 0.00%
  • magenta value is 9.62%
  • yellow value is 1.67%
  • key color value is 6.27%
CMYK:
(0,10,2,6)
C0M10Y2K6 
(0%,10%,2%,6%)
(0.00/0.10/0.02/0.06)	

CMYK percentages

%0
%9.62
%1.67
%6.27

Codes

Color #EFD8EB in popluar color models

EFD8EB
RGB239216235
HSL310°41.82%89.22%
HSB/HSV310°9.62%93.73%
CMYK0.00%9.62%1.67%
6.27%

Color #EFD8EB in popluar number systems.

HEXEFD8EB
Decimal239216235
Binary111011111101100011101011
Octal357330353

Shades and tints

Shades of #EFD8EB

#EFD8EB
(239,216,235)
#DAC5D6
(218,197,214)
#C5B2C1
(197,178,193)
#B09FAC
(176,159,172)
#9B8C97
(155,140,151)
#867982
(134,121,130)
#71666D
(113,102,109)
#5C5358
(92,83,88)
#474043
(71,64,67)
#322D2E
(50,45,46)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #EFD8EB

#EFD8EB
(239,216,235)
#F0DBEC
(240,219,236)
#F1DEED
(241,222,237)
#F2E1EE
(242,225,238)
#F3E4EF
(243,228,239)
#F4E7F0
(244,231,240)
#F5EAF1
(245,234,241)
#F6EDF2
(246,237,242)
#F7F0F3
(247,240,243)
#F8F3F4
(248,243,244)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD8EB color. Also use rgb(239,216,235) instead hex code.

Text Font Color

.myTextColor { color: #EFD8EB; }

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

This text font color is #EFD8EB.


Background Color

.myBgColor { background-color: #EFD8EB; }

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

This div background color is #EFD8EB.


Border color

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

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

This div border color is #EFD8EB.


Opacity

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

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

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

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

This text has shadow with #EFD8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD8EB on black background.


Color preview on white background

This text has color #EFD8EB on white background.



Black color preview on #EFD8EB background

This text has black color on #EFD8EB background.


White color preview on #EFD8EB background

This text has white color on #EFD8EB background.