COLOR #EFE6DD

HEX: #EFE6DD RGB: (239,230,221)

Color info

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

RGB color model

#EFE6DD color RGB value is (239,230,221).

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

RGB channels and saturation

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

239
230
221

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

Portions of RGB colors in percentages

R + G + B = 239 + 230 + 221 = 690 (100%)
R 239 of 690 ~ 34.64%
G 230 of 690 ~ 33.33%
B 221 of 690 ~ 32.03'%

%34.64
%33.33
%32.03

CMYK color model

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

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

CMYK: (0,4,8,6)
C0M4Y8K6 (0%, 4%, 8%, 6%)
(0.00 / 0.04 / 0.08 / 0.06)

CMYK percentages

%0
%3.77
%7.53
%6.27

Codes

Color #EFE6DD in popluar color models

EF E6 DD
RGB 239 230 221
HSL 30° 36.00% 90.20%
HSB/HSV 30° 7.53% 93.73%
CMYK 0.00% 3.77% 7.53%
6.27%

Color #EFE6DD in popluar number systems.

HEX EF E6 DD
Decimal 239 230 221
Binary 11101111 11100110 11011101
Octal 357 346 335

Shades and tints

Shades of #EFE6DD

#EFE6DD
(239,230,221)
#DAD2C9
(218,210,201)
#C5BEB5
(197,190,181)
#B0AAA1
(176,170,161)
#9B968D
(155,150,141)
#868279
(134,130,121)
#716E65
(113,110,101)
#5C5A51
(92,90,81)
#47463D
(71,70,61)
#323229
(50,50,41)
#1D1E15
(29,30,21)
#000000
(0,0,0)

Tints of #EFE6DD

#EFE6DD
(239,230,221)
#F0E8E0
(240,232,224)
#F1EAE3
(241,234,227)
#F2ECE6
(242,236,230)
#F3EEE9
(243,238,233)
#F4F0EC
(244,240,236)
#F5F2EF
(245,242,239)
#F6F4F2
(246,244,242)
#F7F6F5
(247,246,245)
#F8F8F8
(248,248,248)
#F9FAFB
(249,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE6DD; }

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

This text font color is #EFE6DD.

Background Color

.myBgColor { background-color: #EFE6DD; }

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

This div background color is #EFE6DD.

Border color

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

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

This div border color is #EFE6DD.

Opacity

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

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

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

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

This text has shadow with #EFE6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE6DD.

Preview

Color preview on black background

This text has color #EFE6DD on black background.


Color preview on white background

This text has color #EFE6DD on white background.


Black color preview on #EFE6DD background

This text has black color on #EFE6DD background.


White color preview on #EFE6DD background

This text has white color on #EFE6DD background.


Related colors

Complementary color

Complementary color for #hex is #101922.


I love getcolorcode.com

Triadic colors

1 #DDEFE6 and #E6DDEF with #EFE6DD are triadic colors.

2 #DDE6EF and #E6EFDD with #EFE6DD are triadic colors.