COLOR #DBEFE7

HEX: #DBEFE7 RGB: (219,239,231)

Color info

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

RGB color model

#DBEFE7 color RGB value is (219,239,231).

RGB: (219,239,231) (86%, 94%, 91%)

RGB channels and saturation

R 219 of 255 = 86%
G 239 of 255 = 94%
B 231 of 255 = 91%

219
239
231

R + G + B ~ 90%. #DBEFE7 is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 239 + 231 = 689 (100%)
R 219 of 689 ~ 31.79%
G 239 of 689 ~ 34.69%
B 231 of 689 ~ 33.53'%

%31.79
%34.69
%33.53

CMYK color model

#DBEFE7 color CMYK value is (8,0,3,6).

  • cyan value is 8.37%
  • magenta value is 0.00%
  • yellow value is 3.35%
  • key color value is 6.27%

CMYK: (8,0,3,6)
C8M0Y3K6 (8%, 0%, 3%, 6%)
(0.08 / 0.00 / 0.03 / 0.06)

CMYK percentages

%8.37
%0
%3.35
%6.27

Codes

Color #DBEFE7 in popluar color models

DB EF E7
RGB 219 239 231
HSL 156° 38.46% 89.80%
HSB/HSV 156° 8.37% 93.73%
CMYK 8.37% 0.00% 3.35%
6.27%

Color #DBEFE7 in popluar number systems.

HEX DB EF E7
Decimal 219 239 231
Binary 11011011 11101111 11100111
Octal 333 357 347

Shades and tints

Shades of #DBEFE7

#DBEFE7
(219,239,231)
#C8DAD2
(200,218,210)
#B5C5BD
(181,197,189)
#A2B0A8
(162,176,168)
#8F9B93
(143,155,147)
#7C867E
(124,134,126)
#697169
(105,113,105)
#565C54
(86,92,84)
#43473F
(67,71,63)
#30322A
(48,50,42)
#1D1D15
(29,29,21)
#000000
(0,0,0)

Tints of #DBEFE7

#DBEFE7
(219,239,231)
#DEF0E9
(222,240,233)
#E1F1EB
(225,241,235)
#E4F2ED
(228,242,237)
#E7F3EF
(231,243,239)
#EAF4F1
(234,244,241)
#EDF5F3
(237,245,243)
#F0F6F5
(240,246,245)
#F3F7F7
(243,247,247)
#F6F8F9
(246,248,249)
#F9F9FB
(249,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBEFE7 color. Also use rgb(219,239,231) instead hex code.

Text Font Color

.myTextColor { color: #DBEFE7; }

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

This text font color is #DBEFE7.

Background Color

.myBgColor { background-color: #DBEFE7; }

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

This div background color is #DBEFE7.

Border color

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

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

This div border color is #DBEFE7.

Opacity

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

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

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

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

This text has shadow with #DBEFE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBEFE7.

Preview

Color preview on black background

This text has color #DBEFE7 on black background.


Color preview on white background

This text has color #DBEFE7 on white background.


Black color preview on #DBEFE7 background

This text has black color on #DBEFE7 background.


White color preview on #DBEFE7 background

This text has white color on #DBEFE7 background.


Related colors

Complementary color

Complementary color for #hex is #241018.


I love getcolorcode.com

Triadic colors

1 #E7DBEF and #EFE7DB with #DBEFE7 are triadic colors.

2 #E7EFDB and #EFDBE7 with #DBEFE7 are triadic colors.