COLOR #DBF9DE

HEX: #DBF9DE
RGB: (219,249,222)

Color info

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

RGB color model

#DBF9DE color RGB value is (219,249,222).

  • red value is 219;
  • green value is 249;
  • blue value is 222.
RGB:
(219,249,222)
(86%,98%,87%)

RGB channels and saturation

R 219 of 255 = 86%
G 249 of 255 = 98%
B 222 of 255 = 87%

219
249
222

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

Portions of RGB colors in percentages

R + G + B =
219 + 249 + 222 = 690 (100%)
R 219 of 690 ~ 31.74%
G 249 of 690 ~ 36.09%
B 222 of 690 ~ 32.17%

%31.74
%36.09
%32.17

CMYK color model

#DBF9DE color CMYK value is (12,0,11,2).

  • cyan value is 12.05%
  • magenta value is 0.00%
  • yellow value is 10.84%
  • key color value is 2.35%
CMYK:
(12,0,11,2)
C12M0Y11K2 
(12%,0%,11%,2%)
(0.12/0.00/0.11/0.02)	

CMYK percentages

%12.05
%0
%10.84
%2.35

Codes

Color #DBF9DE in popluar color models

DBF9DE
RGB219249222
HSL126°71.43%91.76%
HSB/HSV126°12.05%97.65%
CMYK12.05%0.00%10.84%
2.35%

Color #DBF9DE in popluar number systems.

HEXDBF9DE
Decimal219249222
Binary110110111111100111011110
Octal333371336

Shades and tints

Shades of #DBF9DE

#DBF9DE
(219,249,222)
#C8E3CA
(200,227,202)
#B5CDB6
(181,205,182)
#A2B7A2
(162,183,162)
#8FA18E
(143,161,142)
#7C8B7A
(124,139,122)
#697566
(105,117,102)
#565F52
(86,95,82)
#43493E
(67,73,62)
#30332A
(48,51,42)
#1D1D16
(29,29,22)
#000000
(0,0,0)

Tints of #DBF9DE

#DBF9DE
(219,249,222)
#DEF9E1
(222,249,225)
#E1F9E4
(225,249,228)
#E4F9E7
(228,249,231)
#E7F9EA
(231,249,234)
#EAF9ED
(234,249,237)
#EDF9F0
(237,249,240)
#F0F9F3
(240,249,243)
#F3F9F6
(243,249,246)
#F6F9F9
(246,249,249)
#F9F9FC
(249,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF9DE; }

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

This text font color is #DBF9DE.


Background Color

.myBgColor { background-color: #DBF9DE; }

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

This div background color is #DBF9DE.


Border color

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

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

This div border color is #DBF9DE.


Opacity

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

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

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

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

This text has shadow with #DBF9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF9DE on black background.


Color preview on white background

This text has color #DBF9DE on white background.



Black color preview on #DBF9DE background

This text has black color on #DBF9DE background.


White color preview on #DBF9DE background

This text has white color on #DBF9DE background.