COLOR #DFEBAC

HEX: #DFEBAC
RGB: (223,235,172)

Color info

#DFEBAC contains mainly red and green colors. Web safe color of #DFEBAC is #CCFF99 (or #CF9).

RGB color model

#DFEBAC color RGB value is (223,235,172).

  • red value is 223;
  • green value is 235;
  • blue value is 172.
RGB:
(223,235,172)
(87%,92%,67%)

RGB channels and saturation

R 223 of 255 = 87%
G 235 of 255 = 92%
B 172 of 255 = 67%

223
235
172

R + G + B ~ 82%. #DFEBAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 235 + 172 = 630 (100%)
R 223 of 630 ~ 35.4%
G 235 of 630 ~ 37.3%
B 172 of 630 ~ 27.3%

%35.4
%37.3
%27.3

CMYK color model

#DFEBAC color CMYK value is (5,0,27,8).

  • cyan value is 5.11%
  • magenta value is 0.00%
  • yellow value is 26.81%
  • key color value is 7.84%
CMYK:
(5,0,27,8)
C5M0Y27K8 
(5%,0%,27%,8%)
(0.05/0.00/0.27/0.08)	

CMYK percentages

%5.11
%0
%26.81
%7.84

Codes

Color #DFEBAC in popluar color models

DFEBAC
RGB223235172
HSL71°61.17%79.80%
HSB/HSV71°26.81%92.16%
CMYK5.11%0.00%26.81%
7.84%

Color #DFEBAC in popluar number systems.

HEXDFEBAC
Decimal223235172
Binary110111111110101110101100
Octal337353254

Shades and tints

Shades of #DFEBAC

#DFEBAC
(223,235,172)
#CBD69D
(203,214,157)
#B7C18E
(183,193,142)
#A3AC7F
(163,172,127)
#8F9770
(143,151,112)
#7B8261
(123,130,97)
#676D52
(103,109,82)
#535843
(83,88,67)
#3F4334
(63,67,52)
#2B2E25
(43,46,37)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #DFEBAC

#DFEBAC
(223,235,172)
#E1ECB3
(225,236,179)
#E3EDBA
(227,237,186)
#E5EEC1
(229,238,193)
#E7EFC8
(231,239,200)
#E9F0CF
(233,240,207)
#EBF1D6
(235,241,214)
#EDF2DD
(237,242,221)
#EFF3E4
(239,243,228)
#F1F4EB
(241,244,235)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFEBAC color. Also use rgb(223,235,172) instead hex code.

Text Font Color

.myTextColor { color: #DFEBAC; }

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

This text font color is #DFEBAC.


Background Color

.myBgColor { background-color: #DFEBAC; }

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

This div background color is #DFEBAC.


Border color

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

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

This div border color is #DFEBAC.


Opacity

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

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

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

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

This text has shadow with #DFEBAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEBAC on black background.


Color preview on white background

This text has color #DFEBAC on white background.



Black color preview on #DFEBAC background

This text has black color on #DFEBAC background.


White color preview on #DFEBAC background

This text has white color on #DFEBAC background.