COLOR #EFEEF6

HEX: #EFEEF6 RGB: (239,238,246)

Color info

#EFEEF6 contains red, green and blue colors in about the same proportion. Web safe color of #EFEEF6 is #FFFFFF (or #FFF).

RGB color model

#EFEEF6 color RGB value is (239,238,246).

RGB: (239,238,246) (94%, 93%, 96%)

RGB channels and saturation

R 239 of 255 = 94%
G 238 of 255 = 93%
B 246 of 255 = 96%

239
238
246

R + G + B ~ 94%. #EFEEF6 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 238 + 246 = 723 (100%)
R 239 of 723 ~ 33.06%
G 238 of 723 ~ 32.92%
B 246 of 723 ~ 34.02'%

%33.06
%32.92
%34.02

CMYK color model

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

  • cyan value is 2.85%
  • magenta value is 3.25%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (3,3,0,4)
C3M3Y0K4 (3%, 3%, 0%, 4%)
(0.03 / 0.03 / 0.00 / 0.04)

CMYK percentages

%2.85
%3.25
%0
%3.53

Codes

Color #EFEEF6 in popluar color models

EF EE F6
RGB 239 238 246
HSL 248° 30.77% 94.90%
HSB/HSV 248° 3.25% 96.47%
CMYK 2.85% 3.25% 0.00%
3.53%

Color #EFEEF6 in popluar number systems.

HEX EF EE F6
Decimal 239 238 246
Binary 11101111 11101110 11110110
Octal 357 356 366

Shades and tints

Shades of #EFEEF6

#EFEEF6
(239,238,246)
#DAD9E0
(218,217,224)
#C5C4CA
(197,196,202)
#B0AFB4
(176,175,180)
#9B9A9E
(155,154,158)
#868588
(134,133,136)
#717072
(113,112,114)
#5C5B5C
(92,91,92)
#474646
(71,70,70)
#323130
(50,49,48)
#1D1C1A
(29,28,26)
#000000
(0,0,0)

Tints of #EFEEF6

#EFEEF6
(239,238,246)
#F0EFF6
(240,239,246)
#F1F0F6
(241,240,246)
#F2F1F6
(242,241,246)
#F3F2F6
(243,242,246)
#F4F3F6
(244,243,246)
#F5F4F6
(245,244,246)
#F6F5F6
(246,245,246)
#F7F6F6
(247,246,246)
#F8F7F6
(248,247,246)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFEEF6 color. Also use rgb(239,238,246) instead hex code.

Text Font Color

.myTextColor { color: #EFEEF6; }

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

This text font color is #EFEEF6.

Background Color

.myBgColor { background-color: #EFEEF6; }

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

This div background color is #EFEEF6.

Border color

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

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

This div border color is #EFEEF6.

Opacity

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

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

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

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

This text has shadow with #EFEEF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFEEF6.

Preview

Color preview on black background

This text has color #EFEEF6 on black background.


Color preview on white background

This text has color #EFEEF6 on white background.


Black color preview on #EFEEF6 background

This text has black color on #EFEEF6 background.


White color preview on #EFEEF6 background

This text has white color on #EFEEF6 background.


Related colors

Complementary color

Complementary color for #hex is #101109.


I love getcolorcode.com

Triadic colors

1 #F6EFEE and #EEF6EF with #EFEEF6 are triadic colors.

2 #F6EEEF and #EEEFF6 with #EFEEF6 are triadic colors.