COLOR #EFAEC6

HEX: #EFAEC6
RGB: (239,174,198)

Color info

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

RGB color model

#EFAEC6 color RGB value is (239,174,198).

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

RGB channels and saturation

R 239 of 255 = 94%
G 174 of 255 = 68%
B 198 of 255 = 78%

239
174
198

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

Portions of RGB colors in percentages

R + G + B =
239 + 174 + 198 = 611 (100%)
R 239 of 611 ~ 39.12%
G 174 of 611 ~ 28.48%
B 198 of 611 ~ 32.41%

%39.12
%28.48
%32.41

CMYK color model

#EFAEC6 color CMYK value is (0,27,17,6).

  • cyan value is 0.00%
  • magenta value is 27.20%
  • yellow value is 17.15%
  • key color value is 6.27%
CMYK:
(0,27,17,6)
C0M27Y17K6 
(0%,27%,17%,6%)
(0.00/0.27/0.17/0.06)	

CMYK percentages

%0
%27.2
%17.15
%6.27

Codes

Color #EFAEC6 in popluar color models

EFAEC6
RGB239174198
HSL338°67.01%80.98%
HSB/HSV338°27.20%93.73%
CMYK0.00%27.20%17.15%
6.27%

Color #EFAEC6 in popluar number systems.

HEXEFAEC6
Decimal239174198
Binary111011111010111011000110
Octal357256306

Shades and tints

Shades of #EFAEC6

#EFAEC6
(239,174,198)
#DA9FB4
(218,159,180)
#C590A2
(197,144,162)
#B08190
(176,129,144)
#9B727E
(155,114,126)
#86636C
(134,99,108)
#71545A
(113,84,90)
#5C4548
(92,69,72)
#473636
(71,54,54)
#322724
(50,39,36)
#1D1812
(29,24,18)
#000000
(0,0,0)

Tints of #EFAEC6

#EFAEC6
(239,174,198)
#F0B5CB
(240,181,203)
#F1BCD0
(241,188,208)
#F2C3D5
(242,195,213)
#F3CADA
(243,202,218)
#F4D1DF
(244,209,223)
#F5D8E4
(245,216,228)
#F6DFE9
(246,223,233)
#F7E6EE
(247,230,238)
#F8EDF3
(248,237,243)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFAEC6; }

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

This text font color is #EFAEC6.


Background Color

.myBgColor { background-color: #EFAEC6; }

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

This div background color is #EFAEC6.


Border color

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

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

This div border color is #EFAEC6.


Opacity

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

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

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

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

This text has shadow with #EFAEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFAEC6 on black background.


Color preview on white background

This text has color #EFAEC6 on white background.



Black color preview on #EFAEC6 background

This text has black color on #EFAEC6 background.


White color preview on #EFAEC6 background

This text has white color on #EFAEC6 background.