COLOR #EFDEB6

HEX: #EFDEB6 RGB: (239,222,182)

Color info

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

RGB color model

#EFDEB6 color RGB value is (239,222,182).

RGB: (239,222,182) (94%, 87%, 71%)

RGB channels and saturation

R 239 of 255 = 94%
G 222 of 255 = 87%
B 182 of 255 = 71%

239
222
182

R + G + B ~ 84%. #EFDEB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 222 + 182 = 643 (100%)
R 239 of 643 ~ 37.17%
G 222 of 643 ~ 34.53%
B 182 of 643 ~ 28.3'%

%37.17
%34.53
%28.3

CMYK color model

#EFDEB6 color CMYK value is (0,7,24,6).

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

CMYK: (0,7,24,6)
C0M7Y24K6 (0%, 7%, 24%, 6%)
(0.00 / 0.07 / 0.24 / 0.06)

CMYK percentages

%0
%7.11
%23.85
%6.27

Codes

Color #EFDEB6 in popluar color models

EF DE B6
RGB 239 222 182
HSL 42° 64.04% 82.55%
HSB/HSV 42° 23.85% 93.73%
CMYK 0.00% 7.11% 23.85%
6.27%

Color #EFDEB6 in popluar number systems.

HEX EF DE B6
Decimal 239 222 182
Binary 11101111 11011110 10110110
Octal 357 336 266

Shades and tints

Shades of #EFDEB6

#EFDEB6
(239,222,182)
#DACAA6
(218,202,166)
#C5B696
(197,182,150)
#B0A286
(176,162,134)
#9B8E76
(155,142,118)
#867A66
(134,122,102)
#716656
(113,102,86)
#5C5246
(92,82,70)
#473E36
(71,62,54)
#322A26
(50,42,38)
#1D1616
(29,22,22)
#000000
(0,0,0)

Tints of #EFDEB6

#EFDEB6
(239,222,182)
#F0E1BC
(240,225,188)
#F1E4C2
(241,228,194)
#F2E7C8
(242,231,200)
#F3EACE
(243,234,206)
#F4EDD4
(244,237,212)
#F5F0DA
(245,240,218)
#F6F3E0
(246,243,224)
#F7F6E6
(247,246,230)
#F8F9EC
(248,249,236)
#F9FCF2
(249,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDEB6; }

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

This text font color is #EFDEB6.

Background Color

.myBgColor { background-color: #EFDEB6; }

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

This div background color is #EFDEB6.

Border color

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

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

This div border color is #EFDEB6.

Opacity

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

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

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

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

This text has shadow with #EFDEB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFDEB6.

Preview

Color preview on black background

This text has color #EFDEB6 on black background.


Color preview on white background

This text has color #EFDEB6 on white background.


Black color preview on #EFDEB6 background

This text has black color on #EFDEB6 background.


White color preview on #EFDEB6 background

This text has white color on #EFDEB6 background.


Related colors

Complementary color

Complementary color for #hex is #102149.


I love getcolorcode.com

Triadic colors

1 #B6EFDE and #DEB6EF with #EFDEB6 are triadic colors.

2 #B6DEEF and #DEEFB6 with #EFDEB6 are triadic colors.