COLOR #DFEBDB

HEX: #DFEBDB
RGB: (223,235,219)

Color info

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

RGB color model

#DFEBDB color RGB value is (223,235,219).

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

RGB channels and saturation

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

223
235
219

R + G + B ~ 88%. #DFEBDB is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 235 + 219 = 677 (100%)
R 223 of 677 ~ 32.94%
G 235 of 677 ~ 34.71%
B 219 of 677 ~ 32.35%

%32.94
%34.71
%32.35

CMYK color model

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

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

CMYK percentages

%5.11
%0
%6.81
%7.84

Codes

Color #DFEBDB in popluar color models

DFEBDB
RGB223235219
HSL105°28.57%89.02%
HSB/HSV105°6.81%92.16%
CMYK5.11%0.00%6.81%
7.84%

Color #DFEBDB in popluar number systems.

HEXDFEBDB
Decimal223235219
Binary110111111110101111011011
Octal337353333

Shades and tints

Shades of #DFEBDB

#DFEBDB
(223,235,219)
#CBD6C8
(203,214,200)
#B7C1B5
(183,193,181)
#A3ACA2
(163,172,162)
#8F978F
(143,151,143)
#7B827C
(123,130,124)
#676D69
(103,109,105)
#535856
(83,88,86)
#3F4343
(63,67,67)
#2B2E30
(43,46,48)
#17191D
(23,25,29)
#000000
(0,0,0)

Tints of #DFEBDB

#DFEBDB
(223,235,219)
#E1ECDE
(225,236,222)
#E3EDE1
(227,237,225)
#E5EEE4
(229,238,228)
#E7EFE7
(231,239,231)
#E9F0EA
(233,240,234)
#EBF1ED
(235,241,237)
#EDF2F0
(237,242,240)
#EFF3F3
(239,243,243)
#F1F4F6
(241,244,246)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEBDB; }

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

This text font color is #DFEBDB.


Background Color

.myBgColor { background-color: #DFEBDB; }

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

This div background color is #DFEBDB.


Border color

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

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

This div border color is #DFEBDB.


Opacity

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

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

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

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

This text has shadow with #DFEBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEBDB on black background.


Color preview on white background

This text has color #DFEBDB on white background.



Black color preview on #DFEBDB background

This text has black color on #DFEBDB background.


White color preview on #DFEBDB background

This text has white color on #DFEBDB background.