COLOR #DBEFDE

HEX: #DBEFDE RGB: (219,239,222)

Color info

#DBEFDE contains red, green and blue colors in about the same proportion. Web safe color of #DBEFDE is #CCFFCC (or #CFC).

RGB color model

#DBEFDE color RGB value is (219,239,222).

RGB: (219,239,222) (86%, 94%, 87%)

RGB channels and saturation

R 219 of 255 = 86%
G 239 of 255 = 94%
B 222 of 255 = 87%

219
239
222

R + G + B ~ 89%. #DBEFDE is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 239 + 222 = 680 (100%)
R 219 of 680 ~ 32.21%
G 239 of 680 ~ 35.15%
B 222 of 680 ~ 32.65'%

%32.21
%35.15
%32.65

CMYK color model

#DBEFDE color CMYK value is (8,0,7,6).

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

CMYK: (8,0,7,6)
C8M0Y7K6 (8%, 0%, 7%, 6%)
(0.08 / 0.00 / 0.07 / 0.06)

CMYK percentages

%8.37
%0
%7.11
%6.27

Codes

Color #DBEFDE in popluar color models

DB EF DE
RGB 219 239 222
HSL 129° 38.46% 89.80%
HSB/HSV 129° 8.37% 93.73%
CMYK 8.37% 0.00% 7.11%
6.27%

Color #DBEFDE in popluar number systems.

HEX DB EF DE
Decimal 219 239 222
Binary 11011011 11101111 11011110
Octal 333 357 336

Shades and tints

Shades of #DBEFDE

#DBEFDE
(219,239,222)
#C8DACA
(200,218,202)
#B5C5B6
(181,197,182)
#A2B0A2
(162,176,162)
#8F9B8E
(143,155,142)
#7C867A
(124,134,122)
#697166
(105,113,102)
#565C52
(86,92,82)
#43473E
(67,71,62)
#30322A
(48,50,42)
#1D1D16
(29,29,22)
#000000
(0,0,0)

Tints of #DBEFDE

#DBEFDE
(219,239,222)
#DEF0E1
(222,240,225)
#E1F1E4
(225,241,228)
#E4F2E7
(228,242,231)
#E7F3EA
(231,243,234)
#EAF4ED
(234,244,237)
#EDF5F0
(237,245,240)
#F0F6F3
(240,246,243)
#F3F7F6
(243,247,246)
#F6F8F9
(246,248,249)
#F9F9FC
(249,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEFDE; }

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

This text font color is #DBEFDE.

Background Color

.myBgColor { background-color: #DBEFDE; }

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

This div background color is #DBEFDE.

Border color

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

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

This div border color is #DBEFDE.

Opacity

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

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

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

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

This text has shadow with #DBEFDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBEFDE.

Preview

Color preview on black background

This text has color #DBEFDE on black background.


Color preview on white background

This text has color #DBEFDE on white background.


Black color preview on #DBEFDE background

This text has black color on #DBEFDE background.


White color preview on #DBEFDE background

This text has white color on #DBEFDE background.


Related colors

Complementary color

Complementary color for #hex is #241021.


I love getcolorcode.com

Triadic colors

1 #DEDBEF and #EFDEDB with #DBEFDE are triadic colors.

2 #DEEFDB and #EFDBDE with #DBEFDE are triadic colors.