COLOR #EFB8DC

HEX: #EFB8DC RGB: (239,184,220)

Color info

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

RGB color model

#EFB8DC color RGB value is (239,184,220).

RGB: (239,184,220) (94%, 72%, 86%)

RGB channels and saturation

R 239 of 255 = 94%
G 184 of 255 = 72%
B 220 of 255 = 86%

239
184
220

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

Portions of RGB colors in percentages

R + G + B = 239 + 184 + 220 = 643 (100%)
R 239 of 643 ~ 37.17%
G 184 of 643 ~ 28.62%
B 220 of 643 ~ 34.21'%

%37.17
%28.62
%34.21

CMYK color model

#EFB8DC color CMYK value is (0,23,8,6).

  • cyan value is 0.00%
  • magenta value is 23.01%
  • yellow value is 7.95%
  • key color value is 6.27%

CMYK: (0,23,8,6)
C0M23Y8K6 (0%, 23%, 8%, 6%)
(0.00 / 0.23 / 0.08 / 0.06)

CMYK percentages

%0
%23.01
%7.95
%6.27

Codes

Color #EFB8DC in popluar color models

EF B8 DC
RGB 239 184 220
HSL 321° 63.22% 82.94%
HSB/HSV 321° 23.01% 93.73%
CMYK 0.00% 23.01% 7.95%
6.27%

Color #EFB8DC in popluar number systems.

HEX EF B8 DC
Decimal 239 184 220
Binary 11101111 10111000 11011100
Octal 357 270 334

Shades and tints

Shades of #EFB8DC

#EFB8DC
(239,184,220)
#DAA8C8
(218,168,200)
#C598B4
(197,152,180)
#B088A0
(176,136,160)
#9B788C
(155,120,140)
#866878
(134,104,120)
#715864
(113,88,100)
#5C4850
(92,72,80)
#47383C
(71,56,60)
#322828
(50,40,40)
#1D1814
(29,24,20)
#000000
(0,0,0)

Tints of #EFB8DC

#EFB8DC
(239,184,220)
#F0BEDF
(240,190,223)
#F1C4E2
(241,196,226)
#F2CAE5
(242,202,229)
#F3D0E8
(243,208,232)
#F4D6EB
(244,214,235)
#F5DCEE
(245,220,238)
#F6E2F1
(246,226,241)
#F7E8F4
(247,232,244)
#F8EEF7
(248,238,247)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB8DC; }

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

This text font color is #EFB8DC.

Background Color

.myBgColor { background-color: #EFB8DC; }

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

This div background color is #EFB8DC.

Border color

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

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

This div border color is #EFB8DC.

Opacity

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

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

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

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

This text has shadow with #EFB8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFB8DC.

Preview

Color preview on black background

This text has color #EFB8DC on black background.


Color preview on white background

This text has color #EFB8DC on white background.


Black color preview on #EFB8DC background

This text has black color on #EFB8DC background.


White color preview on #EFB8DC background

This text has white color on #EFB8DC background.


Related colors

Complementary color

Complementary color for #hex is #104723.


I love getcolorcode.com

Triadic colors

1 #DCEFB8 and #B8DCEF with #EFB8DC are triadic colors.

2 #DCB8EF and #B8EFDC with #EFB8DC are triadic colors.