COLOR #DBF8B4

HEX: #DBF8B4 RGB: (219,248,180)

Color info

#DBF8B4 contains mainly red and green colors. Web safe color of #DBF8B4 is #CCFFCC (or #CFC).

RGB color model

#DBF8B4 color RGB value is (219,248,180).

RGB: (219,248,180) (86%, 97%, 71%)

RGB channels and saturation

R 219 of 255 = 86%
G 248 of 255 = 97%
B 180 of 255 = 71%

219
248
180

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

Portions of RGB colors in percentages

R + G + B = 219 + 248 + 180 = 647 (100%)
R 219 of 647 ~ 33.85%
G 248 of 647 ~ 38.33%
B 180 of 647 ~ 27.82'%

%33.85
%38.33
%27.82

CMYK color model

#DBF8B4 color CMYK value is (12,0,27,3).

  • cyan value is 11.69%
  • magenta value is 0.00%
  • yellow value is 27.42%
  • key color value is 2.75%

CMYK: (12,0,27,3)
C12M0Y27K3 (12%, 0%, 27%, 3%)
(0.12 / 0.00 / 0.27 / 0.03)

CMYK percentages

%11.69
%0
%27.42
%2.75

Codes

Color #DBF8B4 in popluar color models

DB F8 B4
RGB 219 248 180
HSL 86° 82.93% 83.92%
HSB/HSV 86° 27.42% 97.25%
CMYK 11.69% 0.00% 27.42%
2.75%

Color #DBF8B4 in popluar number systems.

HEX DB F8 B4
Decimal 219 248 180
Binary 11011011 11111000 10110100
Octal 333 370 264

Shades and tints

Shades of #DBF8B4

#DBF8B4
(219,248,180)
#C8E2A4
(200,226,164)
#B5CC94
(181,204,148)
#A2B684
(162,182,132)
#8FA074
(143,160,116)
#7C8A64
(124,138,100)
#697454
(105,116,84)
#565E44
(86,94,68)
#434834
(67,72,52)
#303224
(48,50,36)
#1D1C14
(29,28,20)
#000000
(0,0,0)

Tints of #DBF8B4

#DBF8B4
(219,248,180)
#DEF8BA
(222,248,186)
#E1F8C0
(225,248,192)
#E4F8C6
(228,248,198)
#E7F8CC
(231,248,204)
#EAF8D2
(234,248,210)
#EDF8D8
(237,248,216)
#F0F8DE
(240,248,222)
#F3F8E4
(243,248,228)
#F6F8EA
(246,248,234)
#F9F8F0
(249,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF8B4 color. Also use rgb(219,248,180) instead hex code.

Text Font Color

.myTextColor { color: #DBF8B4; }

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

This text font color is #DBF8B4.

Background Color

.myBgColor { background-color: #DBF8B4; }

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

This div background color is #DBF8B4.

Border color

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

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

This div border color is #DBF8B4.

Opacity

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

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

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

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

This text has shadow with #DBF8B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF8B4.

Preview

Color preview on black background

This text has color #DBF8B4 on black background.


Color preview on white background

This text has color #DBF8B4 on white background.


Black color preview on #DBF8B4 background

This text has black color on #DBF8B4 background.


White color preview on #DBF8B4 background

This text has white color on #DBF8B4 background.


Related colors

Complementary color

Complementary color for #hex is #24074B.


I love getcolorcode.com

Triadic colors

1 #B4DBF8 and #F8B4DB with #DBF8B4 are triadic colors.

2 #B4F8DB and #F8DBB4 with #DBF8B4 are triadic colors.