COLOR #DFEBB7

HEX: #DFEBB7
RGB: (223,235,183)

Color info

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

RGB color model

#DFEBB7 color RGB value is (223,235,183).

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

RGB channels and saturation

R 223 of 255 = 87%
G 235 of 255 = 92%
B 183 of 255 = 72%

223
235
183

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

Portions of RGB colors in percentages

R + G + B =
223 + 235 + 183 = 641 (100%)
R 223 of 641 ~ 34.79%
G 235 of 641 ~ 36.66%
B 183 of 641 ~ 28.55%

%34.79
%36.66
%28.55

CMYK color model

#DFEBB7 color CMYK value is (5,0,22,8).

  • cyan value is 5.11%
  • magenta value is 0.00%
  • yellow value is 22.13%
  • key color value is 7.84%
CMYK:
(5,0,22,8)
C5M0Y22K8 
(5%,0%,22%,8%)
(0.05/0.00/0.22/0.08)	

CMYK percentages

%5.11
%0
%22.13
%7.84

Codes

Color #DFEBB7 in popluar color models

DFEBB7
RGB223235183
HSL74°56.52%81.96%
HSB/HSV74°22.13%92.16%
CMYK5.11%0.00%22.13%
7.84%

Color #DFEBB7 in popluar number systems.

HEXDFEBB7
Decimal223235183
Binary110111111110101110110111
Octal337353267

Shades and tints

Shades of #DFEBB7

#DFEBB7
(223,235,183)
#CBD6A7
(203,214,167)
#B7C197
(183,193,151)
#A3AC87
(163,172,135)
#8F9777
(143,151,119)
#7B8267
(123,130,103)
#676D57
(103,109,87)
#535847
(83,88,71)
#3F4337
(63,67,55)
#2B2E27
(43,46,39)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #DFEBB7

#DFEBB7
(223,235,183)
#E1ECBD
(225,236,189)
#E3EDC3
(227,237,195)
#E5EEC9
(229,238,201)
#E7EFCF
(231,239,207)
#E9F0D5
(233,240,213)
#EBF1DB
(235,241,219)
#EDF2E1
(237,242,225)
#EFF3E7
(239,243,231)
#F1F4ED
(241,244,237)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEBB7; }

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

This text font color is #DFEBB7.


Background Color

.myBgColor { background-color: #DFEBB7; }

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

This div background color is #DFEBB7.


Border color

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

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

This div border color is #DFEBB7.


Opacity

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

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

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

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

This text has shadow with #DFEBB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEBB7 on black background.


Color preview on white background

This text has color #DFEBB7 on white background.



Black color preview on #DFEBB7 background

This text has black color on #DFEBB7 background.


White color preview on #DFEBB7 background

This text has white color on #DFEBB7 background.