COLOR #DFE7FB

HEX: #DFE7FB
RGB: (223,231,251)

Color info

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

RGB color model

#DFE7FB color RGB value is (223,231,251).

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

RGB channels and saturation

R 223 of 255 = 87%
G 231 of 255 = 91%
B 251 of 255 = 98%

223
231
251

R + G + B ~ 92%. #DFE7FB is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 231 + 251 = 705 (100%)
R 223 of 705 ~ 31.63%
G 231 of 705 ~ 32.77%
B 251 of 705 ~ 35.6%

%31.63
%32.77
%35.6

CMYK color model

#DFE7FB color CMYK value is (11,8,0,2).

  • cyan value is 11.16%
  • magenta value is 7.97%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(11,8,0,2)
C11M8Y0K2 
(11%,8%,0%,2%)
(0.11/0.08/0.00/0.02)	

CMYK percentages

%11.16
%7.97
%0
%1.57

Codes

Color #DFE7FB in popluar color models

DFE7FB
RGB223231251
HSL223°77.78%92.94%
HSB/HSV223°11.16%98.43%
CMYK11.16%7.97%0.00%
1.57%

Color #DFE7FB in popluar number systems.

HEXDFE7FB
Decimal223231251
Binary110111111110011111111011
Octal337347373

Shades and tints

Shades of #DFE7FB

#DFE7FB
(223,231,251)
#CBD2E5
(203,210,229)
#B7BDCF
(183,189,207)
#A3A8B9
(163,168,185)
#8F93A3
(143,147,163)
#7B7E8D
(123,126,141)
#676977
(103,105,119)
#535461
(83,84,97)
#3F3F4B
(63,63,75)
#2B2A35
(43,42,53)
#17151F
(23,21,31)
#000000
(0,0,0)

Tints of #DFE7FB

#DFE7FB
(223,231,251)
#E1E9FB
(225,233,251)
#E3EBFB
(227,235,251)
#E5EDFB
(229,237,251)
#E7EFFB
(231,239,251)
#E9F1FB
(233,241,251)
#EBF3FB
(235,243,251)
#EDF5FB
(237,245,251)
#EFF7FB
(239,247,251)
#F1F9FB
(241,249,251)
#F3FBFB
(243,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE7FB; }

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

This text font color is #DFE7FB.


Background Color

.myBgColor { background-color: #DFE7FB; }

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

This div background color is #DFE7FB.


Border color

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

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

This div border color is #DFE7FB.


Opacity

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

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

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

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

This text has shadow with #DFE7FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE7FB on black background.


Color preview on white background

This text has color #DFE7FB on white background.



Black color preview on #DFE7FB background

This text has black color on #DFE7FB background.


White color preview on #DFE7FB background

This text has white color on #DFE7FB background.