COLOR #EEB2B7

HEX: #EEB2B7
RGB: (238,178,183)

Color info

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

RGB color model

#EEB2B7 color RGB value is (238,178,183).

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

RGB channels and saturation

R 238 of 255 = 93%
G 178 of 255 = 70%
B 183 of 255 = 72%

238
178
183

R + G + B ~ 78%. #EEB2B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 178 + 183 = 599 (100%)
R 238 of 599 ~ 39.73%
G 178 of 599 ~ 29.72%
B 183 of 599 ~ 30.55%

%39.73
%29.72
%30.55

CMYK color model

#EEB2B7 color CMYK value is (0,25,23,7).

  • cyan value is 0.00%
  • magenta value is 25.21%
  • yellow value is 23.11%
  • key color value is 6.67%
CMYK:
(0,25,23,7)
C0M25Y23K7 
(0%,25%,23%,7%)
(0.00/0.25/0.23/0.07)	

CMYK percentages

%0
%25.21
%23.11
%6.67

Codes

Color #EEB2B7 in popluar color models

EEB2B7
RGB238178183
HSL355°63.83%81.57%
HSB/HSV355°25.21%93.33%
CMYK0.00%25.21%23.11%
6.67%

Color #EEB2B7 in popluar number systems.

HEXEEB2B7
Decimal238178183
Binary111011101011001010110111
Octal356262267

Shades and tints

Shades of #EEB2B7

#EEB2B7
(238,178,183)
#D9A2A7
(217,162,167)
#C49297
(196,146,151)
#AF8287
(175,130,135)
#9A7277
(154,114,119)
#856267
(133,98,103)
#705257
(112,82,87)
#5B4247
(91,66,71)
#463237
(70,50,55)
#312227
(49,34,39)
#1C1217
(28,18,23)
#000000
(0,0,0)

Tints of #EEB2B7

#EEB2B7
(238,178,183)
#EFB9BD
(239,185,189)
#F0C0C3
(240,192,195)
#F1C7C9
(241,199,201)
#F2CECF
(242,206,207)
#F3D5D5
(243,213,213)
#F4DCDB
(244,220,219)
#F5E3E1
(245,227,225)
#F6EAE7
(246,234,231)
#F7F1ED
(247,241,237)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEB2B7; }

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

This text font color is #EEB2B7.


Background Color

.myBgColor { background-color: #EEB2B7; }

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

This div background color is #EEB2B7.


Border color

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

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

This div border color is #EEB2B7.


Opacity

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

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

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

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

This text has shadow with #EEB2B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB2B7 on black background.


Color preview on white background

This text has color #EEB2B7 on white background.



Black color preview on #EEB2B7 background

This text has black color on #EEB2B7 background.


White color preview on #EEB2B7 background

This text has white color on #EEB2B7 background.