COLOR #EFA8C8

HEX: #EFA8C8
RGB: (239,168,200)

Color info

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

RGB color model

#EFA8C8 color RGB value is (239,168,200).

  • red value is 239;
  • green value is 168;
  • blue value is 200.
RGB:
(239,168,200)
(94%,66%,78%)

RGB channels and saturation

R 239 of 255 = 94%
G 168 of 255 = 66%
B 200 of 255 = 78%

239
168
200

R + G + B ~ 79%. #EFA8C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 168 + 200 = 607 (100%)
R 239 of 607 ~ 39.37%
G 168 of 607 ~ 27.68%
B 200 of 607 ~ 32.95%

%39.37
%27.68
%32.95

CMYK color model

#EFA8C8 color CMYK value is (0,30,16,6).

  • cyan value is 0.00%
  • magenta value is 29.71%
  • yellow value is 16.32%
  • key color value is 6.27%
CMYK:
(0,30,16,6)
C0M30Y16K6 
(0%,30%,16%,6%)
(0.00/0.30/0.16/0.06)	

CMYK percentages

%0
%29.71
%16.32
%6.27

Codes

Color #EFA8C8 in popluar color models

EFA8C8
RGB239168200
HSL333°68.93%79.80%
HSB/HSV333°29.71%93.73%
CMYK0.00%29.71%16.32%
6.27%

Color #EFA8C8 in popluar number systems.

HEXEFA8C8
Decimal239168200
Binary111011111010100011001000
Octal357250310

Shades and tints

Shades of #EFA8C8

#EFA8C8
(239,168,200)
#DA99B6
(218,153,182)
#C58AA4
(197,138,164)
#B07B92
(176,123,146)
#9B6C80
(155,108,128)
#865D6E
(134,93,110)
#714E5C
(113,78,92)
#5C3F4A
(92,63,74)
#473038
(71,48,56)
#322126
(50,33,38)
#1D1214
(29,18,20)
#000000
(0,0,0)

Tints of #EFA8C8

#EFA8C8
(239,168,200)
#F0AFCD
(240,175,205)
#F1B6D2
(241,182,210)
#F2BDD7
(242,189,215)
#F3C4DC
(243,196,220)
#F4CBE1
(244,203,225)
#F5D2E6
(245,210,230)
#F6D9EB
(246,217,235)
#F7E0F0
(247,224,240)
#F8E7F5
(248,231,245)
#F9EEFA
(249,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA8C8 color. Also use rgb(239,168,200) instead hex code.

Text Font Color

.myTextColor { color: #EFA8C8; }

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

This text font color is #EFA8C8.


Background Color

.myBgColor { background-color: #EFA8C8; }

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

This div background color is #EFA8C8.


Border color

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

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

This div border color is #EFA8C8.


Opacity

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

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

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

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

This text has shadow with #EFA8C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA8C8 on black background.


Color preview on white background

This text has color #EFA8C8 on white background.



Black color preview on #EFA8C8 background

This text has black color on #EFA8C8 background.


White color preview on #EFA8C8 background

This text has white color on #EFA8C8 background.