COLOR #EEBBE9

HEX: #EEBBE9 RGB: (238,187,233)

Color info

#EEBBE9 contains red, green and blue colors in about the same proportion. Web safe color of #EEBBE9 is #FFCCFF (or #FCF).

RGB color model

#EEBBE9 color RGB value is (238,187,233).

RGB: (238,187,233) (93%, 73%, 91%)

RGB channels and saturation

R 238 of 255 = 93%
G 187 of 255 = 73%
B 233 of 255 = 91%

238
187
233

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

Portions of RGB colors in percentages

R + G + B = 238 + 187 + 233 = 658 (100%)
R 238 of 658 ~ 36.17%
G 187 of 658 ~ 28.42%
B 233 of 658 ~ 35.41'%

%36.17
%28.42
%35.41

CMYK color model

#EEBBE9 color CMYK value is (0,21,2,7).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 2.10%
  • key color value is 6.67%
CMYK: (0,21,2,7) C0M21Y2K7 (0%,21%,2%,7%) (0.00/0.21/0.02/0.07) 

CMYK percentages

%0
%21.43
%2.1
%6.67

Codes

Color #EEBBE9 in popluar color models

EE BB E9
RGB 238 187 233
HSL 306° 60.00% 83.33%
HSB/HSV 306° 21.43% 93.33%
CMYK 0.00% 21.43% 2.10%
6.67%

Color #EEBBE9 in popluar number systems.

HEX EE BB E9
Decimal 238 187 233
Binary 11101110 10111011 11101001
Octal 356 273 351

Shades and tints

Shades of #EEBBE9

#EEBBE9
(238,187,233)
#D9AAD4
(217,170,212)
#C499BF
(196,153,191)
#AF88AA
(175,136,170)
#9A7795
(154,119,149)
#856680
(133,102,128)
#70556B
(112,85,107)
#5B4456
(91,68,86)
#463341
(70,51,65)
#31222C
(49,34,44)
#1C1117
(28,17,23)
#000000
(0,0,0)

Tints of #EEBBE9

#EEBBE9
(238,187,233)
#EFC1EB
(239,193,235)
#F0C7ED
(240,199,237)
#F1CDEF
(241,205,239)
#F2D3F1
(242,211,241)
#F3D9F3
(243,217,243)
#F4DFF5
(244,223,245)
#F5E5F7
(245,229,247)
#F6EBF9
(246,235,249)
#F7F1FB
(247,241,251)
#F8F7FD
(248,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEBBE9 color. Also use rgb(238,187,233) instead hex code.

Text Font Color

.myTextColor { color: #EEBBE9; }

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

This text font color is #EEBBE9.

Background Color

.myBgColor { background-color: #EEBBE9; }

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

This div background color is #EEBBE9.

Border color

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

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

This div border color is #EEBBE9.

Opacity

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

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

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

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

This text has shadow with #EEBBE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEBBE9.

Preview

Color preview on black background

This text has color #EEBBE9 on black background.


Color preview on white background

This text has color #EEBBE9 on white background.


Black color preview on #EEBBE9 background

This text has black color on #EEBBE9 background.


White color preview on #EEBBE9 background

This text has white color on #EEBBE9 background.


Related colors

Complementary color

Complementary color for #hex is #114416.


I love getcolorcode.com

Triadic colors

1 #E9EEBB and #BBE9EE with #EEBBE9 are triadic colors.

2 #E9BBEE and #BBEEE9 with #EEBBE9 are triadic colors.