COLOR #EFE6E6

HEX: #EFE6E6 RGB: (239,230,230)

Color info

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

RGB color model

#EFE6E6 color RGB value is (239,230,230).

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

RGB channels and saturation

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

239
230
230

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

Portions of RGB colors in percentages

R + G + B = 239 + 230 + 230 = 699 (100%)
R 239 of 699 ~ 34.19%
G 230 of 699 ~ 32.9%
B 230 of 699 ~ 32.9'%

%34.19
%32.9
%32.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 3.77%
  • 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
%3.77
%6.27

Codes

Color #EFE6E6 in popluar color models

EF E6 E6
RGB 239 230 230
HSL 21.95% 91.96%
HSB/HSV 3.77% 93.73%
CMYK 0.00% 3.77% 3.77%
6.27%

Color #EFE6E6 in popluar number systems.

HEX EF E6 E6
Decimal 239 230 230
Binary 11101111 11100110 11100110
Octal 357 346 346

Shades and tints

Shades of #EFE6E6

#EFE6E6
(239,230,230)
#DAD2D2
(218,210,210)
#C5BEBE
(197,190,190)
#B0AAAA
(176,170,170)
#9B9696
(155,150,150)
#868282
(134,130,130)
#716E6E
(113,110,110)
#5C5A5A
(92,90,90)
#474646
(71,70,70)
#323232
(50,50,50)
#1D1E1E
(29,30,30)
#000000
(0,0,0)

Tints of #EFE6E6

#EFE6E6
(239,230,230)
#F0E8E8
(240,232,232)
#F1EAEA
(241,234,234)
#F2ECEC
(242,236,236)
#F3EEEE
(243,238,238)
#F4F0F0
(244,240,240)
#F5F2F2
(245,242,242)
#F6F4F4
(246,244,244)
#F7F6F6
(247,246,246)
#F8F8F8
(248,248,248)
#F9FAFA
(249,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE6E6; }

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

This text font color is #EFE6E6.

Background Color

.myBgColor { background-color: #EFE6E6; }

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

This div background color is #EFE6E6.

Border color

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

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

This div border color is #EFE6E6.

Opacity

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

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

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

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

This text has shadow with #EFE6E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE6E6.

Preview

Color preview on black background

This text has color #EFE6E6 on black background.


Color preview on white background

This text has color #EFE6E6 on white background.


Black color preview on #EFE6E6 background

This text has black color on #EFE6E6 background.


White color preview on #EFE6E6 background

This text has white color on #EFE6E6 background.


Related colors

Complementary color

Complementary color for #hex is #101919.


I love getcolorcode.com