COLOR #EEBAF6

HEX: #EEBAF6 RGB: (238,186,246)

Color info

#EEBAF6 contains mainly red and blue colors. Web safe color of #EEBAF6 is #FFCCFF (or #FCF).

RGB color model

#EEBAF6 color RGB value is (238,186,246).

RGB: (238,186,246) (93%, 73%, 96%)

RGB channels and saturation

R 238 of 255 = 93%
G 186 of 255 = 73%
B 246 of 255 = 96%

238
186
246

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

Portions of RGB colors in percentages

R + G + B = 238 + 186 + 246 = 670 (100%)
R 238 of 670 ~ 35.52%
G 186 of 670 ~ 27.76%
B 246 of 670 ~ 36.72'%

%35.52
%27.76
%36.72

CMYK color model

#EEBAF6 color CMYK value is (3,24,0,4).

  • cyan value is 3.25%
  • magenta value is 24.39%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (3,24,0,4)
C3M24Y0K4 (3%, 24%, 0%, 4%)
(0.03 / 0.24 / 0.00 / 0.04)

CMYK percentages

%3.25
%24.39
%0
%3.53

Codes

Color #EEBAF6 in popluar color models

EE BA F6
RGB 238 186 246
HSL 292° 76.92% 84.71%
HSB/HSV 292° 24.39% 96.47%
CMYK 3.25% 24.39% 0.00%
3.53%

Color #EEBAF6 in popluar number systems.

HEX EE BA F6
Decimal 238 186 246
Binary 11101110 10111010 11110110
Octal 356 272 366

Shades and tints

Shades of #EEBAF6

#EEBAF6
(238,186,246)
#D9AAE0
(217,170,224)
#C49ACA
(196,154,202)
#AF8AB4
(175,138,180)
#9A7A9E
(154,122,158)
#856A88
(133,106,136)
#705A72
(112,90,114)
#5B4A5C
(91,74,92)
#463A46
(70,58,70)
#312A30
(49,42,48)
#1C1A1A
(28,26,26)
#000000
(0,0,0)

Tints of #EEBAF6

#EEBAF6
(238,186,246)
#EFC0F6
(239,192,246)
#F0C6F6
(240,198,246)
#F1CCF6
(241,204,246)
#F2D2F6
(242,210,246)
#F3D8F6
(243,216,246)
#F4DEF6
(244,222,246)
#F5E4F6
(245,228,246)
#F6EAF6
(246,234,246)
#F7F0F6
(247,240,246)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEBAF6 color. Also use rgb(238,186,246) instead hex code.

Text Font Color

.myTextColor { color: #EEBAF6; }

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

This text font color is #EEBAF6.

Background Color

.myBgColor { background-color: #EEBAF6; }

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

This div background color is #EEBAF6.

Border color

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

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

This div border color is #EEBAF6.

Opacity

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

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

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

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

This text has shadow with #EEBAF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEBAF6.

Preview

Color preview on black background

This text has color #EEBAF6 on black background.


Color preview on white background

This text has color #EEBAF6 on white background.


Black color preview on #EEBAF6 background

This text has black color on #EEBAF6 background.


White color preview on #EEBAF6 background

This text has white color on #EEBAF6 background.


Related colors

Complementary color

Complementary color for #hex is #114509.


I love getcolorcode.com

Triadic colors

1 #F6EEBA and #BAF6EE with #EEBAF6 are triadic colors.

2 #F6BAEE and #BAEEF6 with #EEBAF6 are triadic colors.