COLOR #DFEDEB

HEX: #DFEDEB
RGB: (223,237,235)

Color info

#DFEDEB contains red, green and blue colors in about the same proportion. Web safe color of #DFEDEB is #CCFFFF (or #CFF).

RGB color model

#DFEDEB color RGB value is (223,237,235).

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

RGB channels and saturation

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

223
237
235

R + G + B ~ 91%. #DFEDEB is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 237 + 235 = 695 (100%)
R 223 of 695 ~ 32.09%
G 237 of 695 ~ 34.1%
B 235 of 695 ~ 33.81%

%32.09
%34.1
%33.81

CMYK color model

#DFEDEB color CMYK value is (6,0,1,7).

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 0.84%
  • key color value is 7.06%
CMYK:
(6,0,1,7)
C6M0Y1K7 
(6%,0%,1%,7%)
(0.06/0.00/0.01/0.07)	

CMYK percentages

%5.91
%0
%0.84
%7.06

Codes

Color #DFEDEB in popluar color models

DFEDEB
RGB223237235
HSL171°28.00%90.20%
HSB/HSV171°5.91%92.94%
CMYK5.91%0.00%0.84%
7.06%

Color #DFEDEB in popluar number systems.

HEXDFEDEB
Decimal223237235
Binary110111111110110111101011
Octal337355353

Shades and tints

Shades of #DFEDEB

#DFEDEB
(223,237,235)
#CBD8D6
(203,216,214)
#B7C3C1
(183,195,193)
#A3AEAC
(163,174,172)
#8F9997
(143,153,151)
#7B8482
(123,132,130)
#676F6D
(103,111,109)
#535A58
(83,90,88)
#3F4543
(63,69,67)
#2B302E
(43,48,46)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #DFEDEB

#DFEDEB
(223,237,235)
#E1EEEC
(225,238,236)
#E3EFED
(227,239,237)
#E5F0EE
(229,240,238)
#E7F1EF
(231,241,239)
#E9F2F0
(233,242,240)
#EBF3F1
(235,243,241)
#EDF4F2
(237,244,242)
#EFF5F3
(239,245,243)
#F1F6F4
(241,246,244)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEDEB; }

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

This text font color is #DFEDEB.


Background Color

.myBgColor { background-color: #DFEDEB; }

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

This div background color is #DFEDEB.


Border color

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

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

This div border color is #DFEDEB.


Opacity

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

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

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

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

This text has shadow with #DFEDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEDEB on black background.


Color preview on white background

This text has color #DFEDEB on white background.



Black color preview on #DFEDEB background

This text has black color on #DFEDEB background.


White color preview on #DFEDEB background

This text has white color on #DFEDEB background.