COLOR #EFE6DE

HEX: #EFE6DE RGB: (239,230,222)

Color info

#EFE6DE contains red, green and blue colors in about the same proportion. Web safe color of #EFE6DE is #FFCCCC (or #FCC).

RGB color model

#EFE6DE color RGB value is (239,230,222).

RGB: (239,230,222) (94%, 90%, 87%)

RGB channels and saturation

R 239 of 255 = 94%
G 230 of 255 = 90%
B 222 of 255 = 87%

239
230
222

R + G + B ~ 90%. #EFE6DE is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 230 + 222 = 691 (100%)
R 239 of 691 ~ 34.59%
G 230 of 691 ~ 33.29%
B 222 of 691 ~ 32.13'%

%34.59
%33.29
%32.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 7.11%
  • key color value is 6.27%

CMYK: (0,4,7,6)
C0M4Y7K6 (0%, 4%, 7%, 6%)
(0.00 / 0.04 / 0.07 / 0.06)

CMYK percentages

%0
%3.77
%7.11
%6.27

Codes

Color #EFE6DE in popluar color models

EF E6 DE
RGB 239 230 222
HSL 28° 34.69% 90.39%
HSB/HSV 28° 7.11% 93.73%
CMYK 0.00% 3.77% 7.11%
6.27%

Color #EFE6DE in popluar number systems.

HEX EF E6 DE
Decimal 239 230 222
Binary 11101111 11100110 11011110
Octal 357 346 336

Shades and tints

Shades of #EFE6DE

#EFE6DE
(239,230,222)
#DAD2CA
(218,210,202)
#C5BEB6
(197,190,182)
#B0AAA2
(176,170,162)
#9B968E
(155,150,142)
#86827A
(134,130,122)
#716E66
(113,110,102)
#5C5A52
(92,90,82)
#47463E
(71,70,62)
#32322A
(50,50,42)
#1D1E16
(29,30,22)
#000000
(0,0,0)

Tints of #EFE6DE

#EFE6DE
(239,230,222)
#F0E8E1
(240,232,225)
#F1EAE4
(241,234,228)
#F2ECE7
(242,236,231)
#F3EEEA
(243,238,234)
#F4F0ED
(244,240,237)
#F5F2F0
(245,242,240)
#F6F4F3
(246,244,243)
#F7F6F6
(247,246,246)
#F8F8F9
(248,248,249)
#F9FAFC
(249,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE6DE; }

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

This text font color is #EFE6DE.

Background Color

.myBgColor { background-color: #EFE6DE; }

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

This div background color is #EFE6DE.

Border color

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

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

This div border color is #EFE6DE.

Opacity

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

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

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

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

This text has shadow with #EFE6DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE6DE.

Preview

Color preview on black background

This text has color #EFE6DE on black background.


Color preview on white background

This text has color #EFE6DE on white background.


Black color preview on #EFE6DE background

This text has black color on #EFE6DE background.


White color preview on #EFE6DE background

This text has white color on #EFE6DE background.


Related colors

Complementary color

Complementary color for #hex is #101921.


I love getcolorcode.com

Triadic colors

1 #DEEFE6 and #E6DEEF with #EFE6DE are triadic colors.

2 #DEE6EF and #E6EFDE with #EFE6DE are triadic colors.