COLOR #EFEEE6

HEX: #EFEEE6 RGB: (239,238,230)

Color info

#EFEEE6 contains red, green and blue colors in about the same proportion. Web safe color of #EFEEE6 is #FFFFCC (or #FFC).

RGB color model

#EFEEE6 color RGB value is (239,238,230).

RGB: (239,238,230) (94%, 93%, 90%)

RGB channels and saturation

R 239 of 255 = 94%
G 238 of 255 = 93%
B 230 of 255 = 90%

239
238
230

R + G + B ~ 92%. #EFEEE6 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 238 + 230 = 707 (100%)
R 239 of 707 ~ 33.8%
G 238 of 707 ~ 33.66%
B 230 of 707 ~ 32.53'%

%33.8
%33.66
%32.53

CMYK color model

#EFEEE6 color CMYK value is (0,0,4,6).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 3.77%
  • key color value is 6.27%
CMYK: (0,0,4,6) C0M0Y4K6 (0%,0%,4%,6%) (0.00/0.00/0.04/0.06) 

CMYK percentages

%0
%0.42
%3.77
%6.27

Codes

Color #EFEEE6 in popluar color models

EF EE E6
RGB 239 238 230
HSL 53° 21.95% 91.96%
HSB/HSV 53° 3.77% 93.73%
CMYK 0.00% 0.42% 3.77%
6.27%

Color #EFEEE6 in popluar number systems.

HEX EF EE E6
Decimal 239 238 230
Binary 11101111 11101110 11100110
Octal 357 356 346

Shades and tints

Shades of #EFEEE6

#EFEEE6
(239,238,230)
#DAD9D2
(218,217,210)
#C5C4BE
(197,196,190)
#B0AFAA
(176,175,170)
#9B9A96
(155,154,150)
#868582
(134,133,130)
#71706E
(113,112,110)
#5C5B5A
(92,91,90)
#474646
(71,70,70)
#323132
(50,49,50)
#1D1C1E
(29,28,30)
#000000
(0,0,0)

Tints of #EFEEE6

#EFEEE6
(239,238,230)
#F0EFE8
(240,239,232)
#F1F0EA
(241,240,234)
#F2F1EC
(242,241,236)
#F3F2EE
(243,242,238)
#F4F3F0
(244,243,240)
#F5F4F2
(245,244,242)
#F6F5F4
(246,245,244)
#F7F6F6
(247,246,246)
#F8F7F8
(248,247,248)
#F9F8FA
(249,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEEE6; }

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

This text font color is #EFEEE6.

Background Color

.myBgColor { background-color: #EFEEE6; }

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

This div background color is #EFEEE6.

Border color

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

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

This div border color is #EFEEE6.

Opacity

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

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

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

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

This text has shadow with #EFEEE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFEEE6.

Preview

Color preview on black background

This text has color #EFEEE6 on black background.


Color preview on white background

This text has color #EFEEE6 on white background.


Black color preview on #EFEEE6 background

This text has black color on #EFEEE6 background.


White color preview on #EFEEE6 background

This text has white color on #EFEEE6 background.


Related colors

Complementary color

Complementary color for #hex is #101119.


I love getcolorcode.com

Triadic colors

1 #E6EFEE and #EEE6EF with #EFEEE6 are triadic colors.

2 #E6EEEF and #EEEFE6 with #EFEEE6 are triadic colors.