COLOR #EFB0EA

HEX: #EFB0EA
RGB: (239,176,234)

Color info

#EFB0EA contains mainly red and blue colors. Web safe color of #EFB0EA is #FF99FF (or #F9F).

RGB color model

#EFB0EA color RGB value is (239,176,234).

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

RGB channels and saturation

R 239 of 255 = 94%
G 176 of 255 = 69%
B 234 of 255 = 92%

239
176
234

R + G + B ~ 85%. #EFB0EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 176 + 234 = 649 (100%)
R 239 of 649 ~ 36.83%
G 176 of 649 ~ 27.12%
B 234 of 649 ~ 36.06%

%36.83
%27.12
%36.06

CMYK color model

#EFB0EA color CMYK value is (0,26,2,6).

  • cyan value is 0.00%
  • magenta value is 26.36%
  • yellow value is 2.09%
  • key color value is 6.27%
CMYK:
(0,26,2,6)
C0M26Y2K6 
(0%,26%,2%,6%)
(0.00/0.26/0.02/0.06)	

CMYK percentages

%0
%26.36
%2.09
%6.27

Codes

Color #EFB0EA in popluar color models

EFB0EA
RGB239176234
HSL305°66.32%81.37%
HSB/HSV305°26.36%93.73%
CMYK0.00%26.36%2.09%
6.27%

Color #EFB0EA in popluar number systems.

HEXEFB0EA
Decimal239176234
Binary111011111011000011101010
Octal357260352

Shades and tints

Shades of #EFB0EA

#EFB0EA
(239,176,234)
#DAA0D5
(218,160,213)
#C590C0
(197,144,192)
#B080AB
(176,128,171)
#9B7096
(155,112,150)
#866081
(134,96,129)
#71506C
(113,80,108)
#5C4057
(92,64,87)
#473042
(71,48,66)
#32202D
(50,32,45)
#1D1018
(29,16,24)
#000000
(0,0,0)

Tints of #EFB0EA

#EFB0EA
(239,176,234)
#F0B7EB
(240,183,235)
#F1BEEC
(241,190,236)
#F2C5ED
(242,197,237)
#F3CCEE
(243,204,238)
#F4D3EF
(244,211,239)
#F5DAF0
(245,218,240)
#F6E1F1
(246,225,241)
#F7E8F2
(247,232,242)
#F8EFF3
(248,239,243)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB0EA; }

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

This text font color is #EFB0EA.


Background Color

.myBgColor { background-color: #EFB0EA; }

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

This div background color is #EFB0EA.


Border color

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

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

This div border color is #EFB0EA.


Opacity

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

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

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

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

This text has shadow with #EFB0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB0EA on black background.


Color preview on white background

This text has color #EFB0EA on white background.



Black color preview on #EFB0EA background

This text has black color on #EFB0EA background.


White color preview on #EFB0EA background

This text has white color on #EFB0EA background.