COLOR #DFEBFB

HEX: #DFEBFB
RGB: (223,235,251)

Color info

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

RGB color model

#DFEBFB color RGB value is (223,235,251).

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

RGB channels and saturation

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

223
235
251

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

Portions of RGB colors in percentages

R + G + B =
223 + 235 + 251 = 709 (100%)
R 223 of 709 ~ 31.45%
G 235 of 709 ~ 33.15%
B 251 of 709 ~ 35.4%

%31.45
%33.15
%35.4

CMYK color model

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

  • cyan value is 11.16%
  • magenta value is 6.37%
  • 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
%6.37
%0
%1.57

Codes

Color #DFEBFB in popluar color models

DFEBFB
RGB223235251
HSL214°77.78%92.94%
HSB/HSV214°11.16%98.43%
CMYK11.16%6.37%0.00%
1.57%

Color #DFEBFB in popluar number systems.

HEXDFEBFB
Decimal223235251
Binary110111111110101111111011
Octal337353373

Shades and tints

Shades of #DFEBFB

#DFEBFB
(223,235,251)
#CBD6E5
(203,214,229)
#B7C1CF
(183,193,207)
#A3ACB9
(163,172,185)
#8F97A3
(143,151,163)
#7B828D
(123,130,141)
#676D77
(103,109,119)
#535861
(83,88,97)
#3F434B
(63,67,75)
#2B2E35
(43,46,53)
#17191F
(23,25,31)
#000000
(0,0,0)

Tints of #DFEBFB

#DFEBFB
(223,235,251)
#E1ECFB
(225,236,251)
#E3EDFB
(227,237,251)
#E5EEFB
(229,238,251)
#E7EFFB
(231,239,251)
#E9F0FB
(233,240,251)
#EBF1FB
(235,241,251)
#EDF2FB
(237,242,251)
#EFF3FB
(239,243,251)
#F1F4FB
(241,244,251)
#F3F5FB
(243,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEBFB; }

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

This text font color is #DFEBFB.


Background Color

.myBgColor { background-color: #DFEBFB; }

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

This div background color is #DFEBFB.


Border color

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

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

This div border color is #DFEBFB.


Opacity

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

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

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

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

This text has shadow with #DFEBFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEBFB on black background.


Color preview on white background

This text has color #DFEBFB on white background.



Black color preview on #DFEBFB background

This text has black color on #DFEBFB background.


White color preview on #DFEBFB background

This text has white color on #DFEBFB background.