COLOR #DFEBDF

HEX: #DFEBDF
RGB: (223,235,223)

Color info

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

RGB color model

#DFEBDF color RGB value is (223,235,223).

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

RGB channels and saturation

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

223
235
223

R + G + B ~ 89%. #DFEBDF is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 235 + 223 = 681 (100%)
R 223 of 681 ~ 32.75%
G 235 of 681 ~ 34.51%
B 223 of 681 ~ 32.75%

%32.75
%34.51
%32.75

CMYK color model

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

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

CMYK percentages

%5.11
%0
%5.11
%7.84

Codes

Color #DFEBDF in popluar color models

DFEBDF
RGB223235223
HSL120°23.08%89.80%
HSB/HSV120°5.11%92.16%
CMYK5.11%0.00%5.11%
7.84%

Color #DFEBDF in popluar number systems.

HEXDFEBDF
Decimal223235223
Binary110111111110101111011111
Octal337353337

Shades and tints

Shades of #DFEBDF

#DFEBDF
(223,235,223)
#CBD6CB
(203,214,203)
#B7C1B7
(183,193,183)
#A3ACA3
(163,172,163)
#8F978F
(143,151,143)
#7B827B
(123,130,123)
#676D67
(103,109,103)
#535853
(83,88,83)
#3F433F
(63,67,63)
#2B2E2B
(43,46,43)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #DFEBDF

#DFEBDF
(223,235,223)
#E1ECE1
(225,236,225)
#E3EDE3
(227,237,227)
#E5EEE5
(229,238,229)
#E7EFE7
(231,239,231)
#E9F0E9
(233,240,233)
#EBF1EB
(235,241,235)
#EDF2ED
(237,242,237)
#EFF3EF
(239,243,239)
#F1F4F1
(241,244,241)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEBDF; }

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

This text font color is #DFEBDF.


Background Color

.myBgColor { background-color: #DFEBDF; }

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

This div background color is #DFEBDF.


Border color

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

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

This div border color is #DFEBDF.


Opacity

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

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

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

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

This text has shadow with #DFEBDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEBDF on black background.


Color preview on white background

This text has color #DFEBDF on white background.



Black color preview on #DFEBDF background

This text has black color on #DFEBDF background.


White color preview on #DFEBDF background

This text has white color on #DFEBDF background.