COLOR #EFBBCC

HEX: #EFBBCC
RGB: (239,187,204)

Color info

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

RGB color model

#EFBBCC color RGB value is (239,187,204).

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

RGB channels and saturation

R 239 of 255 = 94%
G 187 of 255 = 73%
B 204 of 255 = 80%

239
187
204

R + G + B ~ 82%. #EFBBCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 187 + 204 = 630 (100%)
R 239 of 630 ~ 37.94%
G 187 of 630 ~ 29.68%
B 204 of 630 ~ 32.38%

%37.94
%29.68
%32.38

CMYK color model

#EFBBCC color CMYK value is (0,22,15,6).

  • cyan value is 0.00%
  • magenta value is 21.76%
  • yellow value is 14.64%
  • key color value is 6.27%
CMYK:
(0,22,15,6)
C0M22Y15K6 
(0%,22%,15%,6%)
(0.00/0.22/0.15/0.06)	

CMYK percentages

%0
%21.76
%14.64
%6.27

Codes

Color #EFBBCC in popluar color models

EFBBCC
RGB239187204
HSL340°61.90%83.53%
HSB/HSV340°21.76%93.73%
CMYK0.00%21.76%14.64%
6.27%

Color #EFBBCC in popluar number systems.

HEXEFBBCC
Decimal239187204
Binary111011111011101111001100
Octal357273314

Shades and tints

Shades of #EFBBCC

#EFBBCC
(239,187,204)
#DAAABA
(218,170,186)
#C599A8
(197,153,168)
#B08896
(176,136,150)
#9B7784
(155,119,132)
#866672
(134,102,114)
#715560
(113,85,96)
#5C444E
(92,68,78)
#47333C
(71,51,60)
#32222A
(50,34,42)
#1D1118
(29,17,24)
#000000
(0,0,0)

Tints of #EFBBCC

#EFBBCC
(239,187,204)
#F0C1D0
(240,193,208)
#F1C7D4
(241,199,212)
#F2CDD8
(242,205,216)
#F3D3DC
(243,211,220)
#F4D9E0
(244,217,224)
#F5DFE4
(245,223,228)
#F6E5E8
(246,229,232)
#F7EBEC
(247,235,236)
#F8F1F0
(248,241,240)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBBCC; }

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

This text font color is #EFBBCC.


Background Color

.myBgColor { background-color: #EFBBCC; }

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

This div background color is #EFBBCC.


Border color

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

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

This div border color is #EFBBCC.


Opacity

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

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

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

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

This text has shadow with #EFBBCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBBCC on black background.


Color preview on white background

This text has color #EFBBCC on white background.



Black color preview on #EFBBCC background

This text has black color on #EFBBCC background.


White color preview on #EFBBCC background

This text has white color on #EFBBCC background.