COLOR #EEB6ED

HEX: #EEB6ED RGB: (238,182,237)

Color info

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

RGB color model

#EEB6ED color RGB value is (238,182,237).

RGB: (238,182,237) (93%, 71%, 93%)

RGB channels and saturation

R 238 of 255 = 93%
G 182 of 255 = 71%
B 237 of 255 = 93%

238
182
237

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

Portions of RGB colors in percentages

R + G + B = 238 + 182 + 237 = 657 (100%)
R 238 of 657 ~ 36.23%
G 182 of 657 ~ 27.7%
B 237 of 657 ~ 36.07'%

%36.23
%27.7
%36.07

CMYK color model

#EEB6ED color CMYK value is (0,24,0,7).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 0.42%
  • key color value is 6.67%

CMYK: (0,24,0,7)
C0M24Y0K7 (0%, 24%, 0%, 7%)
(0.00 / 0.24 / 0.00 / 0.07)

CMYK percentages

%0
%23.53
%0.42
%6.67

Codes

Color #EEB6ED in popluar color models

EE B6 ED
RGB 238 182 237
HSL 301° 62.22% 82.35%
HSB/HSV 301° 23.53% 93.33%
CMYK 0.00% 23.53% 0.42%
6.67%

Color #EEB6ED in popluar number systems.

HEX EE B6 ED
Decimal 238 182 237
Binary 11101110 10110110 11101101
Octal 356 266 355

Shades and tints

Shades of #EEB6ED

#EEB6ED
(238,182,237)
#D9A6D8
(217,166,216)
#C496C3
(196,150,195)
#AF86AE
(175,134,174)
#9A7699
(154,118,153)
#856684
(133,102,132)
#70566F
(112,86,111)
#5B465A
(91,70,90)
#463645
(70,54,69)
#312630
(49,38,48)
#1C161B
(28,22,27)
#000000
(0,0,0)

Tints of #EEB6ED

#EEB6ED
(238,182,237)
#EFBCEE
(239,188,238)
#F0C2EF
(240,194,239)
#F1C8F0
(241,200,240)
#F2CEF1
(242,206,241)
#F3D4F2
(243,212,242)
#F4DAF3
(244,218,243)
#F5E0F4
(245,224,244)
#F6E6F5
(246,230,245)
#F7ECF6
(247,236,246)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB6ED color. Also use rgb(238,182,237) instead hex code.

Text Font Color

.myTextColor { color: #EEB6ED; }

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

This text font color is #EEB6ED.

Background Color

.myBgColor { background-color: #EEB6ED; }

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

This div background color is #EEB6ED.

Border color

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

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

This div border color is #EEB6ED.

Opacity

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

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

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

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

This text has shadow with #EEB6ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEB6ED.

Preview

Color preview on black background

This text has color #EEB6ED on black background.


Color preview on white background

This text has color #EEB6ED on white background.


Black color preview on #EEB6ED background

This text has black color on #EEB6ED background.


White color preview on #EEB6ED background

This text has white color on #EEB6ED background.


Related colors

Complementary color

Complementary color for #hex is #114912.


I love getcolorcode.com

Triadic colors

1 #EDEEB6 and #B6EDEE with #EEB6ED are triadic colors.

2 #EDB6EE and #B6EEED with #EEB6ED are triadic colors.