COLOR #DBF6BD

HEX: #DBF6BD RGB: (219,246,189)

Color info

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

RGB color model

#DBF6BD color RGB value is (219,246,189).

RGB: (219,246,189) (86%, 96%, 74%)

RGB channels and saturation

R 219 of 255 = 86%
G 246 of 255 = 96%
B 189 of 255 = 74%

219
246
189

R + G + B ~ 85%. #DBF6BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 246 + 189 = 654 (100%)
R 219 of 654 ~ 33.49%
G 246 of 654 ~ 37.61%
B 189 of 654 ~ 28.9'%

%33.49
%37.61
%28.9

CMYK color model

#DBF6BD color CMYK value is (11,0,23,4).

  • cyan value is 10.98%
  • magenta value is 0.00%
  • yellow value is 23.17%
  • key color value is 3.53%

CMYK: (11,0,23,4)
C11M0Y23K4 (11%, 0%, 23%, 4%)
(0.11 / 0.00 / 0.23 / 0.04)

CMYK percentages

%10.98
%0
%23.17
%3.53

Codes

Color #DBF6BD in popluar color models

DB F6 BD
RGB 219 246 189
HSL 88° 76.00% 85.29%
HSB/HSV 88° 23.17% 96.47%
CMYK 10.98% 0.00% 23.17%
3.53%

Color #DBF6BD in popluar number systems.

HEX DB F6 BD
Decimal 219 246 189
Binary 11011011 11110110 10111101
Octal 333 366 275

Shades and tints

Shades of #DBF6BD

#DBF6BD
(219,246,189)
#C8E0AC
(200,224,172)
#B5CA9B
(181,202,155)
#A2B48A
(162,180,138)
#8F9E79
(143,158,121)
#7C8868
(124,136,104)
#697257
(105,114,87)
#565C46
(86,92,70)
#434635
(67,70,53)
#303024
(48,48,36)
#1D1A13
(29,26,19)
#000000
(0,0,0)

Tints of #DBF6BD

#DBF6BD
(219,246,189)
#DEF6C3
(222,246,195)
#E1F6C9
(225,246,201)
#E4F6CF
(228,246,207)
#E7F6D5
(231,246,213)
#EAF6DB
(234,246,219)
#EDF6E1
(237,246,225)
#F0F6E7
(240,246,231)
#F3F6ED
(243,246,237)
#F6F6F3
(246,246,243)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF6BD color. Also use rgb(219,246,189) instead hex code.

Text Font Color

.myTextColor { color: #DBF6BD; }

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

This text font color is #DBF6BD.

Background Color

.myBgColor { background-color: #DBF6BD; }

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

This div background color is #DBF6BD.

Border color

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

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

This div border color is #DBF6BD.

Opacity

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

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

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

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

This text has shadow with #DBF6BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF6BD.

Preview

Color preview on black background

This text has color #DBF6BD on black background.


Color preview on white background

This text has color #DBF6BD on white background.


Black color preview on #DBF6BD background

This text has black color on #DBF6BD background.


White color preview on #DBF6BD background

This text has white color on #DBF6BD background.


Related colors

Complementary color

Complementary color for #hex is #240942.


I love getcolorcode.com

Triadic colors

1 #BDDBF6 and #F6BDDB with #DBF6BD are triadic colors.

2 #BDF6DB and #F6DBBD with #DBF6BD are triadic colors.