COLOR #EFB8DF

HEX: #EFB8DF
RGB: (239,184,223)

Color info

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

RGB color model

#EFB8DF color RGB value is (239,184,223).

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

RGB channels and saturation

R 239 of 255 = 94%
G 184 of 255 = 72%
B 223 of 255 = 87%

239
184
223

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

Portions of RGB colors in percentages

R + G + B =
239 + 184 + 223 = 646 (100%)
R 239 of 646 ~ 37%
G 184 of 646 ~ 28.48%
B 223 of 646 ~ 34.52%

%37
%28.48
%34.52

CMYK color model

#EFB8DF color CMYK value is (0,23,7,6).

  • cyan value is 0.00%
  • magenta value is 23.01%
  • yellow value is 6.69%
  • key color value is 6.27%
CMYK:
(0,23,7,6)
C0M23Y7K6 
(0%,23%,7%,6%)
(0.00/0.23/0.07/0.06)	

CMYK percentages

%0
%23.01
%6.69
%6.27

Codes

Color #EFB8DF in popluar color models

EFB8DF
RGB239184223
HSL317°63.22%82.94%
HSB/HSV317°23.01%93.73%
CMYK0.00%23.01%6.69%
6.27%

Color #EFB8DF in popluar number systems.

HEXEFB8DF
Decimal239184223
Binary111011111011100011011111
Octal357270337

Shades and tints

Shades of #EFB8DF

#EFB8DF
(239,184,223)
#DAA8CB
(218,168,203)
#C598B7
(197,152,183)
#B088A3
(176,136,163)
#9B788F
(155,120,143)
#86687B
(134,104,123)
#715867
(113,88,103)
#5C4853
(92,72,83)
#47383F
(71,56,63)
#32282B
(50,40,43)
#1D1817
(29,24,23)
#000000
(0,0,0)

Tints of #EFB8DF

#EFB8DF
(239,184,223)
#F0BEE1
(240,190,225)
#F1C4E3
(241,196,227)
#F2CAE5
(242,202,229)
#F3D0E7
(243,208,231)
#F4D6E9
(244,214,233)
#F5DCEB
(245,220,235)
#F6E2ED
(246,226,237)
#F7E8EF
(247,232,239)
#F8EEF1
(248,238,241)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB8DF; }

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

This text font color is #EFB8DF.


Background Color

.myBgColor { background-color: #EFB8DF; }

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

This div background color is #EFB8DF.


Border color

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

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

This div border color is #EFB8DF.


Opacity

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

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

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

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

This text has shadow with #EFB8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB8DF on black background.


Color preview on white background

This text has color #EFB8DF on white background.



Black color preview on #EFB8DF background

This text has black color on #EFB8DF background.


White color preview on #EFB8DF background

This text has white color on #EFB8DF background.