COLOR #EFBBE5

HEX: #EFBBE5
RGB: (239,187,229)

Color info

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

RGB color model

#EFBBE5 color RGB value is (239,187,229).

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

RGB channels and saturation

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

239
187
229

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

Portions of RGB colors in percentages

R + G + B =
239 + 187 + 229 = 655 (100%)
R 239 of 655 ~ 36.49%
G 187 of 655 ~ 28.55%
B 229 of 655 ~ 34.96%

%36.49
%28.55
%34.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.76%
  • 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
%21.76
%4.18
%6.27

Codes

Color #EFBBE5 in popluar color models

EFBBE5
RGB239187229
HSL312°61.90%83.53%
HSB/HSV312°21.76%93.73%
CMYK0.00%21.76%4.18%
6.27%

Color #EFBBE5 in popluar number systems.

HEXEFBBE5
Decimal239187229
Binary111011111011101111100101
Octal357273345

Shades and tints

Shades of #EFBBE5

#EFBBE5
(239,187,229)
#DAAAD1
(218,170,209)
#C599BD
(197,153,189)
#B088A9
(176,136,169)
#9B7795
(155,119,149)
#866681
(134,102,129)
#71556D
(113,85,109)
#5C4459
(92,68,89)
#473345
(71,51,69)
#322231
(50,34,49)
#1D111D
(29,17,29)
#000000
(0,0,0)

Tints of #EFBBE5

#EFBBE5
(239,187,229)
#F0C1E7
(240,193,231)
#F1C7E9
(241,199,233)
#F2CDEB
(242,205,235)
#F3D3ED
(243,211,237)
#F4D9EF
(244,217,239)
#F5DFF1
(245,223,241)
#F6E5F3
(246,229,243)
#F7EBF5
(247,235,245)
#F8F1F7
(248,241,247)
#F9F7F9
(249,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBBE5; }

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

This text font color is #EFBBE5.


Background Color

.myBgColor { background-color: #EFBBE5; }

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

This div background color is #EFBBE5.


Border color

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

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

This div border color is #EFBBE5.


Opacity

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

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

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

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

This text has shadow with #EFBBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBBE5 on black background.


Color preview on white background

This text has color #EFBBE5 on white background.



Black color preview on #EFBBE5 background

This text has black color on #EFBBE5 background.


White color preview on #EFBBE5 background

This text has white color on #EFBBE5 background.