COLOR #EFE6B6

HEX: #EFE6B6 RGB: (239,230,182)

Color info

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

RGB color model

#EFE6B6 color RGB value is (239,230,182).

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

RGB channels and saturation

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

239
230
182

R + G + B ~ 85%. #EFE6B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 230 + 182 = 651 (100%)
R 239 of 651 ~ 36.71%
G 230 of 651 ~ 35.33%
B 182 of 651 ~ 27.96'%

%36.71
%35.33
%27.96

CMYK color model

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

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

CMYK: (0,4,24,6)
C0M4Y24K6 (0%, 4%, 24%, 6%)
(0.00 / 0.04 / 0.24 / 0.06)

CMYK percentages

%0
%3.77
%23.85
%6.27

Codes

Color #EFE6B6 in popluar color models

EF E6 B6
RGB 239 230 182
HSL 51° 64.04% 82.55%
HSB/HSV 51° 23.85% 93.73%
CMYK 0.00% 3.77% 23.85%
6.27%

Color #EFE6B6 in popluar number systems.

HEX EF E6 B6
Decimal 239 230 182
Binary 11101111 11100110 10110110
Octal 357 346 266

Shades and tints

Shades of #EFE6B6

#EFE6B6
(239,230,182)
#DAD2A6
(218,210,166)
#C5BE96
(197,190,150)
#B0AA86
(176,170,134)
#9B9676
(155,150,118)
#868266
(134,130,102)
#716E56
(113,110,86)
#5C5A46
(92,90,70)
#474636
(71,70,54)
#323226
(50,50,38)
#1D1E16
(29,30,22)
#000000
(0,0,0)

Tints of #EFE6B6

#EFE6B6
(239,230,182)
#F0E8BC
(240,232,188)
#F1EAC2
(241,234,194)
#F2ECC8
(242,236,200)
#F3EECE
(243,238,206)
#F4F0D4
(244,240,212)
#F5F2DA
(245,242,218)
#F6F4E0
(246,244,224)
#F7F6E6
(247,246,230)
#F8F8EC
(248,248,236)
#F9FAF2
(249,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE6B6; }

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

This text font color is #EFE6B6.

Background Color

.myBgColor { background-color: #EFE6B6; }

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

This div background color is #EFE6B6.

Border color

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

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

This div border color is #EFE6B6.

Opacity

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

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

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

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

This text has shadow with #EFE6B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE6B6.

Preview

Color preview on black background

This text has color #EFE6B6 on black background.


Color preview on white background

This text has color #EFE6B6 on white background.


Black color preview on #EFE6B6 background

This text has black color on #EFE6B6 background.


White color preview on #EFE6B6 background

This text has white color on #EFE6B6 background.


Related colors

Complementary color

Complementary color for #hex is #101949.


I love getcolorcode.com

Triadic colors

1 #B6EFE6 and #E6B6EF with #EFE6B6 are triadic colors.

2 #B6E6EF and #E6EFB6 with #EFE6B6 are triadic colors.