COLOR #DFEBFF

HEX: #DFEBFF
RGB: (223,235,255)

Color info

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

RGB color model

#DFEBFF color RGB value is (223,235,255).

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

RGB channels and saturation

R 223 of 255 = 87%
G 235 of 255 = 92%
B 255 of 255 = 100%

223
235
255

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

Portions of RGB colors in percentages

R + G + B =
223 + 235 + 255 = 713 (100%)
R 223 of 713 ~ 31.28%
G 235 of 713 ~ 32.96%
B 255 of 713 ~ 35.76%

%31.28
%32.96
%35.76

CMYK color model

#DFEBFF color CMYK value is (13,8,0,0).

  • cyan value is 12.55%
  • magenta value is 7.84%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(13,8,0,0)
C13M8Y0K0 
(13%,8%,0%,0%)
(0.13/0.08/0.00/0.00)	

CMYK percentages

%12.55
%7.84
%0
%0

Codes

Color #DFEBFF in popluar color models

DFEBFF
RGB223235255
HSL218°100.00%93.73%
HSB/HSV218°12.55%100.00%
CMYK12.55%7.84%0.00%
0.00%

Color #DFEBFF in popluar number systems.

HEXDFEBFF
Decimal223235255
Binary110111111110101111111111
Octal337353377

Shades and tints

Shades of #DFEBFF

#DFEBFF
(223,235,255)
#CBD6E8
(203,214,232)
#B7C1D1
(183,193,209)
#A3ACBA
(163,172,186)
#8F97A3
(143,151,163)
#7B828C
(123,130,140)
#676D75
(103,109,117)
#53585E
(83,88,94)
#3F4347
(63,67,71)
#2B2E30
(43,46,48)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #DFEBFF

#DFEBFF
(223,235,255)
#E1ECFF
(225,236,255)
#E3EDFF
(227,237,255)
#E5EEFF
(229,238,255)
#E7EFFF
(231,239,255)
#E9F0FF
(233,240,255)
#EBF1FF
(235,241,255)
#EDF2FF
(237,242,255)
#EFF3FF
(239,243,255)
#F1F4FF
(241,244,255)
#F3F5FF
(243,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEBFF; }

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

This text font color is #DFEBFF.


Background Color

.myBgColor { background-color: #DFEBFF; }

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

This div background color is #DFEBFF.


Border color

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

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

This div border color is #DFEBFF.


Opacity

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

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

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

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

This text has shadow with #DFEBFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEBFF on black background.


Color preview on white background

This text has color #DFEBFF on white background.



Black color preview on #DFEBFF background

This text has black color on #DFEBFF background.


White color preview on #DFEBFF background

This text has white color on #DFEBFF background.