COLOR #DBF9DD

HEX: #DBF9DD RGB: (219,249,221)

Color info

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

RGB color model

#DBF9DD color RGB value is (219,249,221).

RGB: (219,249,221) (86%, 98%, 87%)

RGB channels and saturation

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

219
249
221

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

Portions of RGB colors in percentages

R + G + B = 219 + 249 + 221 = 689 (100%)
R 219 of 689 ~ 31.79%
G 249 of 689 ~ 36.14%
B 221 of 689 ~ 32.08'%

%31.79
%36.14
%32.08

CMYK color model

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

  • cyan value is 12.05%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • 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
%11.24
%2.35

Codes

Color #DBF9DD in popluar color models

DB F9 DD
RGB 219 249 221
HSL 124° 71.43% 91.76%
HSB/HSV 124° 12.05% 97.65%
CMYK 12.05% 0.00% 11.24%
2.35%

Color #DBF9DD in popluar number systems.

HEX DB F9 DD
Decimal 219 249 221
Binary 11011011 11111001 11011101
Octal 333 371 335

Shades and tints

Shades of #DBF9DD

#DBF9DD
(219,249,221)
#C8E3C9
(200,227,201)
#B5CDB5
(181,205,181)
#A2B7A1
(162,183,161)
#8FA18D
(143,161,141)
#7C8B79
(124,139,121)
#697565
(105,117,101)
#565F51
(86,95,81)
#43493D
(67,73,61)
#303329
(48,51,41)
#1D1D15
(29,29,21)
#000000
(0,0,0)

Tints of #DBF9DD

#DBF9DD
(219,249,221)
#DEF9E0
(222,249,224)
#E1F9E3
(225,249,227)
#E4F9E6
(228,249,230)
#E7F9E9
(231,249,233)
#EAF9EC
(234,249,236)
#EDF9EF
(237,249,239)
#F0F9F2
(240,249,242)
#F3F9F5
(243,249,245)
#F6F9F8
(246,249,248)
#F9F9FB
(249,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF9DD; }

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

This text font color is #DBF9DD.

Background Color

.myBgColor { background-color: #DBF9DD; }

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

This div background color is #DBF9DD.

Border color

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

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

This div border color is #DBF9DD.

Opacity

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

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

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

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

This text has shadow with #DBF9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF9DD.

Preview

Color preview on black background

This text has color #DBF9DD on black background.


Color preview on white background

This text has color #DBF9DD on white background.


Black color preview on #DBF9DD background

This text has black color on #DBF9DD background.


White color preview on #DBF9DD background

This text has white color on #DBF9DD background.


Related colors

Complementary color

Complementary color for #hex is #240622.


I love getcolorcode.com

Triadic colors

1 #DDDBF9 and #F9DDDB with #DBF9DD are triadic colors.

2 #DDF9DB and #F9DBDD with #DBF9DD are triadic colors.