COLOR #EFB1DC

HEX: #EFB1DC RGB: (239,177,220)

Color info

#EFB1DC contains mainly red and blue colors. Web safe color of #EFB1DC is #FF99CC (or #F9C).

RGB color model

#EFB1DC color RGB value is (239,177,220).

RGB: (239,177,220) (94%, 69%, 86%)

RGB channels and saturation

R 239 of 255 = 94%
G 177 of 255 = 69%
B 220 of 255 = 86%

239
177
220

R + G + B ~ 83%. #EFB1DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 177 + 220 = 636 (100%)
R 239 of 636 ~ 37.58%
G 177 of 636 ~ 27.83%
B 220 of 636 ~ 34.59'%

%37.58
%27.83
%34.59

CMYK color model

#EFB1DC color CMYK value is (0,26,8,6).

  • cyan value is 0.00%
  • magenta value is 25.94%
  • yellow value is 7.95%
  • key color value is 6.27%
CMYK: (0,26,8,6) C0M26Y8K6 (0%,26%,8%,6%) (0.00/0.26/0.08/0.06) 

CMYK percentages

%0
%25.94
%7.95
%6.27

Codes

Color #EFB1DC in popluar color models

EF B1 DC
RGB 239 177 220
HSL 318° 65.96% 81.57%
HSB/HSV 318° 25.94% 93.73%
CMYK 0.00% 25.94% 7.95%
6.27%

Color #EFB1DC in popluar number systems.

HEX EF B1 DC
Decimal 239 177 220
Binary 11101111 10110001 11011100
Octal 357 261 334

Shades and tints

Shades of #EFB1DC

#EFB1DC
(239,177,220)
#DAA1C8
(218,161,200)
#C591B4
(197,145,180)
#B081A0
(176,129,160)
#9B718C
(155,113,140)
#866178
(134,97,120)
#715164
(113,81,100)
#5C4150
(92,65,80)
#47313C
(71,49,60)
#322128
(50,33,40)
#1D1114
(29,17,20)
#000000
(0,0,0)

Tints of #EFB1DC

#EFB1DC
(239,177,220)
#F0B8DF
(240,184,223)
#F1BFE2
(241,191,226)
#F2C6E5
(242,198,229)
#F3CDE8
(243,205,232)
#F4D4EB
(244,212,235)
#F5DBEE
(245,219,238)
#F6E2F1
(246,226,241)
#F7E9F4
(247,233,244)
#F8F0F7
(248,240,247)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB1DC color. Also use rgb(239,177,220) instead hex code.

Text Font Color

.myTextColor { color: #EFB1DC; }

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

This text font color is #EFB1DC.

Background Color

.myBgColor { background-color: #EFB1DC; }

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

This div background color is #EFB1DC.

Border color

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

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

This div border color is #EFB1DC.

Opacity

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

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

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

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

This text has shadow with #EFB1DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFB1DC.

Preview

Color preview on black background

This text has color #EFB1DC on black background.


Color preview on white background

This text has color #EFB1DC on white background.


Black color preview on #EFB1DC background

This text has black color on #EFB1DC background.


White color preview on #EFB1DC background

This text has white color on #EFB1DC background.


Related colors

Complementary color

Complementary color for #hex is #104E23.


I love getcolorcode.com

Triadic colors

1 #DCEFB1 and #B1DCEF with #EFB1DC are triadic colors.

2 #DCB1EF and #B1EFDC with #EFB1DC are triadic colors.