COLOR #EFDBC6

HEX: #EFDBC6 RGB: (239,219,198)

Color info

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

RGB color model

#EFDBC6 color RGB value is (239,219,198).

RGB: (239,219,198) (94%, 86%, 78%)

RGB channels and saturation

R 239 of 255 = 94%
G 219 of 255 = 86%
B 198 of 255 = 78%

239
219
198

R + G + B ~ 86%. #EFDBC6 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 219 + 198 = 656 (100%)
R 239 of 656 ~ 36.43%
G 219 of 656 ~ 33.38%
B 198 of 656 ~ 30.18'%

%36.43
%33.38
%30.18

CMYK color model

#EFDBC6 color CMYK value is (0,8,17,6).

  • cyan value is 0.00%
  • magenta value is 8.37%
  • yellow value is 17.15%
  • key color value is 6.27%
CMYK: (0,8,17,6) C0M8Y17K6 (0%,8%,17%,6%) (0.00/0.08/0.17/0.06) 

CMYK percentages

%0
%8.37
%17.15
%6.27

Codes

Color #EFDBC6 in popluar color models

EF DB C6
RGB 239 219 198
HSL 31° 56.16% 85.69%
HSB/HSV 31° 17.15% 93.73%
CMYK 0.00% 8.37% 17.15%
6.27%

Color #EFDBC6 in popluar number systems.

HEX EF DB C6
Decimal 239 219 198
Binary 11101111 11011011 11000110
Octal 357 333 306

Shades and tints

Shades of #EFDBC6

#EFDBC6
(239,219,198)
#DAC8B4
(218,200,180)
#C5B5A2
(197,181,162)
#B0A290
(176,162,144)
#9B8F7E
(155,143,126)
#867C6C
(134,124,108)
#71695A
(113,105,90)
#5C5648
(92,86,72)
#474336
(71,67,54)
#323024
(50,48,36)
#1D1D12
(29,29,18)
#000000
(0,0,0)

Tints of #EFDBC6

#EFDBC6
(239,219,198)
#F0DECB
(240,222,203)
#F1E1D0
(241,225,208)
#F2E4D5
(242,228,213)
#F3E7DA
(243,231,218)
#F4EADF
(244,234,223)
#F5EDE4
(245,237,228)
#F6F0E9
(246,240,233)
#F7F3EE
(247,243,238)
#F8F6F3
(248,246,243)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDBC6; }

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

This text font color is #EFDBC6.

Background Color

.myBgColor { background-color: #EFDBC6; }

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

This div background color is #EFDBC6.

Border color

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

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

This div border color is #EFDBC6.

Opacity

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

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

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

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

This text has shadow with #EFDBC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFDBC6.

Preview

Color preview on black background

This text has color #EFDBC6 on black background.


Color preview on white background

This text has color #EFDBC6 on white background.


Black color preview on #EFDBC6 background

This text has black color on #EFDBC6 background.


White color preview on #EFDBC6 background

This text has white color on #EFDBC6 background.


Related colors

Complementary color

Complementary color for #hex is #102439.


I love getcolorcode.com

Triadic colors

1 #C6EFDB and #DBC6EF with #EFDBC6 are triadic colors.

2 #C6DBEF and #DBEFC6 with #EFDBC6 are triadic colors.