COLOR #EFAEEB

HEX: #EFAEEB RGB: (239,174,235)

Color info

#EFAEEB contains mainly red and blue colors. Web safe color of #EFAEEB is #FF99FF (or #F9F).

RGB color model

#EFAEEB color RGB value is (239,174,235).

RGB: (239,174,235) (94%, 68%, 92%)

RGB channels and saturation

R 239 of 255 = 94%
G 174 of 255 = 68%
B 235 of 255 = 92%

239
174
235

R + G + B ~ 85%. #EFAEEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 174 + 235 = 648 (100%)
R 239 of 648 ~ 36.88%
G 174 of 648 ~ 26.85%
B 235 of 648 ~ 36.27'%

%36.88
%26.85
%36.27

CMYK color model

#EFAEEB color CMYK value is (0,27,2,6).

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

CMYK: (0,27,2,6)
C0M27Y2K6 (0%, 27%, 2%, 6%)
(0.00 / 0.27 / 0.02 / 0.06)

CMYK percentages

%0
%27.2
%1.67
%6.27

Codes

Color #EFAEEB in popluar color models

EF AE EB
RGB 239 174 235
HSL 304° 67.01% 80.98%
HSB/HSV 304° 27.20% 93.73%
CMYK 0.00% 27.20% 1.67%
6.27%

Color #EFAEEB in popluar number systems.

HEX EF AE EB
Decimal 239 174 235
Binary 11101111 10101110 11101011
Octal 357 256 353

Shades and tints

Shades of #EFAEEB

#EFAEEB
(239,174,235)
#DA9FD6
(218,159,214)
#C590C1
(197,144,193)
#B081AC
(176,129,172)
#9B7297
(155,114,151)
#866382
(134,99,130)
#71546D
(113,84,109)
#5C4558
(92,69,88)
#473643
(71,54,67)
#32272E
(50,39,46)
#1D1819
(29,24,25)
#000000
(0,0,0)

Tints of #EFAEEB

#EFAEEB
(239,174,235)
#F0B5EC
(240,181,236)
#F1BCED
(241,188,237)
#F2C3EE
(242,195,238)
#F3CAEF
(243,202,239)
#F4D1F0
(244,209,240)
#F5D8F1
(245,216,241)
#F6DFF2
(246,223,242)
#F7E6F3
(247,230,243)
#F8EDF4
(248,237,244)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFAEEB; }

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

This text font color is #EFAEEB.

Background Color

.myBgColor { background-color: #EFAEEB; }

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

This div background color is #EFAEEB.

Border color

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

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

This div border color is #EFAEEB.

Opacity

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

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

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

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

This text has shadow with #EFAEEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFAEEB.

Preview

Color preview on black background

This text has color #EFAEEB on black background.


Color preview on white background

This text has color #EFAEEB on white background.


Black color preview on #EFAEEB background

This text has black color on #EFAEEB background.


White color preview on #EFAEEB background

This text has white color on #EFAEEB background.


Related colors

Complementary color

Complementary color for #hex is #105114.


I love getcolorcode.com

Triadic colors

1 #EBEFAE and #AEEBEF with #EFAEEB are triadic colors.

2 #EBAEEF and #AEEFEB with #EFAEEB are triadic colors.