COLOR #EFAED4

HEX: #EFAED4
RGB: (239,174,212)

Color info

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

RGB color model

#EFAED4 color RGB value is (239,174,212).

  • red value is 239;
  • green value is 174;
  • blue value is 212.
RGB:
(239,174,212)
(94%,68%,83%)

RGB channels and saturation

R 239 of 255 = 94%
G 174 of 255 = 68%
B 212 of 255 = 83%

239
174
212

R + G + B ~ 82%. #EFAED4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 174 + 212 = 625 (100%)
R 239 of 625 ~ 38.24%
G 174 of 625 ~ 27.84%
B 212 of 625 ~ 33.92%

%38.24
%27.84
%33.92

CMYK color model

#EFAED4 color CMYK value is (0,27,11,6).

  • cyan value is 0.00%
  • magenta value is 27.20%
  • yellow value is 11.30%
  • key color value is 6.27%
CMYK:
(0,27,11,6)
C0M27Y11K6 
(0%,27%,11%,6%)
(0.00/0.27/0.11/0.06)	

CMYK percentages

%0
%27.2
%11.3
%6.27

Codes

Color #EFAED4 in popluar color models

EFAED4
RGB239174212
HSL325°67.01%80.98%
HSB/HSV325°27.20%93.73%
CMYK0.00%27.20%11.30%
6.27%

Color #EFAED4 in popluar number systems.

HEXEFAED4
Decimal239174212
Binary111011111010111011010100
Octal357256324

Shades and tints

Shades of #EFAED4

#EFAED4
(239,174,212)
#DA9FC1
(218,159,193)
#C590AE
(197,144,174)
#B0819B
(176,129,155)
#9B7288
(155,114,136)
#866375
(134,99,117)
#715462
(113,84,98)
#5C454F
(92,69,79)
#47363C
(71,54,60)
#322729
(50,39,41)
#1D1816
(29,24,22)
#000000
(0,0,0)

Tints of #EFAED4

#EFAED4
(239,174,212)
#F0B5D7
(240,181,215)
#F1BCDA
(241,188,218)
#F2C3DD
(242,195,221)
#F3CAE0
(243,202,224)
#F4D1E3
(244,209,227)
#F5D8E6
(245,216,230)
#F6DFE9
(246,223,233)
#F7E6EC
(247,230,236)
#F8EDEF
(248,237,239)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFAED4 color. Also use rgb(239,174,212) instead hex code.

Text Font Color

.myTextColor { color: #EFAED4; }

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

This text font color is #EFAED4.


Background Color

.myBgColor { background-color: #EFAED4; }

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

This div background color is #EFAED4.


Border color

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

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

This div border color is #EFAED4.


Opacity

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

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

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

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

This text has shadow with #EFAED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFAED4 on black background.


Color preview on white background

This text has color #EFAED4 on white background.



Black color preview on #EFAED4 background

This text has black color on #EFAED4 background.


White color preview on #EFAED4 background

This text has white color on #EFAED4 background.