COLOR #EFA3D0

HEX: #EFA3D0
RGB: (239,163,208)

Color info

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

RGB color model

#EFA3D0 color RGB value is (239,163,208).

  • red value is 239;
  • green value is 163;
  • blue value is 208.
RGB:
(239,163,208)
(94%,64%,82%)

RGB channels and saturation

R 239 of 255 = 94%
G 163 of 255 = 64%
B 208 of 255 = 82%

239
163
208

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

Portions of RGB colors in percentages

R + G + B =
239 + 163 + 208 = 610 (100%)
R 239 of 610 ~ 39.18%
G 163 of 610 ~ 26.72%
B 208 of 610 ~ 34.1%

%39.18
%26.72
%34.1

CMYK color model

#EFA3D0 color CMYK value is (0,32,13,6).

  • cyan value is 0.00%
  • magenta value is 31.80%
  • yellow value is 12.97%
  • key color value is 6.27%
CMYK:
(0,32,13,6)
C0M32Y13K6 
(0%,32%,13%,6%)
(0.00/0.32/0.13/0.06)	

CMYK percentages

%0
%31.8
%12.97
%6.27

Codes

Color #EFA3D0 in popluar color models

EFA3D0
RGB239163208
HSL324°70.37%78.82%
HSB/HSV324°31.80%93.73%
CMYK0.00%31.80%12.97%
6.27%

Color #EFA3D0 in popluar number systems.

HEXEFA3D0
Decimal239163208
Binary111011111010001111010000
Octal357243320

Shades and tints

Shades of #EFA3D0

#EFA3D0
(239,163,208)
#DA95BE
(218,149,190)
#C587AC
(197,135,172)
#B0799A
(176,121,154)
#9B6B88
(155,107,136)
#865D76
(134,93,118)
#714F64
(113,79,100)
#5C4152
(92,65,82)
#473340
(71,51,64)
#32252E
(50,37,46)
#1D171C
(29,23,28)
#000000
(0,0,0)

Tints of #EFA3D0

#EFA3D0
(239,163,208)
#F0ABD4
(240,171,212)
#F1B3D8
(241,179,216)
#F2BBDC
(242,187,220)
#F3C3E0
(243,195,224)
#F4CBE4
(244,203,228)
#F5D3E8
(245,211,232)
#F6DBEC
(246,219,236)
#F7E3F0
(247,227,240)
#F8EBF4
(248,235,244)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA3D0 color. Also use rgb(239,163,208) instead hex code.

Text Font Color

.myTextColor { color: #EFA3D0; }

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

This text font color is #EFA3D0.


Background Color

.myBgColor { background-color: #EFA3D0; }

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

This div background color is #EFA3D0.


Border color

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

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

This div border color is #EFA3D0.


Opacity

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

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

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

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

This text has shadow with #EFA3D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA3D0 on black background.


Color preview on white background

This text has color #EFA3D0 on white background.



Black color preview on #EFA3D0 background

This text has black color on #EFA3D0 background.


White color preview on #EFA3D0 background

This text has white color on #EFA3D0 background.