COLOR #EEB3C8

HEX: #EEB3C8 RGB: (238,179,200)

Color info

#EEB3C8 contains red, green and blue colors in about the same proportion. Web safe color of #EEB3C8 is #FF99CC (or #F9C).

RGB color model

#EEB3C8 color RGB value is (238,179,200).

RGB: (238,179,200) (93%, 70%, 78%)

RGB channels and saturation

R 238 of 255 = 93%
G 179 of 255 = 70%
B 200 of 255 = 78%

238
179
200

R + G + B ~ 80%. #EEB3C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 179 + 200 = 617 (100%)
R 238 of 617 ~ 38.57%
G 179 of 617 ~ 29.01%
B 200 of 617 ~ 32.41'%

%38.57
%29.01
%32.41

CMYK color model

#EEB3C8 color CMYK value is (0,25,16,7).

  • cyan value is 0.00%
  • magenta value is 24.79%
  • yellow value is 15.97%
  • key color value is 6.67%

CMYK: (0,25,16,7)
C0M25Y16K7 (0%, 25%, 16%, 7%)
(0.00 / 0.25 / 0.16 / 0.07)

CMYK percentages

%0
%24.79
%15.97
%6.67

Codes

Color #EEB3C8 in popluar color models

EE B3 C8
RGB 238 179 200
HSL 339° 63.44% 81.76%
HSB/HSV 339° 24.79% 93.33%
CMYK 0.00% 24.79% 15.97%
6.67%

Color #EEB3C8 in popluar number systems.

HEX EE B3 C8
Decimal 238 179 200
Binary 11101110 10110011 11001000
Octal 356 263 310

Shades and tints

Shades of #EEB3C8

#EEB3C8
(238,179,200)
#D9A3B6
(217,163,182)
#C493A4
(196,147,164)
#AF8392
(175,131,146)
#9A7380
(154,115,128)
#85636E
(133,99,110)
#70535C
(112,83,92)
#5B434A
(91,67,74)
#463338
(70,51,56)
#312326
(49,35,38)
#1C1314
(28,19,20)
#000000
(0,0,0)

Tints of #EEB3C8

#EEB3C8
(238,179,200)
#EFB9CD
(239,185,205)
#F0BFD2
(240,191,210)
#F1C5D7
(241,197,215)
#F2CBDC
(242,203,220)
#F3D1E1
(243,209,225)
#F4D7E6
(244,215,230)
#F5DDEB
(245,221,235)
#F6E3F0
(246,227,240)
#F7E9F5
(247,233,245)
#F8EFFA
(248,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEB3C8; }

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

This text font color is #EEB3C8.

Background Color

.myBgColor { background-color: #EEB3C8; }

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

This div background color is #EEB3C8.

Border color

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

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

This div border color is #EEB3C8.

Opacity

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

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

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

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

This text has shadow with #EEB3C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEB3C8.

Preview

Color preview on black background

This text has color #EEB3C8 on black background.


Color preview on white background

This text has color #EEB3C8 on white background.


Black color preview on #EEB3C8 background

This text has black color on #EEB3C8 background.


White color preview on #EEB3C8 background

This text has white color on #EEB3C8 background.


Related colors

Complementary color

Complementary color for #hex is #114C37.


I love getcolorcode.com

Triadic colors

1 #C8EEB3 and #B3C8EE with #EEB3C8 are triadic colors.

2 #C8B3EE and #B3EEC8 with #EEB3C8 are triadic colors.