COLOR #EFBBE1

HEX: #EFBBE1 RGB: (239,187,225)

Color info

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

RGB color model

#EFBBE1 color RGB value is (239,187,225).

RGB: (239,187,225) (94%, 73%, 88%)

RGB channels and saturation

R 239 of 255 = 94%
G 187 of 255 = 73%
B 225 of 255 = 88%

239
187
225

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

Portions of RGB colors in percentages

R + G + B = 239 + 187 + 225 = 651 (100%)
R 239 of 651 ~ 36.71%
G 187 of 651 ~ 28.73%
B 225 of 651 ~ 34.56'%

%36.71
%28.73
%34.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.76%
  • yellow value is 5.86%
  • key color value is 6.27%

CMYK: (0,22,6,6)
C0M22Y6K6 (0%, 22%, 6%, 6%)
(0.00 / 0.22 / 0.06 / 0.06)

CMYK percentages

%0
%21.76
%5.86
%6.27

Codes

Color #EFBBE1 in popluar color models

EF BB E1
RGB 239 187 225
HSL 316° 61.90% 83.53%
HSB/HSV 316° 21.76% 93.73%
CMYK 0.00% 21.76% 5.86%
6.27%

Color #EFBBE1 in popluar number systems.

HEX EF BB E1
Decimal 239 187 225
Binary 11101111 10111011 11100001
Octal 357 273 341

Shades and tints

Shades of #EFBBE1

#EFBBE1
(239,187,225)
#DAAACD
(218,170,205)
#C599B9
(197,153,185)
#B088A5
(176,136,165)
#9B7791
(155,119,145)
#86667D
(134,102,125)
#715569
(113,85,105)
#5C4455
(92,68,85)
#473341
(71,51,65)
#32222D
(50,34,45)
#1D1119
(29,17,25)
#000000
(0,0,0)

Tints of #EFBBE1

#EFBBE1
(239,187,225)
#F0C1E3
(240,193,227)
#F1C7E5
(241,199,229)
#F2CDE7
(242,205,231)
#F3D3E9
(243,211,233)
#F4D9EB
(244,217,235)
#F5DFED
(245,223,237)
#F6E5EF
(246,229,239)
#F7EBF1
(247,235,241)
#F8F1F3
(248,241,243)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBBE1; }

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

This text font color is #EFBBE1.

Background Color

.myBgColor { background-color: #EFBBE1; }

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

This div background color is #EFBBE1.

Border color

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

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

This div border color is #EFBBE1.

Opacity

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

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

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

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

This text has shadow with #EFBBE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFBBE1.

Preview

Color preview on black background

This text has color #EFBBE1 on black background.


Color preview on white background

This text has color #EFBBE1 on white background.


Black color preview on #EFBBE1 background

This text has black color on #EFBBE1 background.


White color preview on #EFBBE1 background

This text has white color on #EFBBE1 background.


Related colors

Complementary color

Complementary color for #hex is #10441E.


I love getcolorcode.com

Triadic colors

1 #E1EFBB and #BBE1EF with #EFBBE1 are triadic colors.

2 #E1BBEF and #BBEFE1 with #EFBBE1 are triadic colors.