COLOR #EFA9C0

HEX: #EFA9C0
RGB: (239,169,192)

Color info

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

RGB color model

#EFA9C0 color RGB value is (239,169,192).

  • red value is 239;
  • green value is 169;
  • blue value is 192.
RGB:
(239,169,192)
(94%,66%,75%)

RGB channels and saturation

R 239 of 255 = 94%
G 169 of 255 = 66%
B 192 of 255 = 75%

239
169
192

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

Portions of RGB colors in percentages

R + G + B =
239 + 169 + 192 = 600 (100%)
R 239 of 600 ~ 39.83%
G 169 of 600 ~ 28.17%
B 192 of 600 ~ 32%

%39.83
%28.17
%32

CMYK color model

#EFA9C0 color CMYK value is (0,29,20,6).

  • cyan value is 0.00%
  • magenta value is 29.29%
  • yellow value is 19.67%
  • key color value is 6.27%
CMYK:
(0,29,20,6)
C0M29Y20K6 
(0%,29%,20%,6%)
(0.00/0.29/0.20/0.06)	

CMYK percentages

%0
%29.29
%19.67
%6.27

Codes

Color #EFA9C0 in popluar color models

EFA9C0
RGB239169192
HSL340°68.63%80.00%
HSB/HSV340°29.29%93.73%
CMYK0.00%29.29%19.67%
6.27%

Color #EFA9C0 in popluar number systems.

HEXEFA9C0
Decimal239169192
Binary111011111010100111000000
Octal357251300

Shades and tints

Shades of #EFA9C0

#EFA9C0
(239,169,192)
#DA9AAF
(218,154,175)
#C58B9E
(197,139,158)
#B07C8D
(176,124,141)
#9B6D7C
(155,109,124)
#865E6B
(134,94,107)
#714F5A
(113,79,90)
#5C4049
(92,64,73)
#473138
(71,49,56)
#322227
(50,34,39)
#1D1316
(29,19,22)
#000000
(0,0,0)

Tints of #EFA9C0

#EFA9C0
(239,169,192)
#F0B0C5
(240,176,197)
#F1B7CA
(241,183,202)
#F2BECF
(242,190,207)
#F3C5D4
(243,197,212)
#F4CCD9
(244,204,217)
#F5D3DE
(245,211,222)
#F6DAE3
(246,218,227)
#F7E1E8
(247,225,232)
#F8E8ED
(248,232,237)
#F9EFF2
(249,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA9C0 color. Also use rgb(239,169,192) instead hex code.

Text Font Color

.myTextColor { color: #EFA9C0; }

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

This text font color is #EFA9C0.


Background Color

.myBgColor { background-color: #EFA9C0; }

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

This div background color is #EFA9C0.


Border color

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

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

This div border color is #EFA9C0.


Opacity

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

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

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

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

This text has shadow with #EFA9C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA9C0 on black background.


Color preview on white background

This text has color #EFA9C0 on white background.



Black color preview on #EFA9C0 background

This text has black color on #EFA9C0 background.


White color preview on #EFA9C0 background

This text has white color on #EFA9C0 background.