COLOR #EEB4CC

HEX: #EEB4CC
RGB: (238,180,204)

Color info

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

RGB color model

#EEB4CC color RGB value is (238,180,204).

  • red value is 238;
  • green value is 180;
  • blue value is 204.
RGB:
(238,180,204)
(93%,71%,80%)

RGB channels and saturation

R 238 of 255 = 93%
G 180 of 255 = 71%
B 204 of 255 = 80%

238
180
204

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

Portions of RGB colors in percentages

R + G + B =
238 + 180 + 204 = 622 (100%)
R 238 of 622 ~ 38.26%
G 180 of 622 ~ 28.94%
B 204 of 622 ~ 32.8%

%38.26
%28.94
%32.8

CMYK color model

#EEB4CC color CMYK value is (0,24,14,7).

  • cyan value is 0.00%
  • magenta value is 24.37%
  • yellow value is 14.29%
  • key color value is 6.67%
CMYK:
(0,24,14,7)
C0M24Y14K7 
(0%,24%,14%,7%)
(0.00/0.24/0.14/0.07)	

CMYK percentages

%0
%24.37
%14.29
%6.67

Codes

Color #EEB4CC in popluar color models

EEB4CC
RGB238180204
HSL335°63.04%81.96%
HSB/HSV335°24.37%93.33%
CMYK0.00%24.37%14.29%
6.67%

Color #EEB4CC in popluar number systems.

HEXEEB4CC
Decimal238180204
Binary111011101011010011001100
Octal356264314

Shades and tints

Shades of #EEB4CC

#EEB4CC
(238,180,204)
#D9A4BA
(217,164,186)
#C494A8
(196,148,168)
#AF8496
(175,132,150)
#9A7484
(154,116,132)
#856472
(133,100,114)
#705460
(112,84,96)
#5B444E
(91,68,78)
#46343C
(70,52,60)
#31242A
(49,36,42)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #EEB4CC

#EEB4CC
(238,180,204)
#EFBAD0
(239,186,208)
#F0C0D4
(240,192,212)
#F1C6D8
(241,198,216)
#F2CCDC
(242,204,220)
#F3D2E0
(243,210,224)
#F4D8E4
(244,216,228)
#F5DEE8
(245,222,232)
#F6E4EC
(246,228,236)
#F7EAF0
(247,234,240)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEB4CC; }

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

This text font color is #EEB4CC.


Background Color

.myBgColor { background-color: #EEB4CC; }

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

This div background color is #EEB4CC.


Border color

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

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

This div border color is #EEB4CC.


Opacity

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

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

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

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

This text has shadow with #EEB4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB4CC on black background.


Color preview on white background

This text has color #EEB4CC on white background.



Black color preview on #EEB4CC background

This text has black color on #EEB4CC background.


White color preview on #EEB4CC background

This text has white color on #EEB4CC background.