COLOR #EFAEDB

HEX: #EFAEDB
RGB: (239,174,219)

Color info

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

RGB color model

#EFAEDB color RGB value is (239,174,219).

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

RGB channels and saturation

R 239 of 255 = 94%
G 174 of 255 = 68%
B 219 of 255 = 86%

239
174
219

R + G + B ~ 83%. #EFAEDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 174 + 219 = 632 (100%)
R 239 of 632 ~ 37.82%
G 174 of 632 ~ 27.53%
B 219 of 632 ~ 34.65%

%37.82
%27.53
%34.65

CMYK color model

#EFAEDB color CMYK value is (0,27,8,6).

  • cyan value is 0.00%
  • magenta value is 27.20%
  • yellow value is 8.37%
  • key color value is 6.27%
CMYK:
(0,27,8,6)
C0M27Y8K6 
(0%,27%,8%,6%)
(0.00/0.27/0.08/0.06)	

CMYK percentages

%0
%27.2
%8.37
%6.27

Codes

Color #EFAEDB in popluar color models

EFAEDB
RGB239174219
HSL318°67.01%80.98%
HSB/HSV318°27.20%93.73%
CMYK0.00%27.20%8.37%
6.27%

Color #EFAEDB in popluar number systems.

HEXEFAEDB
Decimal239174219
Binary111011111010111011011011
Octal357256333

Shades and tints

Shades of #EFAEDB

#EFAEDB
(239,174,219)
#DA9FC8
(218,159,200)
#C590B5
(197,144,181)
#B081A2
(176,129,162)
#9B728F
(155,114,143)
#86637C
(134,99,124)
#715469
(113,84,105)
#5C4556
(92,69,86)
#473643
(71,54,67)
#322730
(50,39,48)
#1D181D
(29,24,29)
#000000
(0,0,0)

Tints of #EFAEDB

#EFAEDB
(239,174,219)
#F0B5DE
(240,181,222)
#F1BCE1
(241,188,225)
#F2C3E4
(242,195,228)
#F3CAE7
(243,202,231)
#F4D1EA
(244,209,234)
#F5D8ED
(245,216,237)
#F6DFF0
(246,223,240)
#F7E6F3
(247,230,243)
#F8EDF6
(248,237,246)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFAEDB; }

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

This text font color is #EFAEDB.


Background Color

.myBgColor { background-color: #EFAEDB; }

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

This div background color is #EFAEDB.


Border color

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

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

This div border color is #EFAEDB.


Opacity

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

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

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

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

This text has shadow with #EFAEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFAEDB on black background.


Color preview on white background

This text has color #EFAEDB on white background.



Black color preview on #EFAEDB background

This text has black color on #EFAEDB background.


White color preview on #EFAEDB background

This text has white color on #EFAEDB background.