COLOR #EFBBEA

HEX: #EFBBEA
RGB: (239,187,234)

Color info

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

RGB color model

#EFBBEA color RGB value is (239,187,234).

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

RGB channels and saturation

R 239 of 255 = 94%
G 187 of 255 = 73%
B 234 of 255 = 92%

239
187
234

R + G + B ~ 86%. #EFBBEA is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 187 + 234 = 660 (100%)
R 239 of 660 ~ 36.21%
G 187 of 660 ~ 28.33%
B 234 of 660 ~ 35.45%

%36.21
%28.33
%35.45

CMYK color model

#EFBBEA color CMYK value is (0,22,2,6).

  • cyan value is 0.00%
  • magenta value is 21.76%
  • yellow value is 2.09%
  • key color value is 6.27%
CMYK:
(0,22,2,6)
C0M22Y2K6 
(0%,22%,2%,6%)
(0.00/0.22/0.02/0.06)	

CMYK percentages

%0
%21.76
%2.09
%6.27

Codes

Color #EFBBEA in popluar color models

EFBBEA
RGB239187234
HSL306°61.90%83.53%
HSB/HSV306°21.76%93.73%
CMYK0.00%21.76%2.09%
6.27%

Color #EFBBEA in popluar number systems.

HEXEFBBEA
Decimal239187234
Binary111011111011101111101010
Octal357273352

Shades and tints

Shades of #EFBBEA

#EFBBEA
(239,187,234)
#DAAAD5
(218,170,213)
#C599C0
(197,153,192)
#B088AB
(176,136,171)
#9B7796
(155,119,150)
#866681
(134,102,129)
#71556C
(113,85,108)
#5C4457
(92,68,87)
#473342
(71,51,66)
#32222D
(50,34,45)
#1D1118
(29,17,24)
#000000
(0,0,0)

Tints of #EFBBEA

#EFBBEA
(239,187,234)
#F0C1EB
(240,193,235)
#F1C7EC
(241,199,236)
#F2CDED
(242,205,237)
#F3D3EE
(243,211,238)
#F4D9EF
(244,217,239)
#F5DFF0
(245,223,240)
#F6E5F1
(246,229,241)
#F7EBF2
(247,235,242)
#F8F1F3
(248,241,243)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBBEA; }

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

This text font color is #EFBBEA.


Background Color

.myBgColor { background-color: #EFBBEA; }

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

This div background color is #EFBBEA.


Border color

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

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

This div border color is #EFBBEA.


Opacity

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

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

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

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

This text has shadow with #EFBBEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBBEA on black background.


Color preview on white background

This text has color #EFBBEA on white background.



Black color preview on #EFBBEA background

This text has black color on #EFBBEA background.


White color preview on #EFBBEA background

This text has white color on #EFBBEA background.