COLOR #EEBEE9

HEX: #EEBEE9 RGB: (238,190,233)

Color info

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

RGB color model

#EEBEE9 color RGB value is (238,190,233).

RGB: (238,190,233) (93%, 75%, 91%)

RGB channels and saturation

R 238 of 255 = 93%
G 190 of 255 = 75%
B 233 of 255 = 91%

238
190
233

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

Portions of RGB colors in percentages

R + G + B = 238 + 190 + 233 = 661 (100%)
R 238 of 661 ~ 36.01%
G 190 of 661 ~ 28.74%
B 233 of 661 ~ 35.25'%

%36.01
%28.74
%35.25

CMYK color model

#EEBEE9 color CMYK value is (0,20,2,7).

  • cyan value is 0.00%
  • magenta value is 20.17%
  • yellow value is 2.10%
  • key color value is 6.67%

CMYK: (0,20,2,7)
C0M20Y2K7 (0%, 20%, 2%, 7%)
(0.00 / 0.20 / 0.02 / 0.07)

CMYK percentages

%0
%20.17
%2.1
%6.67

Codes

Color #EEBEE9 in popluar color models

EE BE E9
RGB 238 190 233
HSL 306° 58.54% 83.92%
HSB/HSV 306° 20.17% 93.33%
CMYK 0.00% 20.17% 2.10%
6.67%

Color #EEBEE9 in popluar number systems.

HEX EE BE E9
Decimal 238 190 233
Binary 11101110 10111110 11101001
Octal 356 276 351

Shades and tints

Shades of #EEBEE9

#EEBEE9
(238,190,233)
#D9ADD4
(217,173,212)
#C49CBF
(196,156,191)
#AF8BAA
(175,139,170)
#9A7A95
(154,122,149)
#856980
(133,105,128)
#70586B
(112,88,107)
#5B4756
(91,71,86)
#463641
(70,54,65)
#31252C
(49,37,44)
#1C1417
(28,20,23)
#000000
(0,0,0)

Tints of #EEBEE9

#EEBEE9
(238,190,233)
#EFC3EB
(239,195,235)
#F0C8ED
(240,200,237)
#F1CDEF
(241,205,239)
#F2D2F1
(242,210,241)
#F3D7F3
(243,215,243)
#F4DCF5
(244,220,245)
#F5E1F7
(245,225,247)
#F6E6F9
(246,230,249)
#F7EBFB
(247,235,251)
#F8F0FD
(248,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBEE9; }

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

This text font color is #EEBEE9.

Background Color

.myBgColor { background-color: #EEBEE9; }

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

This div background color is #EEBEE9.

Border color

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

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

This div border color is #EEBEE9.

Opacity

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

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

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

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

This text has shadow with #EEBEE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEBEE9.

Preview

Color preview on black background

This text has color #EEBEE9 on black background.


Color preview on white background

This text has color #EEBEE9 on white background.


Black color preview on #EEBEE9 background

This text has black color on #EEBEE9 background.


White color preview on #EEBEE9 background

This text has white color on #EEBEE9 background.


Related colors

Complementary color

Complementary color for #hex is #114116.


I love getcolorcode.com

Triadic colors

1 #E9EEBE and #BEE9EE with #EEBEE9 are triadic colors.

2 #E9BEEE and #BEEEE9 with #EEBEE9 are triadic colors.