COLOR #DFEBB6

HEX: #DFEBB6
RGB: (223,235,182)

Color info

#DFEBB6 contains red, green and blue colors in about the same proportion. Web safe color of #DFEBB6 is #CCFFCC (or #CFC).

RGB color model

#DFEBB6 color RGB value is (223,235,182).

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

RGB channels and saturation

R 223 of 255 = 87%
G 235 of 255 = 92%
B 182 of 255 = 71%

223
235
182

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

Portions of RGB colors in percentages

R + G + B =
223 + 235 + 182 = 640 (100%)
R 223 of 640 ~ 34.84%
G 235 of 640 ~ 36.72%
B 182 of 640 ~ 28.44%

%34.84
%36.72
%28.44

CMYK color model

#DFEBB6 color CMYK value is (5,0,23,8).

  • cyan value is 5.11%
  • magenta value is 0.00%
  • yellow value is 22.55%
  • key color value is 7.84%
CMYK:
(5,0,23,8)
C5M0Y23K8 
(5%,0%,23%,8%)
(0.05/0.00/0.23/0.08)	

CMYK percentages

%5.11
%0
%22.55
%7.84

Codes

Color #DFEBB6 in popluar color models

DFEBB6
RGB223235182
HSL74°56.99%81.76%
HSB/HSV74°22.55%92.16%
CMYK5.11%0.00%22.55%
7.84%

Color #DFEBB6 in popluar number systems.

HEXDFEBB6
Decimal223235182
Binary110111111110101110110110
Octal337353266

Shades and tints

Shades of #DFEBB6

#DFEBB6
(223,235,182)
#CBD6A6
(203,214,166)
#B7C196
(183,193,150)
#A3AC86
(163,172,134)
#8F9776
(143,151,118)
#7B8266
(123,130,102)
#676D56
(103,109,86)
#535846
(83,88,70)
#3F4336
(63,67,54)
#2B2E26
(43,46,38)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #DFEBB6

#DFEBB6
(223,235,182)
#E1ECBC
(225,236,188)
#E3EDC2
(227,237,194)
#E5EEC8
(229,238,200)
#E7EFCE
(231,239,206)
#E9F0D4
(233,240,212)
#EBF1DA
(235,241,218)
#EDF2E0
(237,242,224)
#EFF3E6
(239,243,230)
#F1F4EC
(241,244,236)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEBB6; }

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

This text font color is #DFEBB6.


Background Color

.myBgColor { background-color: #DFEBB6; }

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

This div background color is #DFEBB6.


Border color

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

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

This div border color is #DFEBB6.


Opacity

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

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

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

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

This text has shadow with #DFEBB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEBB6 on black background.


Color preview on white background

This text has color #DFEBB6 on white background.



Black color preview on #DFEBB6 background

This text has black color on #DFEBB6 background.


White color preview on #DFEBB6 background

This text has white color on #DFEBB6 background.