COLOR #DFEBF7

HEX: #DFEBF7 RGB: (223,235,247)

Color info

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

RGB color model

#DFEBF7 color RGB value is (223,235,247).

RGB: (223,235,247) (87%, 92%, 97%)

RGB channels and saturation

R 223 of 255 = 87%
G 235 of 255 = 92%
B 247 of 255 = 97%

223
235
247

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

Portions of RGB colors in percentages

R + G + B = 223 + 235 + 247 = 705 (100%)
R 223 of 705 ~ 31.63%
G 235 of 705 ~ 33.33%
B 247 of 705 ~ 35.04'%

%31.63
%33.33
%35.04

CMYK color model

#DFEBF7 color CMYK value is (10,5,0,3).

  • cyan value is 9.72%
  • magenta value is 4.86%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (10,5,0,3)
C10M5Y0K3 (10%, 5%, 0%, 3%)
(0.10 / 0.05 / 0.00 / 0.03)

CMYK percentages

%9.72
%4.86
%0
%3.14

Codes

Color #DFEBF7 in popluar color models

DF EB F7
RGB 223 235 247
HSL 210° 60.00% 92.16%
HSB/HSV 210° 9.72% 96.86%
CMYK 9.72% 4.86% 0.00%
3.14%

Color #DFEBF7 in popluar number systems.

HEX DF EB F7
Decimal 223 235 247
Binary 11011111 11101011 11110111
Octal 337 353 367

Shades and tints

Shades of #DFEBF7

#DFEBF7
(223,235,247)
#CBD6E1
(203,214,225)
#B7C1CB
(183,193,203)
#A3ACB5
(163,172,181)
#8F979F
(143,151,159)
#7B8289
(123,130,137)
#676D73
(103,109,115)
#53585D
(83,88,93)
#3F4347
(63,67,71)
#2B2E31
(43,46,49)
#17191B
(23,25,27)
#000000
(0,0,0)

Tints of #DFEBF7

#DFEBF7
(223,235,247)
#E1ECF7
(225,236,247)
#E3EDF7
(227,237,247)
#E5EEF7
(229,238,247)
#E7EFF7
(231,239,247)
#E9F0F7
(233,240,247)
#EBF1F7
(235,241,247)
#EDF2F7
(237,242,247)
#EFF3F7
(239,243,247)
#F1F4F7
(241,244,247)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEBF7; }

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

This text font color is #DFEBF7.

Background Color

.myBgColor { background-color: #DFEBF7; }

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

This div background color is #DFEBF7.

Border color

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

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

This div border color is #DFEBF7.

Opacity

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

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

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

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

This text has shadow with #DFEBF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFEBF7.

Preview

Color preview on black background

This text has color #DFEBF7 on black background.


Color preview on white background

This text has color #DFEBF7 on white background.


Black color preview on #DFEBF7 background

This text has black color on #DFEBF7 background.


White color preview on #DFEBF7 background

This text has white color on #DFEBF7 background.


Related colors

Complementary color

Complementary color for #hex is #201408.


I love getcolorcode.com

Triadic colors

1 #F7DFEB and #EBF7DF with #DFEBF7 are triadic colors.

2 #F7EBDF and #EBDFF7 with #DFEBF7 are triadic colors.