COLOR #EFB6DF

HEX: #EFB6DF
RGB: (239,182,223)

Color info

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

RGB color model

#EFB6DF color RGB value is (239,182,223).

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

RGB channels and saturation

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

239
182
223

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

Portions of RGB colors in percentages

R + G + B =
239 + 182 + 223 = 644 (100%)
R 239 of 644 ~ 37.11%
G 182 of 644 ~ 28.26%
B 223 of 644 ~ 34.63%

%37.11
%28.26
%34.63

CMYK color model

#EFB6DF color CMYK value is (0,24,7,6).

  • cyan value is 0.00%
  • magenta value is 23.85%
  • yellow value is 6.69%
  • key color value is 6.27%
CMYK:
(0,24,7,6)
C0M24Y7K6 
(0%,24%,7%,6%)
(0.00/0.24/0.07/0.06)	

CMYK percentages

%0
%23.85
%6.69
%6.27

Codes

Color #EFB6DF in popluar color models

EFB6DF
RGB239182223
HSL317°64.04%82.55%
HSB/HSV317°23.85%93.73%
CMYK0.00%23.85%6.69%
6.27%

Color #EFB6DF in popluar number systems.

HEXEFB6DF
Decimal239182223
Binary111011111011011011011111
Octal357266337

Shades and tints

Shades of #EFB6DF

#EFB6DF
(239,182,223)
#DAA6CB
(218,166,203)
#C596B7
(197,150,183)
#B086A3
(176,134,163)
#9B768F
(155,118,143)
#86667B
(134,102,123)
#715667
(113,86,103)
#5C4653
(92,70,83)
#47363F
(71,54,63)
#32262B
(50,38,43)
#1D1617
(29,22,23)
#000000
(0,0,0)

Tints of #EFB6DF

#EFB6DF
(239,182,223)
#F0BCE1
(240,188,225)
#F1C2E3
(241,194,227)
#F2C8E5
(242,200,229)
#F3CEE7
(243,206,231)
#F4D4E9
(244,212,233)
#F5DAEB
(245,218,235)
#F6E0ED
(246,224,237)
#F7E6EF
(247,230,239)
#F8ECF1
(248,236,241)
#F9F2F3
(249,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB6DF; }

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

This text font color is #EFB6DF.


Background Color

.myBgColor { background-color: #EFB6DF; }

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

This div background color is #EFB6DF.


Border color

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

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

This div border color is #EFB6DF.


Opacity

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

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

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

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

This text has shadow with #EFB6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB6DF on black background.


Color preview on white background

This text has color #EFB6DF on white background.



Black color preview on #EFB6DF background

This text has black color on #EFB6DF background.


White color preview on #EFB6DF background

This text has white color on #EFB6DF background.