COLOR #EFAED2

HEX: #EFAED2 RGB: (239,174,210)

Color info

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

RGB color model

#EFAED2 color RGB value is (239,174,210).

RGB: (239,174,210) (94%, 68%, 82%)

RGB channels and saturation

R 239 of 255 = 94%
G 174 of 255 = 68%
B 210 of 255 = 82%

239
174
210

R + G + B ~ 81%. #EFAED2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 174 + 210 = 623 (100%)
R 239 of 623 ~ 38.36%
G 174 of 623 ~ 27.93%
B 210 of 623 ~ 33.71'%

%38.36
%27.93
%33.71

CMYK color model

#EFAED2 color CMYK value is (0,27,12,6).

  • cyan value is 0.00%
  • magenta value is 27.20%
  • yellow value is 12.13%
  • key color value is 6.27%

CMYK: (0,27,12,6)
C0M27Y12K6 (0%, 27%, 12%, 6%)
(0.00 / 0.27 / 0.12 / 0.06)

CMYK percentages

%0
%27.2
%12.13
%6.27

Codes

Color #EFAED2 in popluar color models

EF AE D2
RGB 239 174 210
HSL 327° 67.01% 80.98%
HSB/HSV 327° 27.20% 93.73%
CMYK 0.00% 27.20% 12.13%
6.27%

Color #EFAED2 in popluar number systems.

HEX EF AE D2
Decimal 239 174 210
Binary 11101111 10101110 11010010
Octal 357 256 322

Shades and tints

Shades of #EFAED2

#EFAED2
(239,174,210)
#DA9FBF
(218,159,191)
#C590AC
(197,144,172)
#B08199
(176,129,153)
#9B7286
(155,114,134)
#866373
(134,99,115)
#715460
(113,84,96)
#5C454D
(92,69,77)
#47363A
(71,54,58)
#322727
(50,39,39)
#1D1814
(29,24,20)
#000000
(0,0,0)

Tints of #EFAED2

#EFAED2
(239,174,210)
#F0B5D6
(240,181,214)
#F1BCDA
(241,188,218)
#F2C3DE
(242,195,222)
#F3CAE2
(243,202,226)
#F4D1E6
(244,209,230)
#F5D8EA
(245,216,234)
#F6DFEE
(246,223,238)
#F7E6F2
(247,230,242)
#F8EDF6
(248,237,246)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFAED2; }

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

This text font color is #EFAED2.

Background Color

.myBgColor { background-color: #EFAED2; }

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

This div background color is #EFAED2.

Border color

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

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

This div border color is #EFAED2.

Opacity

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

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

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

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

This text has shadow with #EFAED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFAED2.

Preview

Color preview on black background

This text has color #EFAED2 on black background.


Color preview on white background

This text has color #EFAED2 on white background.


Black color preview on #EFAED2 background

This text has black color on #EFAED2 background.


White color preview on #EFAED2 background

This text has white color on #EFAED2 background.


Related colors

Complementary color

Complementary color for #hex is #10512D.


I love getcolorcode.com

Triadic colors

1 #D2EFAE and #AED2EF with #EFAED2 are triadic colors.

2 #D2AEEF and #AEEFD2 with #EFAED2 are triadic colors.