COLOR #EFB0E5

HEX: #EFB0E5 RGB: (239,176,229)

Color info

#EFB0E5 contains mainly red and blue colors. Web safe color of #EFB0E5 is #FF99CC (or #F9C).

RGB color model

#EFB0E5 color RGB value is (239,176,229).

RGB: (239,176,229) (94%, 69%, 90%)

RGB channels and saturation

R 239 of 255 = 94%
G 176 of 255 = 69%
B 229 of 255 = 90%

239
176
229

R + G + B ~ 84%. #EFB0E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 176 + 229 = 644 (100%)
R 239 of 644 ~ 37.11%
G 176 of 644 ~ 27.33%
B 229 of 644 ~ 35.56'%

%37.11
%27.33
%35.56

CMYK color model

#EFB0E5 color CMYK value is (0,26,4,6).

  • cyan value is 0.00%
  • magenta value is 26.36%
  • yellow value is 4.18%
  • key color value is 6.27%

CMYK: (0,26,4,6)
C0M26Y4K6 (0%, 26%, 4%, 6%)
(0.00 / 0.26 / 0.04 / 0.06)

CMYK percentages

%0
%26.36
%4.18
%6.27

Codes

Color #EFB0E5 in popluar color models

EF B0 E5
RGB 239 176 229
HSL 310° 66.32% 81.37%
HSB/HSV 310° 26.36% 93.73%
CMYK 0.00% 26.36% 4.18%
6.27%

Color #EFB0E5 in popluar number systems.

HEX EF B0 E5
Decimal 239 176 229
Binary 11101111 10110000 11100101
Octal 357 260 345

Shades and tints

Shades of #EFB0E5

#EFB0E5
(239,176,229)
#DAA0D1
(218,160,209)
#C590BD
(197,144,189)
#B080A9
(176,128,169)
#9B7095
(155,112,149)
#866081
(134,96,129)
#71506D
(113,80,109)
#5C4059
(92,64,89)
#473045
(71,48,69)
#322031
(50,32,49)
#1D101D
(29,16,29)
#000000
(0,0,0)

Tints of #EFB0E5

#EFB0E5
(239,176,229)
#F0B7E7
(240,183,231)
#F1BEE9
(241,190,233)
#F2C5EB
(242,197,235)
#F3CCED
(243,204,237)
#F4D3EF
(244,211,239)
#F5DAF1
(245,218,241)
#F6E1F3
(246,225,243)
#F7E8F5
(247,232,245)
#F8EFF7
(248,239,247)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB0E5; }

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

This text font color is #EFB0E5.

Background Color

.myBgColor { background-color: #EFB0E5; }

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

This div background color is #EFB0E5.

Border color

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

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

This div border color is #EFB0E5.

Opacity

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

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

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

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

This text has shadow with #EFB0E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFB0E5.

Preview

Color preview on black background

This text has color #EFB0E5 on black background.


Color preview on white background

This text has color #EFB0E5 on white background.


Black color preview on #EFB0E5 background

This text has black color on #EFB0E5 background.


White color preview on #EFB0E5 background

This text has white color on #EFB0E5 background.


Related colors

Complementary color

Complementary color for #hex is #104F1A.


I love getcolorcode.com

Triadic colors

1 #E5EFB0 and #B0E5EF with #EFB0E5 are triadic colors.

2 #E5B0EF and #B0EFE5 with #EFB0E5 are triadic colors.