COLOR #DBF6B0

HEX: #DBF6B0 RGB: (219,246,176)

Color info

#DBF6B0 contains mainly red and green colors. Web safe color of #DBF6B0 is #CCFF99 (or #CF9).

RGB color model

#DBF6B0 color RGB value is (219,246,176).

RGB: (219,246,176) (86%, 96%, 69%)

RGB channels and saturation

R 219 of 255 = 86%
G 246 of 255 = 96%
B 176 of 255 = 69%

219
246
176

R + G + B ~ 84%. #DBF6B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 246 + 176 = 641 (100%)
R 219 of 641 ~ 34.17%
G 246 of 641 ~ 38.38%
B 176 of 641 ~ 27.46'%

%34.17
%38.38
%27.46

CMYK color model

#DBF6B0 color CMYK value is (11,0,28,4).

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

CMYK: (11,0,28,4)
C11M0Y28K4 (11%, 0%, 28%, 4%)
(0.11 / 0.00 / 0.28 / 0.04)

CMYK percentages

%10.98
%0
%28.46
%3.53

Codes

Color #DBF6B0 in popluar color models

DB F6 B0
RGB 219 246 176
HSL 83° 79.55% 82.75%
HSB/HSV 83° 28.46% 96.47%
CMYK 10.98% 0.00% 28.46%
3.53%

Color #DBF6B0 in popluar number systems.

HEX DB F6 B0
Decimal 219 246 176
Binary 11011011 11110110 10110000
Octal 333 366 260

Shades and tints

Shades of #DBF6B0

#DBF6B0
(219,246,176)
#C8E0A0
(200,224,160)
#B5CA90
(181,202,144)
#A2B480
(162,180,128)
#8F9E70
(143,158,112)
#7C8860
(124,136,96)
#697250
(105,114,80)
#565C40
(86,92,64)
#434630
(67,70,48)
#303020
(48,48,32)
#1D1A10
(29,26,16)
#000000
(0,0,0)

Tints of #DBF6B0

#DBF6B0
(219,246,176)
#DEF6B7
(222,246,183)
#E1F6BE
(225,246,190)
#E4F6C5
(228,246,197)
#E7F6CC
(231,246,204)
#EAF6D3
(234,246,211)
#EDF6DA
(237,246,218)
#F0F6E1
(240,246,225)
#F3F6E8
(243,246,232)
#F6F6EF
(246,246,239)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF6B0; }

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

This text font color is #DBF6B0.

Background Color

.myBgColor { background-color: #DBF6B0; }

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

This div background color is #DBF6B0.

Border color

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

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

This div border color is #DBF6B0.

Opacity

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

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

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

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

This text has shadow with #DBF6B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF6B0.

Preview

Color preview on black background

This text has color #DBF6B0 on black background.


Color preview on white background

This text has color #DBF6B0 on white background.


Black color preview on #DBF6B0 background

This text has black color on #DBF6B0 background.


White color preview on #DBF6B0 background

This text has white color on #DBF6B0 background.


Related colors

Complementary color

Complementary color for #hex is #24094F.


I love getcolorcode.com

Triadic colors

1 #B0DBF6 and #F6B0DB with #DBF6B0 are triadic colors.

2 #B0F6DB and #F6DBB0 with #DBF6B0 are triadic colors.