COLOR #EEB4DC

HEX: #EEB4DC RGB: (238,180,220)

Color info

#EEB4DC contains red, green and blue colors in about the same proportion. Web safe color of #EEB4DC is #FFCCCC (or #FCC).

RGB color model

#EEB4DC color RGB value is (238,180,220).

RGB: (238,180,220) (93%, 71%, 86%)

RGB channels and saturation

R 238 of 255 = 93%
G 180 of 255 = 71%
B 220 of 255 = 86%

238
180
220

R + G + B ~ 83%. #EEB4DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 180 + 220 = 638 (100%)
R 238 of 638 ~ 37.3%
G 180 of 638 ~ 28.21%
B 220 of 638 ~ 34.48'%

%37.3
%28.21
%34.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.37%
  • yellow value is 7.56%
  • key color value is 6.67%

CMYK: (0,24,8,7)
C0M24Y8K7 (0%, 24%, 8%, 7%)
(0.00 / 0.24 / 0.08 / 0.07)

CMYK percentages

%0
%24.37
%7.56
%6.67

Codes

Color #EEB4DC in popluar color models

EE B4 DC
RGB 238 180 220
HSL 319° 63.04% 81.96%
HSB/HSV 319° 24.37% 93.33%
CMYK 0.00% 24.37% 7.56%
6.67%

Color #EEB4DC in popluar number systems.

HEX EE B4 DC
Decimal 238 180 220
Binary 11101110 10110100 11011100
Octal 356 264 334

Shades and tints

Shades of #EEB4DC

#EEB4DC
(238,180,220)
#D9A4C8
(217,164,200)
#C494B4
(196,148,180)
#AF84A0
(175,132,160)
#9A748C
(154,116,140)
#856478
(133,100,120)
#705464
(112,84,100)
#5B4450
(91,68,80)
#46343C
(70,52,60)
#312428
(49,36,40)
#1C1414
(28,20,20)
#000000
(0,0,0)

Tints of #EEB4DC

#EEB4DC
(238,180,220)
#EFBADF
(239,186,223)
#F0C0E2
(240,192,226)
#F1C6E5
(241,198,229)
#F2CCE8
(242,204,232)
#F3D2EB
(243,210,235)
#F4D8EE
(244,216,238)
#F5DEF1
(245,222,241)
#F6E4F4
(246,228,244)
#F7EAF7
(247,234,247)
#F8F0FA
(248,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB4DC color. Also use rgb(238,180,220) instead hex code.

Text Font Color

.myTextColor { color: #EEB4DC; }

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

This text font color is #EEB4DC.

Background Color

.myBgColor { background-color: #EEB4DC; }

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

This div background color is #EEB4DC.

Border color

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

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

This div border color is #EEB4DC.

Opacity

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

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

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

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

This text has shadow with #EEB4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEB4DC.

Preview

Color preview on black background

This text has color #EEB4DC on black background.


Color preview on white background

This text has color #EEB4DC on white background.


Black color preview on #EEB4DC background

This text has black color on #EEB4DC background.


White color preview on #EEB4DC background

This text has white color on #EEB4DC background.


Related colors

Complementary color

Complementary color for #hex is #114B23.


I love getcolorcode.com

Triadic colors

1 #DCEEB4 and #B4DCEE with #EEB4DC are triadic colors.

2 #DCB4EE and #B4EEDC with #EEB4DC are triadic colors.