COLOR #EEB3FC

HEX: #EEB3FC RGB: (238,179,252)

Color info

#EEB3FC contains mainly red and blue colors. Web safe color of #EEB3FC is #FF99FF (or #F9F).

RGB color model

#EEB3FC color RGB value is (238,179,252).

RGB: (238,179,252) (93%, 70%, 99%)

RGB channels and saturation

R 238 of 255 = 93%
G 179 of 255 = 70%
B 252 of 255 = 99%

238
179
252

R + G + B ~ 87%. #EEB3FC is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 179 + 252 = 669 (100%)
R 238 of 669 ~ 35.58%
G 179 of 669 ~ 26.76%
B 252 of 669 ~ 37.67'%

%35.58
%26.76
%37.67

CMYK color model

#EEB3FC color CMYK value is (6,29,0,1).

  • cyan value is 5.56%
  • magenta value is 28.97%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (6,29,0,1)
C6M29Y0K1 (6%, 29%, 0%, 1%)
(0.06 / 0.29 / 0.00 / 0.01)

CMYK percentages

%5.56
%28.97
%0
%1.18

Codes

Color #EEB3FC in popluar color models

EE B3 FC
RGB 238 179 252
HSL 288° 92.41% 84.51%
HSB/HSV 288° 28.97% 98.82%
CMYK 5.56% 28.97% 0.00%
1.18%

Color #EEB3FC in popluar number systems.

HEX EE B3 FC
Decimal 238 179 252
Binary 11101110 10110011 11111100
Octal 356 263 374

Shades and tints

Shades of #EEB3FC

#EEB3FC
(238,179,252)
#D9A3E6
(217,163,230)
#C493D0
(196,147,208)
#AF83BA
(175,131,186)
#9A73A4
(154,115,164)
#85638E
(133,99,142)
#705378
(112,83,120)
#5B4362
(91,67,98)
#46334C
(70,51,76)
#312336
(49,35,54)
#1C1320
(28,19,32)
#000000
(0,0,0)

Tints of #EEB3FC

#EEB3FC
(238,179,252)
#EFB9FC
(239,185,252)
#F0BFFC
(240,191,252)
#F1C5FC
(241,197,252)
#F2CBFC
(242,203,252)
#F3D1FC
(243,209,252)
#F4D7FC
(244,215,252)
#F5DDFC
(245,221,252)
#F6E3FC
(246,227,252)
#F7E9FC
(247,233,252)
#F8EFFC
(248,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB3FC color. Also use rgb(238,179,252) instead hex code.

Text Font Color

.myTextColor { color: #EEB3FC; }

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

This text font color is #EEB3FC.

Background Color

.myBgColor { background-color: #EEB3FC; }

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

This div background color is #EEB3FC.

Border color

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

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

This div border color is #EEB3FC.

Opacity

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

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

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

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

This text has shadow with #EEB3FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEB3FC.

Preview

Color preview on black background

This text has color #EEB3FC on black background.


Color preview on white background

This text has color #EEB3FC on white background.


Black color preview on #EEB3FC background

This text has black color on #EEB3FC background.


White color preview on #EEB3FC background

This text has white color on #EEB3FC background.


Related colors

Complementary color

Complementary color for #hex is #114C03.


I love getcolorcode.com

Triadic colors

1 #FCEEB3 and #B3FCEE with #EEB3FC are triadic colors.

2 #FCB3EE and #B3EEFC with #EEB3FC are triadic colors.