COLOR #EFBBF6

HEX: #EFBBF6
RGB: (239,187,246)

Color info

#EFBBF6 contains red, green and blue colors in about the same proportion. Web safe color of #EFBBF6 is #FFCCFF (or #FCF).

RGB color model

#EFBBF6 color RGB value is (239,187,246).

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

RGB channels and saturation

R 239 of 255 = 94%
G 187 of 255 = 73%
B 246 of 255 = 96%

239
187
246

R + G + B ~ 88%. #EFBBF6 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 187 + 246 = 672 (100%)
R 239 of 672 ~ 35.57%
G 187 of 672 ~ 27.83%
B 246 of 672 ~ 36.61%

%35.57
%27.83
%36.61

CMYK color model

#EFBBF6 color CMYK value is (3,24,0,4).

  • cyan value is 2.85%
  • magenta value is 23.98%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(3,24,0,4)
C3M24Y0K4 
(3%,24%,0%,4%)
(0.03/0.24/0.00/0.04)	

CMYK percentages

%2.85
%23.98
%0
%3.53

Codes

Color #EFBBF6 in popluar color models

EFBBF6
RGB239187246
HSL293°76.62%84.90%
HSB/HSV293°23.98%96.47%
CMYK2.85%23.98%0.00%
3.53%

Color #EFBBF6 in popluar number systems.

HEXEFBBF6
Decimal239187246
Binary111011111011101111110110
Octal357273366

Shades and tints

Shades of #EFBBF6

#EFBBF6
(239,187,246)
#DAAAE0
(218,170,224)
#C599CA
(197,153,202)
#B088B4
(176,136,180)
#9B779E
(155,119,158)
#866688
(134,102,136)
#715572
(113,85,114)
#5C445C
(92,68,92)
#473346
(71,51,70)
#322230
(50,34,48)
#1D111A
(29,17,26)
#000000
(0,0,0)

Tints of #EFBBF6

#EFBBF6
(239,187,246)
#F0C1F6
(240,193,246)
#F1C7F6
(241,199,246)
#F2CDF6
(242,205,246)
#F3D3F6
(243,211,246)
#F4D9F6
(244,217,246)
#F5DFF6
(245,223,246)
#F6E5F6
(246,229,246)
#F7EBF6
(247,235,246)
#F8F1F6
(248,241,246)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBBF6; }

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

This text font color is #EFBBF6.


Background Color

.myBgColor { background-color: #EFBBF6; }

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

This div background color is #EFBBF6.


Border color

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

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

This div border color is #EFBBF6.


Opacity

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

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

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

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

This text has shadow with #EFBBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBBF6 on black background.


Color preview on white background

This text has color #EFBBF6 on white background.



Black color preview on #EFBBF6 background

This text has black color on #EFBBF6 background.


White color preview on #EFBBF6 background

This text has white color on #EFBBF6 background.