COLOR #EFBAE5

HEX: #EFBAE5
RGB: (239,186,229)

Color info

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

RGB color model

#EFBAE5 color RGB value is (239,186,229).

  • red value is 239;
  • green value is 186;
  • blue value is 229.
RGB:
(239,186,229)
(94%,73%,90%)

RGB channels and saturation

R 239 of 255 = 94%
G 186 of 255 = 73%
B 229 of 255 = 90%

239
186
229

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

Portions of RGB colors in percentages

R + G + B =
239 + 186 + 229 = 654 (100%)
R 239 of 654 ~ 36.54%
G 186 of 654 ~ 28.44%
B 229 of 654 ~ 35.02%

%36.54
%28.44
%35.02

CMYK color model

#EFBAE5 color CMYK value is (0,22,4,6).

  • cyan value is 0.00%
  • magenta value is 22.18%
  • yellow value is 4.18%
  • key color value is 6.27%
CMYK:
(0,22,4,6)
C0M22Y4K6 
(0%,22%,4%,6%)
(0.00/0.22/0.04/0.06)	

CMYK percentages

%0
%22.18
%4.18
%6.27

Codes

Color #EFBAE5 in popluar color models

EFBAE5
RGB239186229
HSL311°62.35%83.33%
HSB/HSV311°22.18%93.73%
CMYK0.00%22.18%4.18%
6.27%

Color #EFBAE5 in popluar number systems.

HEXEFBAE5
Decimal239186229
Binary111011111011101011100101
Octal357272345

Shades and tints

Shades of #EFBAE5

#EFBAE5
(239,186,229)
#DAAAD1
(218,170,209)
#C59ABD
(197,154,189)
#B08AA9
(176,138,169)
#9B7A95
(155,122,149)
#866A81
(134,106,129)
#715A6D
(113,90,109)
#5C4A59
(92,74,89)
#473A45
(71,58,69)
#322A31
(50,42,49)
#1D1A1D
(29,26,29)
#000000
(0,0,0)

Tints of #EFBAE5

#EFBAE5
(239,186,229)
#F0C0E7
(240,192,231)
#F1C6E9
(241,198,233)
#F2CCEB
(242,204,235)
#F3D2ED
(243,210,237)
#F4D8EF
(244,216,239)
#F5DEF1
(245,222,241)
#F6E4F3
(246,228,243)
#F7EAF5
(247,234,245)
#F8F0F7
(248,240,247)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFBAE5 color. Also use rgb(239,186,229) instead hex code.

Text Font Color

.myTextColor { color: #EFBAE5; }

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

This text font color is #EFBAE5.


Background Color

.myBgColor { background-color: #EFBAE5; }

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

This div background color is #EFBAE5.


Border color

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

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

This div border color is #EFBAE5.


Opacity

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

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

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

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

This text has shadow with #EFBAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBAE5 on black background.


Color preview on white background

This text has color #EFBAE5 on white background.



Black color preview on #EFBAE5 background

This text has black color on #EFBAE5 background.


White color preview on #EFBAE5 background

This text has white color on #EFBAE5 background.