COLOR #EFD2F2

HEX: #EFD2F2
RGB: (239,210,242)

Color info

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

RGB color model

#EFD2F2 color RGB value is (239,210,242).

  • red value is 239;
  • green value is 210;
  • blue value is 242.
RGB:
(239,210,242)
(94%,82%,95%)

RGB channels and saturation

R 239 of 255 = 94%
G 210 of 255 = 82%
B 242 of 255 = 95%

239
210
242

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

Portions of RGB colors in percentages

R + G + B =
239 + 210 + 242 = 691 (100%)
R 239 of 691 ~ 34.59%
G 210 of 691 ~ 30.39%
B 242 of 691 ~ 35.02%

%34.59
%30.39
%35.02

CMYK color model

#EFD2F2 color CMYK value is (1,13,0,5).

  • cyan value is 1.24%
  • magenta value is 13.22%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(1,13,0,5)
C1M13Y0K5 
(1%,13%,0%,5%)
(0.01/0.13/0.00/0.05)	

CMYK percentages

%1.24
%13.22
%0
%5.1

Codes

Color #EFD2F2 in popluar color models

EFD2F2
RGB239210242
HSL294°55.17%88.63%
HSB/HSV294°13.22%94.90%
CMYK1.24%13.22%0.00%
5.10%

Color #EFD2F2 in popluar number systems.

HEXEFD2F2
Decimal239210242
Binary111011111101001011110010
Octal357322362

Shades and tints

Shades of #EFD2F2

#EFD2F2
(239,210,242)
#DABFDC
(218,191,220)
#C5ACC6
(197,172,198)
#B099B0
(176,153,176)
#9B869A
(155,134,154)
#867384
(134,115,132)
#71606E
(113,96,110)
#5C4D58
(92,77,88)
#473A42
(71,58,66)
#32272C
(50,39,44)
#1D1416
(29,20,22)
#000000
(0,0,0)

Tints of #EFD2F2

#EFD2F2
(239,210,242)
#F0D6F3
(240,214,243)
#F1DAF4
(241,218,244)
#F2DEF5
(242,222,245)
#F3E2F6
(243,226,246)
#F4E6F7
(244,230,247)
#F5EAF8
(245,234,248)
#F6EEF9
(246,238,249)
#F7F2FA
(247,242,250)
#F8F6FB
(248,246,251)
#F9FAFC
(249,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD2F2 color. Also use rgb(239,210,242) instead hex code.

Text Font Color

.myTextColor { color: #EFD2F2; }

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

This text font color is #EFD2F2.


Background Color

.myBgColor { background-color: #EFD2F2; }

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

This div background color is #EFD2F2.


Border color

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

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

This div border color is #EFD2F2.


Opacity

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

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

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

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

This text has shadow with #EFD2F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD2F2 on black background.


Color preview on white background

This text has color #EFD2F2 on white background.



Black color preview on #EFD2F2 background

This text has black color on #EFD2F2 background.


White color preview on #EFD2F2 background

This text has white color on #EFD2F2 background.