COLOR #EFD3E6

HEX: #EFD3E6 RGB: (239,211,230)

Color info

#EFD3E6 contains red, green and blue colors in about the same proportion. Web safe color of #EFD3E6 is #FFCCCC (or #FCC).

RGB color model

#EFD3E6 color RGB value is (239,211,230).

RGB: (239,211,230) (94%, 83%, 90%)

RGB channels and saturation

R 239 of 255 = 94%
G 211 of 255 = 83%
B 230 of 255 = 90%

239
211
230

R + G + B ~ 89%. #EFD3E6 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 211 + 230 = 680 (100%)
R 239 of 680 ~ 35.15%
G 211 of 680 ~ 31.03%
B 230 of 680 ~ 33.82'%

%35.15
%31.03
%33.82

CMYK color model

#EFD3E6 color CMYK value is (0,12,4,6).

  • cyan value is 0.00%
  • magenta value is 11.72%
  • yellow value is 3.77%
  • key color value is 6.27%

CMYK: (0,12,4,6)
C0M12Y4K6 (0%, 12%, 4%, 6%)
(0.00 / 0.12 / 0.04 / 0.06)

CMYK percentages

%0
%11.72
%3.77
%6.27

Codes

Color #EFD3E6 in popluar color models

EF D3 E6
RGB 239 211 230
HSL 319° 46.67% 88.24%
HSB/HSV 319° 11.72% 93.73%
CMYK 0.00% 11.72% 3.77%
6.27%

Color #EFD3E6 in popluar number systems.

HEX EF D3 E6
Decimal 239 211 230
Binary 11101111 11010011 11100110
Octal 357 323 346

Shades and tints

Shades of #EFD3E6

#EFD3E6
(239,211,230)
#DAC0D2
(218,192,210)
#C5ADBE
(197,173,190)
#B09AAA
(176,154,170)
#9B8796
(155,135,150)
#867482
(134,116,130)
#71616E
(113,97,110)
#5C4E5A
(92,78,90)
#473B46
(71,59,70)
#322832
(50,40,50)
#1D151E
(29,21,30)
#000000
(0,0,0)

Tints of #EFD3E6

#EFD3E6
(239,211,230)
#F0D7E8
(240,215,232)
#F1DBEA
(241,219,234)
#F2DFEC
(242,223,236)
#F3E3EE
(243,227,238)
#F4E7F0
(244,231,240)
#F5EBF2
(245,235,242)
#F6EFF4
(246,239,244)
#F7F3F6
(247,243,246)
#F8F7F8
(248,247,248)
#F9FBFA
(249,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD3E6 color. Also use rgb(239,211,230) instead hex code.

Text Font Color

.myTextColor { color: #EFD3E6; }

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

This text font color is #EFD3E6.

Background Color

.myBgColor { background-color: #EFD3E6; }

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

This div background color is #EFD3E6.

Border color

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

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

This div border color is #EFD3E6.

Opacity

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

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

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

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

This text has shadow with #EFD3E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD3E6.

Preview

Color preview on black background

This text has color #EFD3E6 on black background.


Color preview on white background

This text has color #EFD3E6 on white background.


Black color preview on #EFD3E6 background

This text has black color on #EFD3E6 background.


White color preview on #EFD3E6 background

This text has white color on #EFD3E6 background.


Related colors

Complementary color

Complementary color for #hex is #102C19.


I love getcolorcode.com

Triadic colors

1 #E6EFD3 and #D3E6EF with #EFD3E6 are triadic colors.

2 #E6D3EF and #D3EFE6 with #EFD3E6 are triadic colors.