COLOR #EFB4DF

HEX: #EFB4DF
RGB: (239,180,223)

Color info

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

RGB color model

#EFB4DF color RGB value is (239,180,223).

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

RGB channels and saturation

R 239 of 255 = 94%
G 180 of 255 = 71%
B 223 of 255 = 87%

239
180
223

R + G + B ~ 84%. #EFB4DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 180 + 223 = 642 (100%)
R 239 of 642 ~ 37.23%
G 180 of 642 ~ 28.04%
B 223 of 642 ~ 34.74%

%37.23
%28.04
%34.74

CMYK color model

#EFB4DF color CMYK value is (0,25,7,6).

  • cyan value is 0.00%
  • magenta value is 24.69%
  • yellow value is 6.69%
  • key color value is 6.27%
CMYK:
(0,25,7,6)
C0M25Y7K6 
(0%,25%,7%,6%)
(0.00/0.25/0.07/0.06)	

CMYK percentages

%0
%24.69
%6.69
%6.27

Codes

Color #EFB4DF in popluar color models

EFB4DF
RGB239180223
HSL316°64.84%82.16%
HSB/HSV316°24.69%93.73%
CMYK0.00%24.69%6.69%
6.27%

Color #EFB4DF in popluar number systems.

HEXEFB4DF
Decimal239180223
Binary111011111011010011011111
Octal357264337

Shades and tints

Shades of #EFB4DF

#EFB4DF
(239,180,223)
#DAA4CB
(218,164,203)
#C594B7
(197,148,183)
#B084A3
(176,132,163)
#9B748F
(155,116,143)
#86647B
(134,100,123)
#715467
(113,84,103)
#5C4453
(92,68,83)
#47343F
(71,52,63)
#32242B
(50,36,43)
#1D1417
(29,20,23)
#000000
(0,0,0)

Tints of #EFB4DF

#EFB4DF
(239,180,223)
#F0BAE1
(240,186,225)
#F1C0E3
(241,192,227)
#F2C6E5
(242,198,229)
#F3CCE7
(243,204,231)
#F4D2E9
(244,210,233)
#F5D8EB
(245,216,235)
#F6DEED
(246,222,237)
#F7E4EF
(247,228,239)
#F8EAF1
(248,234,241)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB4DF; }

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

This text font color is #EFB4DF.


Background Color

.myBgColor { background-color: #EFB4DF; }

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

This div background color is #EFB4DF.


Border color

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

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

This div border color is #EFB4DF.


Opacity

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

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

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

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

This text has shadow with #EFB4DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB4DF on black background.


Color preview on white background

This text has color #EFB4DF on white background.



Black color preview on #EFB4DF background

This text has black color on #EFB4DF background.


White color preview on #EFB4DF background

This text has white color on #EFB4DF background.