COLOR #EFD0FB

HEX: #EFD0FB
RGB: (239,208,251)

Color info

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

RGB color model

#EFD0FB color RGB value is (239,208,251).

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

RGB channels and saturation

R 239 of 255 = 94%
G 208 of 255 = 82%
B 251 of 255 = 98%

239
208
251

R + G + B ~ 91%. #EFD0FB is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 208 + 251 = 698 (100%)
R 239 of 698 ~ 34.24%
G 208 of 698 ~ 29.8%
B 251 of 698 ~ 35.96%

%34.24
%29.8
%35.96

CMYK color model

#EFD0FB color CMYK value is (5,17,0,2).

  • cyan value is 4.78%
  • magenta value is 17.13%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(5,17,0,2)
C5M17Y0K2 
(5%,17%,0%,2%)
(0.05/0.17/0.00/0.02)	

CMYK percentages

%4.78
%17.13
%0
%1.57

Codes

Color #EFD0FB in popluar color models

EFD0FB
RGB239208251
HSL283°84.31%90.00%
HSB/HSV283°17.13%98.43%
CMYK4.78%17.13%0.00%
1.57%

Color #EFD0FB in popluar number systems.

HEXEFD0FB
Decimal239208251
Binary111011111101000011111011
Octal357320373

Shades and tints

Shades of #EFD0FB

#EFD0FB
(239,208,251)
#DABEE5
(218,190,229)
#C5ACCF
(197,172,207)
#B09AB9
(176,154,185)
#9B88A3
(155,136,163)
#86768D
(134,118,141)
#716477
(113,100,119)
#5C5261
(92,82,97)
#47404B
(71,64,75)
#322E35
(50,46,53)
#1D1C1F
(29,28,31)
#000000
(0,0,0)

Tints of #EFD0FB

#EFD0FB
(239,208,251)
#F0D4FB
(240,212,251)
#F1D8FB
(241,216,251)
#F2DCFB
(242,220,251)
#F3E0FB
(243,224,251)
#F4E4FB
(244,228,251)
#F5E8FB
(245,232,251)
#F6ECFB
(246,236,251)
#F7F0FB
(247,240,251)
#F8F4FB
(248,244,251)
#F9F8FB
(249,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD0FB; }

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

This text font color is #EFD0FB.


Background Color

.myBgColor { background-color: #EFD0FB; }

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

This div background color is #EFD0FB.


Border color

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

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

This div border color is #EFD0FB.


Opacity

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

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

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

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

This text has shadow with #EFD0FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD0FB on black background.


Color preview on white background

This text has color #EFD0FB on white background.



Black color preview on #EFD0FB background

This text has black color on #EFD0FB background.


White color preview on #EFD0FB background

This text has white color on #EFD0FB background.