COLOR #EFBBD7

HEX: #EFBBD7 RGB: (239,187,215)

Color info

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

RGB color model

#EFBBD7 color RGB value is (239,187,215).

RGB: (239,187,215) (94%, 73%, 84%)

RGB channels and saturation

R 239 of 255 = 94%
G 187 of 255 = 73%
B 215 of 255 = 84%

239
187
215

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

Portions of RGB colors in percentages

R + G + B = 239 + 187 + 215 = 641 (100%)
R 239 of 641 ~ 37.29%
G 187 of 641 ~ 29.17%
B 215 of 641 ~ 33.54'%

%37.29
%29.17
%33.54

CMYK color model

#EFBBD7 color CMYK value is (0,22,10,6).

  • cyan value is 0.00%
  • magenta value is 21.76%
  • yellow value is 10.04%
  • key color value is 6.27%

CMYK: (0,22,10,6)
C0M22Y10K6 (0%, 22%, 10%, 6%)
(0.00 / 0.22 / 0.10 / 0.06)

CMYK percentages

%0
%21.76
%10.04
%6.27

Codes

Color #EFBBD7 in popluar color models

EF BB D7
RGB 239 187 215
HSL 328° 61.90% 83.53%
HSB/HSV 328° 21.76% 93.73%
CMYK 0.00% 21.76% 10.04%
6.27%

Color #EFBBD7 in popluar number systems.

HEX EF BB D7
Decimal 239 187 215
Binary 11101111 10111011 11010111
Octal 357 273 327

Shades and tints

Shades of #EFBBD7

#EFBBD7
(239,187,215)
#DAAAC4
(218,170,196)
#C599B1
(197,153,177)
#B0889E
(176,136,158)
#9B778B
(155,119,139)
#866678
(134,102,120)
#715565
(113,85,101)
#5C4452
(92,68,82)
#47333F
(71,51,63)
#32222C
(50,34,44)
#1D1119
(29,17,25)
#000000
(0,0,0)

Tints of #EFBBD7

#EFBBD7
(239,187,215)
#F0C1DA
(240,193,218)
#F1C7DD
(241,199,221)
#F2CDE0
(242,205,224)
#F3D3E3
(243,211,227)
#F4D9E6
(244,217,230)
#F5DFE9
(245,223,233)
#F6E5EC
(246,229,236)
#F7EBEF
(247,235,239)
#F8F1F2
(248,241,242)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBBD7; }

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

This text font color is #EFBBD7.

Background Color

.myBgColor { background-color: #EFBBD7; }

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

This div background color is #EFBBD7.

Border color

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

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

This div border color is #EFBBD7.

Opacity

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

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

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

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

This text has shadow with #EFBBD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFBBD7.

Preview

Color preview on black background

This text has color #EFBBD7 on black background.


Color preview on white background

This text has color #EFBBD7 on white background.


Black color preview on #EFBBD7 background

This text has black color on #EFBBD7 background.


White color preview on #EFBBD7 background

This text has white color on #EFBBD7 background.


Related colors

Complementary color

Complementary color for #hex is #104428.


I love getcolorcode.com

Triadic colors

1 #D7EFBB and #BBD7EF with #EFBBD7 are triadic colors.

2 #D7BBEF and #BBEFD7 with #EFBBD7 are triadic colors.