COLOR #EFDBB2

HEX: #EFDBB2 RGB: (239,219,178)

Color info

#EFDBB2 contains mainly red and green colors. Web safe color of #EFDBB2 is #FFCC99 (or #FC9).

RGB color model

#EFDBB2 color RGB value is (239,219,178).

RGB: (239,219,178) (94%, 86%, 70%)

RGB channels and saturation

R 239 of 255 = 94%
G 219 of 255 = 86%
B 178 of 255 = 70%

239
219
178

R + G + B ~ 83%. #EFDBB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 219 + 178 = 636 (100%)
R 239 of 636 ~ 37.58%
G 219 of 636 ~ 34.43%
B 178 of 636 ~ 27.99'%

%37.58
%34.43
%27.99

CMYK color model

#EFDBB2 color CMYK value is (0,8,26,6).

  • cyan value is 0.00%
  • magenta value is 8.37%
  • yellow value is 25.52%
  • key color value is 6.27%

CMYK: (0,8,26,6)
C0M8Y26K6 (0%, 8%, 26%, 6%)
(0.00 / 0.08 / 0.26 / 0.06)

CMYK percentages

%0
%8.37
%25.52
%6.27

Codes

Color #EFDBB2 in popluar color models

EF DB B2
RGB 239 219 178
HSL 40° 65.59% 81.76%
HSB/HSV 40° 25.52% 93.73%
CMYK 0.00% 8.37% 25.52%
6.27%

Color #EFDBB2 in popluar number systems.

HEX EF DB B2
Decimal 239 219 178
Binary 11101111 11011011 10110010
Octal 357 333 262

Shades and tints

Shades of #EFDBB2

#EFDBB2
(239,219,178)
#DAC8A2
(218,200,162)
#C5B592
(197,181,146)
#B0A282
(176,162,130)
#9B8F72
(155,143,114)
#867C62
(134,124,98)
#716952
(113,105,82)
#5C5642
(92,86,66)
#474332
(71,67,50)
#323022
(50,48,34)
#1D1D12
(29,29,18)
#000000
(0,0,0)

Tints of #EFDBB2

#EFDBB2
(239,219,178)
#F0DEB9
(240,222,185)
#F1E1C0
(241,225,192)
#F2E4C7
(242,228,199)
#F3E7CE
(243,231,206)
#F4EAD5
(244,234,213)
#F5EDDC
(245,237,220)
#F6F0E3
(246,240,227)
#F7F3EA
(247,243,234)
#F8F6F1
(248,246,241)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDBB2; }

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

This text font color is #EFDBB2.

Background Color

.myBgColor { background-color: #EFDBB2; }

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

This div background color is #EFDBB2.

Border color

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

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

This div border color is #EFDBB2.

Opacity

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

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

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

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

This text has shadow with #EFDBB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFDBB2.

Preview

Color preview on black background

This text has color #EFDBB2 on black background.


Color preview on white background

This text has color #EFDBB2 on white background.


Black color preview on #EFDBB2 background

This text has black color on #EFDBB2 background.


White color preview on #EFDBB2 background

This text has white color on #EFDBB2 background.


Related colors

Complementary color

Complementary color for #hex is #10244D.


I love getcolorcode.com

Triadic colors

1 #B2EFDB and #DBB2EF with #EFDBB2 are triadic colors.

2 #B2DBEF and #DBEFB2 with #EFDBB2 are triadic colors.