COLOR #EFDFF3

HEX: #EFDFF3
RGB: (239,223,243)

Color info

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

RGB color model

#EFDFF3 color RGB value is (239,223,243).

  • red value is 239;
  • green value is 223;
  • blue value is 243.
RGB:
(239,223,243)
(94%,87%,95%)

RGB channels and saturation

R 239 of 255 = 94%
G 223 of 255 = 87%
B 243 of 255 = 95%

239
223
243

R + G + B ~ 92%. #EFDFF3 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 223 + 243 = 705 (100%)
R 239 of 705 ~ 33.9%
G 223 of 705 ~ 31.63%
B 243 of 705 ~ 34.47%

%33.9
%31.63
%34.47

CMYK color model

#EFDFF3 color CMYK value is (2,8,0,5).

  • cyan value is 1.65%
  • magenta value is 8.23%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(2,8,0,5)
C2M8Y0K5 
(2%,8%,0%,5%)
(0.02/0.08/0.00/0.05)	

CMYK percentages

%1.65
%8.23
%0
%4.71

Codes

Color #EFDFF3 in popluar color models

EFDFF3
RGB239223243
HSL288°45.45%91.37%
HSB/HSV288°8.23%95.29%
CMYK1.65%8.23%0.00%
4.71%

Color #EFDFF3 in popluar number systems.

HEXEFDFF3
Decimal239223243
Binary111011111101111111110011
Octal357337363

Shades and tints

Shades of #EFDFF3

#EFDFF3
(239,223,243)
#DACBDD
(218,203,221)
#C5B7C7
(197,183,199)
#B0A3B1
(176,163,177)
#9B8F9B
(155,143,155)
#867B85
(134,123,133)
#71676F
(113,103,111)
#5C5359
(92,83,89)
#473F43
(71,63,67)
#322B2D
(50,43,45)
#1D1717
(29,23,23)
#000000
(0,0,0)

Tints of #EFDFF3

#EFDFF3
(239,223,243)
#F0E1F4
(240,225,244)
#F1E3F5
(241,227,245)
#F2E5F6
(242,229,246)
#F3E7F7
(243,231,247)
#F4E9F8
(244,233,248)
#F5EBF9
(245,235,249)
#F6EDFA
(246,237,250)
#F7EFFB
(247,239,251)
#F8F1FC
(248,241,252)
#F9F3FD
(249,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFDFF3 color. Also use rgb(239,223,243) instead hex code.

Text Font Color

.myTextColor { color: #EFDFF3; }

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

This text font color is #EFDFF3.


Background Color

.myBgColor { background-color: #EFDFF3; }

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

This div background color is #EFDFF3.


Border color

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

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

This div border color is #EFDFF3.


Opacity

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

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

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

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

This text has shadow with #EFDFF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDFF3 on black background.


Color preview on white background

This text has color #EFDFF3 on white background.



Black color preview on #EFDFF3 background

This text has black color on #EFDFF3 background.


White color preview on #EFDFF3 background

This text has white color on #EFDFF3 background.