COLOR #DFEDFB

HEX: #DFEDFB
RGB: (223,237,251)

Color info

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

RGB color model

#DFEDFB color RGB value is (223,237,251).

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

RGB channels and saturation

R 223 of 255 = 87%
G 237 of 255 = 93%
B 251 of 255 = 98%

223
237
251

R + G + B ~ 93%. #DFEDFB is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 237 + 251 = 711 (100%)
R 223 of 711 ~ 31.36%
G 237 of 711 ~ 33.33%
B 251 of 711 ~ 35.3%

%31.36
%33.33
%35.3

CMYK color model

#DFEDFB color CMYK value is (11,6,0,2).

  • cyan value is 11.16%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(11,6,0,2)
C11M6Y0K2 
(11%,6%,0%,2%)
(0.11/0.06/0.00/0.02)	

CMYK percentages

%11.16
%5.58
%0
%1.57

Codes

Color #DFEDFB in popluar color models

DFEDFB
RGB223237251
HSL210°77.78%92.94%
HSB/HSV210°11.16%98.43%
CMYK11.16%5.58%0.00%
1.57%

Color #DFEDFB in popluar number systems.

HEXDFEDFB
Decimal223237251
Binary110111111110110111111011
Octal337355373

Shades and tints

Shades of #DFEDFB

#DFEDFB
(223,237,251)
#CBD8E5
(203,216,229)
#B7C3CF
(183,195,207)
#A3AEB9
(163,174,185)
#8F99A3
(143,153,163)
#7B848D
(123,132,141)
#676F77
(103,111,119)
#535A61
(83,90,97)
#3F454B
(63,69,75)
#2B3035
(43,48,53)
#171B1F
(23,27,31)
#000000
(0,0,0)

Tints of #DFEDFB

#DFEDFB
(223,237,251)
#E1EEFB
(225,238,251)
#E3EFFB
(227,239,251)
#E5F0FB
(229,240,251)
#E7F1FB
(231,241,251)
#E9F2FB
(233,242,251)
#EBF3FB
(235,243,251)
#EDF4FB
(237,244,251)
#EFF5FB
(239,245,251)
#F1F6FB
(241,246,251)
#F3F7FB
(243,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEDFB; }

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

This text font color is #DFEDFB.


Background Color

.myBgColor { background-color: #DFEDFB; }

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

This div background color is #DFEDFB.


Border color

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

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

This div border color is #DFEDFB.


Opacity

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

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

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

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

This text has shadow with #DFEDFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEDFB on black background.


Color preview on white background

This text has color #DFEDFB on white background.



Black color preview on #DFEDFB background

This text has black color on #DFEDFB background.


White color preview on #DFEDFB background

This text has white color on #DFEDFB background.