COLOR #EEB2C8

HEX: #EEB2C8
RGB: (238,178,200)

Color info

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

RGB color model

#EEB2C8 color RGB value is (238,178,200).

  • red value is 238;
  • green value is 178;
  • blue value is 200.
RGB:
(238,178,200)
(93%,70%,78%)

RGB channels and saturation

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

238
178
200

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

Portions of RGB colors in percentages

R + G + B =
238 + 178 + 200 = 616 (100%)
R 238 of 616 ~ 38.64%
G 178 of 616 ~ 28.9%
B 200 of 616 ~ 32.47%

%38.64
%28.9
%32.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.21%
  • 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
%25.21
%15.97
%6.67

Codes

Color #EEB2C8 in popluar color models

EEB2C8
RGB238178200
HSL338°63.83%81.57%
HSB/HSV338°25.21%93.33%
CMYK0.00%25.21%15.97%
6.67%

Color #EEB2C8 in popluar number systems.

HEXEEB2C8
Decimal238178200
Binary111011101011001011001000
Octal356262310

Shades and tints

Shades of #EEB2C8

#EEB2C8
(238,178,200)
#D9A2B6
(217,162,182)
#C492A4
(196,146,164)
#AF8292
(175,130,146)
#9A7280
(154,114,128)
#85626E
(133,98,110)
#70525C
(112,82,92)
#5B424A
(91,66,74)
#463238
(70,50,56)
#312226
(49,34,38)
#1C1214
(28,18,20)
#000000
(0,0,0)

Tints of #EEB2C8

#EEB2C8
(238,178,200)
#EFB9CD
(239,185,205)
#F0C0D2
(240,192,210)
#F1C7D7
(241,199,215)
#F2CEDC
(242,206,220)
#F3D5E1
(243,213,225)
#F4DCE6
(244,220,230)
#F5E3EB
(245,227,235)
#F6EAF0
(246,234,240)
#F7F1F5
(247,241,245)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEB2C8; }

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

This text font color is #EEB2C8.


Background Color

.myBgColor { background-color: #EEB2C8; }

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

This div background color is #EEB2C8.


Border color

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

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

This div border color is #EEB2C8.


Opacity

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

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

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

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

This text has shadow with #EEB2C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB2C8 on black background.


Color preview on white background

This text has color #EEB2C8 on white background.



Black color preview on #EEB2C8 background

This text has black color on #EEB2C8 background.


White color preview on #EEB2C8 background

This text has white color on #EEB2C8 background.