COLOR #EFBBD9

HEX: #EFBBD9
RGB: (239,187,217)

Color info

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

RGB color model

#EFBBD9 color RGB value is (239,187,217).

  • red value is 239;
  • green value is 187;
  • blue value is 217.
RGB:
(239,187,217)
(94%,73%,85%)

RGB channels and saturation

R 239 of 255 = 94%
G 187 of 255 = 73%
B 217 of 255 = 85%

239
187
217

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

Portions of RGB colors in percentages

R + G + B =
239 + 187 + 217 = 643 (100%)
R 239 of 643 ~ 37.17%
G 187 of 643 ~ 29.08%
B 217 of 643 ~ 33.75%

%37.17
%29.08
%33.75

CMYK color model

#EFBBD9 color CMYK value is (0,22,9,6).

  • cyan value is 0.00%
  • magenta value is 21.76%
  • yellow value is 9.21%
  • key color value is 6.27%
CMYK:
(0,22,9,6)
C0M22Y9K6 
(0%,22%,9%,6%)
(0.00/0.22/0.09/0.06)	

CMYK percentages

%0
%21.76
%9.21
%6.27

Codes

Color #EFBBD9 in popluar color models

EFBBD9
RGB239187217
HSL325°61.90%83.53%
HSB/HSV325°21.76%93.73%
CMYK0.00%21.76%9.21%
6.27%

Color #EFBBD9 in popluar number systems.

HEXEFBBD9
Decimal239187217
Binary111011111011101111011001
Octal357273331

Shades and tints

Shades of #EFBBD9

#EFBBD9
(239,187,217)
#DAAAC6
(218,170,198)
#C599B3
(197,153,179)
#B088A0
(176,136,160)
#9B778D
(155,119,141)
#86667A
(134,102,122)
#715567
(113,85,103)
#5C4454
(92,68,84)
#473341
(71,51,65)
#32222E
(50,34,46)
#1D111B
(29,17,27)
#000000
(0,0,0)

Tints of #EFBBD9

#EFBBD9
(239,187,217)
#F0C1DC
(240,193,220)
#F1C7DF
(241,199,223)
#F2CDE2
(242,205,226)
#F3D3E5
(243,211,229)
#F4D9E8
(244,217,232)
#F5DFEB
(245,223,235)
#F6E5EE
(246,229,238)
#F7EBF1
(247,235,241)
#F8F1F4
(248,241,244)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFBBD9 color. Also use rgb(239,187,217) instead hex code.

Text Font Color

.myTextColor { color: #EFBBD9; }

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

This text font color is #EFBBD9.


Background Color

.myBgColor { background-color: #EFBBD9; }

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

This div background color is #EFBBD9.


Border color

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

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

This div border color is #EFBBD9.


Opacity

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

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

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

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

This text has shadow with #EFBBD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBBD9 on black background.


Color preview on white background

This text has color #EFBBD9 on white background.



Black color preview on #EFBBD9 background

This text has black color on #EFBBD9 background.


White color preview on #EFBBD9 background

This text has white color on #EFBBD9 background.