COLOR #EFBDDD

HEX: #EFBDDD
RGB: (239,189,221)

Color info

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

RGB color model

#EFBDDD color RGB value is (239,189,221).

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

RGB channels and saturation

R 239 of 255 = 94%
G 189 of 255 = 74%
B 221 of 255 = 87%

239
189
221

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

Portions of RGB colors in percentages

R + G + B =
239 + 189 + 221 = 649 (100%)
R 239 of 649 ~ 36.83%
G 189 of 649 ~ 29.12%
B 221 of 649 ~ 34.05%

%36.83
%29.12
%34.05

CMYK color model

#EFBDDD color CMYK value is (0,21,8,6).

  • cyan value is 0.00%
  • magenta value is 20.92%
  • yellow value is 7.53%
  • key color value is 6.27%
CMYK:
(0,21,8,6)
C0M21Y8K6 
(0%,21%,8%,6%)
(0.00/0.21/0.08/0.06)	

CMYK percentages

%0
%20.92
%7.53
%6.27

Codes

Color #EFBDDD in popluar color models

EFBDDD
RGB239189221
HSL322°60.98%83.92%
HSB/HSV322°20.92%93.73%
CMYK0.00%20.92%7.53%
6.27%

Color #EFBDDD in popluar number systems.

HEXEFBDDD
Decimal239189221
Binary111011111011110111011101
Octal357275335

Shades and tints

Shades of #EFBDDD

#EFBDDD
(239,189,221)
#DAACC9
(218,172,201)
#C59BB5
(197,155,181)
#B08AA1
(176,138,161)
#9B798D
(155,121,141)
#866879
(134,104,121)
#715765
(113,87,101)
#5C4651
(92,70,81)
#47353D
(71,53,61)
#322429
(50,36,41)
#1D1315
(29,19,21)
#000000
(0,0,0)

Tints of #EFBDDD

#EFBDDD
(239,189,221)
#F0C3E0
(240,195,224)
#F1C9E3
(241,201,227)
#F2CFE6
(242,207,230)
#F3D5E9
(243,213,233)
#F4DBEC
(244,219,236)
#F5E1EF
(245,225,239)
#F6E7F2
(246,231,242)
#F7EDF5
(247,237,245)
#F8F3F8
(248,243,248)
#F9F9FB
(249,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBDDD; }

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

This text font color is #EFBDDD.


Background Color

.myBgColor { background-color: #EFBDDD; }

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

This div background color is #EFBDDD.


Border color

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

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

This div border color is #EFBDDD.


Opacity

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

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

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

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

This text has shadow with #EFBDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBDDD on black background.


Color preview on white background

This text has color #EFBDDD on white background.



Black color preview on #EFBDDD background

This text has black color on #EFBDDD background.


White color preview on #EFBDDD background

This text has white color on #EFBDDD background.