COLOR #EFBADD

HEX: #EFBADD
RGB: (239,186,221)

Color info

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

RGB color model

#EFBADD color RGB value is (239,186,221).

  • red value is 239;
  • green value is 186;
  • blue value is 221.
RGB:
(239,186,221)
(94%,73%,87%)

RGB channels and saturation

R 239 of 255 = 94%
G 186 of 255 = 73%
B 221 of 255 = 87%

239
186
221

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

Portions of RGB colors in percentages

R + G + B =
239 + 186 + 221 = 646 (100%)
R 239 of 646 ~ 37%
G 186 of 646 ~ 28.79%
B 221 of 646 ~ 34.21%

%37
%28.79
%34.21

CMYK color model

#EFBADD color CMYK value is (0,22,8,6).

  • cyan value is 0.00%
  • magenta value is 22.18%
  • yellow value is 7.53%
  • key color value is 6.27%
CMYK:
(0,22,8,6)
C0M22Y8K6 
(0%,22%,8%,6%)
(0.00/0.22/0.08/0.06)	

CMYK percentages

%0
%22.18
%7.53
%6.27

Codes

Color #EFBADD in popluar color models

EFBADD
RGB239186221
HSL320°62.35%83.33%
HSB/HSV320°22.18%93.73%
CMYK0.00%22.18%7.53%
6.27%

Color #EFBADD in popluar number systems.

HEXEFBADD
Decimal239186221
Binary111011111011101011011101
Octal357272335

Shades and tints

Shades of #EFBADD

#EFBADD
(239,186,221)
#DAAAC9
(218,170,201)
#C59AB5
(197,154,181)
#B08AA1
(176,138,161)
#9B7A8D
(155,122,141)
#866A79
(134,106,121)
#715A65
(113,90,101)
#5C4A51
(92,74,81)
#473A3D
(71,58,61)
#322A29
(50,42,41)
#1D1A15
(29,26,21)
#000000
(0,0,0)

Tints of #EFBADD

#EFBADD
(239,186,221)
#F0C0E0
(240,192,224)
#F1C6E3
(241,198,227)
#F2CCE6
(242,204,230)
#F3D2E9
(243,210,233)
#F4D8EC
(244,216,236)
#F5DEEF
(245,222,239)
#F6E4F2
(246,228,242)
#F7EAF5
(247,234,245)
#F8F0F8
(248,240,248)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFBADD color. Also use rgb(239,186,221) instead hex code.

Text Font Color

.myTextColor { color: #EFBADD; }

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

This text font color is #EFBADD.


Background Color

.myBgColor { background-color: #EFBADD; }

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

This div background color is #EFBADD.


Border color

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

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

This div border color is #EFBADD.


Opacity

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

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

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

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

This text has shadow with #EFBADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBADD on black background.


Color preview on white background

This text has color #EFBADD on white background.



Black color preview on #EFBADD background

This text has black color on #EFBADD background.


White color preview on #EFBADD background

This text has white color on #EFBADD background.