COLOR #EEB4C3

HEX: #EEB4C3
RGB: (238,180,195)

Color info

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

RGB color model

#EEB4C3 color RGB value is (238,180,195).

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

RGB channels and saturation

R 238 of 255 = 93%
G 180 of 255 = 71%
B 195 of 255 = 76%

238
180
195

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

Portions of RGB colors in percentages

R + G + B =
238 + 180 + 195 = 613 (100%)
R 238 of 613 ~ 38.83%
G 180 of 613 ~ 29.36%
B 195 of 613 ~ 31.81%

%38.83
%29.36
%31.81

CMYK color model

#EEB4C3 color CMYK value is (0,24,18,7).

  • cyan value is 0.00%
  • magenta value is 24.37%
  • yellow value is 18.07%
  • key color value is 6.67%
CMYK:
(0,24,18,7)
C0M24Y18K7 
(0%,24%,18%,7%)
(0.00/0.24/0.18/0.07)	

CMYK percentages

%0
%24.37
%18.07
%6.67

Codes

Color #EEB4C3 in popluar color models

EEB4C3
RGB238180195
HSL344°63.04%81.96%
HSB/HSV344°24.37%93.33%
CMYK0.00%24.37%18.07%
6.67%

Color #EEB4C3 in popluar number systems.

HEXEEB4C3
Decimal238180195
Binary111011101011010011000011
Octal356264303

Shades and tints

Shades of #EEB4C3

#EEB4C3
(238,180,195)
#D9A4B2
(217,164,178)
#C494A1
(196,148,161)
#AF8490
(175,132,144)
#9A747F
(154,116,127)
#85646E
(133,100,110)
#70545D
(112,84,93)
#5B444C
(91,68,76)
#46343B
(70,52,59)
#31242A
(49,36,42)
#1C1419
(28,20,25)
#000000
(0,0,0)

Tints of #EEB4C3

#EEB4C3
(238,180,195)
#EFBAC8
(239,186,200)
#F0C0CD
(240,192,205)
#F1C6D2
(241,198,210)
#F2CCD7
(242,204,215)
#F3D2DC
(243,210,220)
#F4D8E1
(244,216,225)
#F5DEE6
(245,222,230)
#F6E4EB
(246,228,235)
#F7EAF0
(247,234,240)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEB4C3; }

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

This text font color is #EEB4C3.


Background Color

.myBgColor { background-color: #EEB4C3; }

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

This div background color is #EEB4C3.


Border color

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

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

This div border color is #EEB4C3.


Opacity

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

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

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

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

This text has shadow with #EEB4C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB4C3 on black background.


Color preview on white background

This text has color #EEB4C3 on white background.



Black color preview on #EEB4C3 background

This text has black color on #EEB4C3 background.


White color preview on #EEB4C3 background

This text has white color on #EEB4C3 background.