COLOR #EEB1D2

HEX: #EEB1D2 RGB: (238,177,210)

Color info

#EEB1D2 contains mainly red and blue colors. Web safe color of #EEB1D2 is #FF99CC (or #F9C).

RGB color model

#EEB1D2 color RGB value is (238,177,210).

RGB: (238,177,210) (93%, 69%, 82%)

RGB channels and saturation

R 238 of 255 = 93%
G 177 of 255 = 69%
B 210 of 255 = 82%

238
177
210

R + G + B ~ 81%. #EEB1D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 177 + 210 = 625 (100%)
R 238 of 625 ~ 38.08%
G 177 of 625 ~ 28.32%
B 210 of 625 ~ 33.6'%

%38.08
%28.32
%33.6

CMYK color model

#EEB1D2 color CMYK value is (0,26,12,7).

  • cyan value is 0.00%
  • magenta value is 25.63%
  • yellow value is 11.76%
  • key color value is 6.67%

CMYK: (0,26,12,7)
C0M26Y12K7 (0%, 26%, 12%, 7%)
(0.00 / 0.26 / 0.12 / 0.07)

CMYK percentages

%0
%25.63
%11.76
%6.67

Codes

Color #EEB1D2 in popluar color models

EE B1 D2
RGB 238 177 210
HSL 328° 64.21% 81.37%
HSB/HSV 328° 25.63% 93.33%
CMYK 0.00% 25.63% 11.76%
6.67%

Color #EEB1D2 in popluar number systems.

HEX EE B1 D2
Decimal 238 177 210
Binary 11101110 10110001 11010010
Octal 356 261 322

Shades and tints

Shades of #EEB1D2

#EEB1D2
(238,177,210)
#D9A1BF
(217,161,191)
#C491AC
(196,145,172)
#AF8199
(175,129,153)
#9A7186
(154,113,134)
#856173
(133,97,115)
#705160
(112,81,96)
#5B414D
(91,65,77)
#46313A
(70,49,58)
#312127
(49,33,39)
#1C1114
(28,17,20)
#000000
(0,0,0)

Tints of #EEB1D2

#EEB1D2
(238,177,210)
#EFB8D6
(239,184,214)
#F0BFDA
(240,191,218)
#F1C6DE
(241,198,222)
#F2CDE2
(242,205,226)
#F3D4E6
(243,212,230)
#F4DBEA
(244,219,234)
#F5E2EE
(245,226,238)
#F6E9F2
(246,233,242)
#F7F0F6
(247,240,246)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB1D2 color. Also use rgb(238,177,210) instead hex code.

Text Font Color

.myTextColor { color: #EEB1D2; }

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

This text font color is #EEB1D2.

Background Color

.myBgColor { background-color: #EEB1D2; }

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

This div background color is #EEB1D2.

Border color

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

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

This div border color is #EEB1D2.

Opacity

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

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

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

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

This text has shadow with #EEB1D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEB1D2.

Preview

Color preview on black background

This text has color #EEB1D2 on black background.


Color preview on white background

This text has color #EEB1D2 on white background.


Black color preview on #EEB1D2 background

This text has black color on #EEB1D2 background.


White color preview on #EEB1D2 background

This text has white color on #EEB1D2 background.


Related colors

Complementary color

Complementary color for #hex is #114E2D.


I love getcolorcode.com

Triadic colors

1 #D2EEB1 and #B1D2EE with #EEB1D2 are triadic colors.

2 #D2B1EE and #B1EED2 with #EEB1D2 are triadic colors.