COLOR #DBF7DE

HEX: #DBF7DE RGB: (219,247,222)

Color info

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

RGB color model

#DBF7DE color RGB value is (219,247,222).

RGB: (219,247,222) (86%, 97%, 87%)

RGB channels and saturation

R 219 of 255 = 86%
G 247 of 255 = 97%
B 222 of 255 = 87%

219
247
222

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

Portions of RGB colors in percentages

R + G + B = 219 + 247 + 222 = 688 (100%)
R 219 of 688 ~ 31.83%
G 247 of 688 ~ 35.9%
B 222 of 688 ~ 32.27'%

%31.83
%35.9
%32.27

CMYK color model

#DBF7DE color CMYK value is (11,0,10,3).

  • cyan value is 11.34%
  • magenta value is 0.00%
  • yellow value is 10.12%
  • key color value is 3.14%

CMYK: (11,0,10,3)
C11M0Y10K3 (11%, 0%, 10%, 3%)
(0.11 / 0.00 / 0.10 / 0.03)

CMYK percentages

%11.34
%0
%10.12
%3.14

Codes

Color #DBF7DE in popluar color models

DB F7 DE
RGB 219 247 222
HSL 126° 63.64% 91.37%
HSB/HSV 126° 11.34% 96.86%
CMYK 11.34% 0.00% 10.12%
3.14%

Color #DBF7DE in popluar number systems.

HEX DB F7 DE
Decimal 219 247 222
Binary 11011011 11110111 11011110
Octal 333 367 336

Shades and tints

Shades of #DBF7DE

#DBF7DE
(219,247,222)
#C8E1CA
(200,225,202)
#B5CBB6
(181,203,182)
#A2B5A2
(162,181,162)
#8F9F8E
(143,159,142)
#7C897A
(124,137,122)
#697366
(105,115,102)
#565D52
(86,93,82)
#43473E
(67,71,62)
#30312A
(48,49,42)
#1D1B16
(29,27,22)
#000000
(0,0,0)

Tints of #DBF7DE

#DBF7DE
(219,247,222)
#DEF7E1
(222,247,225)
#E1F7E4
(225,247,228)
#E4F7E7
(228,247,231)
#E7F7EA
(231,247,234)
#EAF7ED
(234,247,237)
#EDF7F0
(237,247,240)
#F0F7F3
(240,247,243)
#F3F7F6
(243,247,246)
#F6F7F9
(246,247,249)
#F9F7FC
(249,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF7DE; }

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

This text font color is #DBF7DE.

Background Color

.myBgColor { background-color: #DBF7DE; }

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

This div background color is #DBF7DE.

Border color

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

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

This div border color is #DBF7DE.

Opacity

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

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

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

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

This text has shadow with #DBF7DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF7DE.

Preview

Color preview on black background

This text has color #DBF7DE on black background.


Color preview on white background

This text has color #DBF7DE on white background.


Black color preview on #DBF7DE background

This text has black color on #DBF7DE background.


White color preview on #DBF7DE background

This text has white color on #DBF7DE background.


Related colors

Complementary color

Complementary color for #hex is #240821.


I love getcolorcode.com

Triadic colors

1 #DEDBF7 and #F7DEDB with #DBF7DE are triadic colors.

2 #DEF7DB and #F7DBDE with #DBF7DE are triadic colors.