COLOR #EFE6E5

HEX: #EFE6E5 RGB: (239,230,229)

Color info

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

RGB color model

#EFE6E5 color RGB value is (239,230,229).

RGB: (239,230,229) (94%, 90%, 90%)

RGB channels and saturation

R 239 of 255 = 94%
G 230 of 255 = 90%
B 229 of 255 = 90%

239
230
229

R + G + B ~ 91%. #EFE6E5 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 230 + 229 = 698 (100%)
R 239 of 698 ~ 34.24%
G 230 of 698 ~ 32.95%
B 229 of 698 ~ 32.81'%

%34.24
%32.95
%32.81

CMYK color model

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

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

CMYK: (0,4,4,6)
C0M4Y4K6 (0%, 4%, 4%, 6%)
(0.00 / 0.04 / 0.04 / 0.06)

CMYK percentages

%0
%3.77
%4.18
%6.27

Codes

Color #EFE6E5 in popluar color models

EF E6 E5
RGB 239 230 229
HSL 23.81% 91.76%
HSB/HSV 4.18% 93.73%
CMYK 0.00% 3.77% 4.18%
6.27%

Color #EFE6E5 in popluar number systems.

HEX EF E6 E5
Decimal 239 230 229
Binary 11101111 11100110 11100101
Octal 357 346 345

Shades and tints

Shades of #EFE6E5

#EFE6E5
(239,230,229)
#DAD2D1
(218,210,209)
#C5BEBD
(197,190,189)
#B0AAA9
(176,170,169)
#9B9695
(155,150,149)
#868281
(134,130,129)
#716E6D
(113,110,109)
#5C5A59
(92,90,89)
#474645
(71,70,69)
#323231
(50,50,49)
#1D1E1D
(29,30,29)
#000000
(0,0,0)

Tints of #EFE6E5

#EFE6E5
(239,230,229)
#F0E8E7
(240,232,231)
#F1EAE9
(241,234,233)
#F2ECEB
(242,236,235)
#F3EEED
(243,238,237)
#F4F0EF
(244,240,239)
#F5F2F1
(245,242,241)
#F6F4F3
(246,244,243)
#F7F6F5
(247,246,245)
#F8F8F7
(248,248,247)
#F9FAF9
(249,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE6E5; }

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

This text font color is #EFE6E5.

Background Color

.myBgColor { background-color: #EFE6E5; }

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

This div background color is #EFE6E5.

Border color

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

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

This div border color is #EFE6E5.

Opacity

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

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

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

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

This text has shadow with #EFE6E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE6E5.

Preview

Color preview on black background

This text has color #EFE6E5 on black background.


Color preview on white background

This text has color #EFE6E5 on white background.


Black color preview on #EFE6E5 background

This text has black color on #EFE6E5 background.


White color preview on #EFE6E5 background

This text has white color on #EFE6E5 background.


Related colors

Complementary color

Complementary color for #hex is #10191A.


I love getcolorcode.com

Triadic colors

1 #E5EFE6 and #E6E5EF with #EFE6E5 are triadic colors.

2 #E5E6EF and #E6EFE5 with #EFE6E5 are triadic colors.