COLOR #EFB9DF

HEX: #EFB9DF RGB: (239,185,223)

Color info

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

RGB color model

#EFB9DF color RGB value is (239,185,223).

RGB: (239,185,223) (94%, 73%, 87%)

RGB channels and saturation

R 239 of 255 = 94%
G 185 of 255 = 73%
B 223 of 255 = 87%

239
185
223

R + G + B ~ 85%. #EFB9DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 185 + 223 = 647 (100%)
R 239 of 647 ~ 36.94%
G 185 of 647 ~ 28.59%
B 223 of 647 ~ 34.47'%

%36.94
%28.59
%34.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.59%
  • 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
%22.59
%6.69
%6.27

Codes

Color #EFB9DF in popluar color models

EF B9 DF
RGB 239 185 223
HSL 318° 62.79% 83.14%
HSB/HSV 318° 22.59% 93.73%
CMYK 0.00% 22.59% 6.69%
6.27%

Color #EFB9DF in popluar number systems.

HEX EF B9 DF
Decimal 239 185 223
Binary 11101111 10111001 11011111
Octal 357 271 337

Shades and tints

Shades of #EFB9DF

#EFB9DF
(239,185,223)
#DAA9CB
(218,169,203)
#C599B7
(197,153,183)
#B089A3
(176,137,163)
#9B798F
(155,121,143)
#86697B
(134,105,123)
#715967
(113,89,103)
#5C4953
(92,73,83)
#47393F
(71,57,63)
#32292B
(50,41,43)
#1D1917
(29,25,23)
#000000
(0,0,0)

Tints of #EFB9DF

#EFB9DF
(239,185,223)
#F0BFE1
(240,191,225)
#F1C5E3
(241,197,227)
#F2CBE5
(242,203,229)
#F3D1E7
(243,209,231)
#F4D7E9
(244,215,233)
#F5DDEB
(245,221,235)
#F6E3ED
(246,227,237)
#F7E9EF
(247,233,239)
#F8EFF1
(248,239,241)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB9DF; }

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

This text font color is #EFB9DF.

Background Color

.myBgColor { background-color: #EFB9DF; }

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

This div background color is #EFB9DF.

Border color

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

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

This div border color is #EFB9DF.

Opacity

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

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

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

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

This text has shadow with #EFB9DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFB9DF.

Preview

Color preview on black background

This text has color #EFB9DF on black background.


Color preview on white background

This text has color #EFB9DF on white background.


Black color preview on #EFB9DF background

This text has black color on #EFB9DF background.


White color preview on #EFB9DF background

This text has white color on #EFB9DF background.


Related colors

Complementary color

Complementary color for #hex is #104620.


I love getcolorcode.com

Triadic colors

1 #DFEFB9 and #B9DFEF with #EFB9DF are triadic colors.

2 #DFB9EF and #B9EFDF with #EFB9DF are triadic colors.