COLOR #EFAFF8

HEX: #EFAFF8 RGB: (239,175,248)

Color info

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

RGB color model

#EFAFF8 color RGB value is (239,175,248).

RGB: (239,175,248) (94%, 69%, 97%)

RGB channels and saturation

R 239 of 255 = 94%
G 175 of 255 = 69%
B 248 of 255 = 97%

239
175
248

R + G + B ~ 87%. #EFAFF8 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 175 + 248 = 662 (100%)
R 239 of 662 ~ 36.1%
G 175 of 662 ~ 26.44%
B 248 of 662 ~ 37.46'%

%36.1
%26.44
%37.46

CMYK color model

#EFAFF8 color CMYK value is (4,29,0,3).

  • cyan value is 3.63%
  • magenta value is 29.44%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (4,29,0,3)
C4M29Y0K3 (4%, 29%, 0%, 3%)
(0.04 / 0.29 / 0.00 / 0.03)

CMYK percentages

%3.63
%29.44
%0
%2.75

Codes

Color #EFAFF8 in popluar color models

EF AF F8
RGB 239 175 248
HSL 293° 83.91% 82.94%
HSB/HSV 293° 29.44% 97.25%
CMYK 3.63% 29.44% 0.00%
2.75%

Color #EFAFF8 in popluar number systems.

HEX EF AF F8
Decimal 239 175 248
Binary 11101111 10101111 11111000
Octal 357 257 370

Shades and tints

Shades of #EFAFF8

#EFAFF8
(239,175,248)
#DAA0E2
(218,160,226)
#C591CC
(197,145,204)
#B082B6
(176,130,182)
#9B73A0
(155,115,160)
#86648A
(134,100,138)
#715574
(113,85,116)
#5C465E
(92,70,94)
#473748
(71,55,72)
#322832
(50,40,50)
#1D191C
(29,25,28)
#000000
(0,0,0)

Tints of #EFAFF8

#EFAFF8
(239,175,248)
#F0B6F8
(240,182,248)
#F1BDF8
(241,189,248)
#F2C4F8
(242,196,248)
#F3CBF8
(243,203,248)
#F4D2F8
(244,210,248)
#F5D9F8
(245,217,248)
#F6E0F8
(246,224,248)
#F7E7F8
(247,231,248)
#F8EEF8
(248,238,248)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFAFF8 color. Also use rgb(239,175,248) instead hex code.

Text Font Color

.myTextColor { color: #EFAFF8; }

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

This text font color is #EFAFF8.

Background Color

.myBgColor { background-color: #EFAFF8; }

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

This div background color is #EFAFF8.

Border color

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

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

This div border color is #EFAFF8.

Opacity

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

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

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

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

This text has shadow with #EFAFF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFAFF8.

Preview

Color preview on black background

This text has color #EFAFF8 on black background.


Color preview on white background

This text has color #EFAFF8 on white background.


Black color preview on #EFAFF8 background

This text has black color on #EFAFF8 background.


White color preview on #EFAFF8 background

This text has white color on #EFAFF8 background.


Related colors

Complementary color

Complementary color for #hex is #105007.


I love getcolorcode.com

Triadic colors

1 #F8EFAF and #AFF8EF with #EFAFF8 are triadic colors.

2 #F8AFEF and #AFEFF8 with #EFAFF8 are triadic colors.