COLOR #DBF4B4

HEX: #DBF4B4 RGB: (219,244,180)

Color info

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

RGB color model

#DBF4B4 color RGB value is (219,244,180).

RGB: (219,244,180) (86%, 96%, 71%)

RGB channels and saturation

R 219 of 255 = 86%
G 244 of 255 = 96%
B 180 of 255 = 71%

219
244
180

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

Portions of RGB colors in percentages

R + G + B = 219 + 244 + 180 = 643 (100%)
R 219 of 643 ~ 34.06%
G 244 of 643 ~ 37.95%
B 180 of 643 ~ 27.99'%

%34.06
%37.95
%27.99

CMYK color model

#DBF4B4 color CMYK value is (10,0,26,4).

  • cyan value is 10.25%
  • magenta value is 0.00%
  • yellow value is 26.23%
  • key color value is 4.31%

CMYK: (10,0,26,4)
C10M0Y26K4 (10%, 0%, 26%, 4%)
(0.10 / 0.00 / 0.26 / 0.04)

CMYK percentages

%10.25
%0
%26.23
%4.31

Codes

Color #DBF4B4 in popluar color models

DB F4 B4
RGB 219 244 180
HSL 83° 74.42% 83.14%
HSB/HSV 83° 26.23% 95.69%
CMYK 10.25% 0.00% 26.23%
4.31%

Color #DBF4B4 in popluar number systems.

HEX DB F4 B4
Decimal 219 244 180
Binary 11011011 11110100 10110100
Octal 333 364 264

Shades and tints

Shades of #DBF4B4

#DBF4B4
(219,244,180)
#C8DEA4
(200,222,164)
#B5C894
(181,200,148)
#A2B284
(162,178,132)
#8F9C74
(143,156,116)
#7C8664
(124,134,100)
#697054
(105,112,84)
#565A44
(86,90,68)
#434434
(67,68,52)
#302E24
(48,46,36)
#1D1814
(29,24,20)
#000000
(0,0,0)

Tints of #DBF4B4

#DBF4B4
(219,244,180)
#DEF5BA
(222,245,186)
#E1F6C0
(225,246,192)
#E4F7C6
(228,247,198)
#E7F8CC
(231,248,204)
#EAF9D2
(234,249,210)
#EDFAD8
(237,250,216)
#F0FBDE
(240,251,222)
#F3FCE4
(243,252,228)
#F6FDEA
(246,253,234)
#F9FEF0
(249,254,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF4B4; }

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

This text font color is #DBF4B4.

Background Color

.myBgColor { background-color: #DBF4B4; }

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

This div background color is #DBF4B4.

Border color

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

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

This div border color is #DBF4B4.

Opacity

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

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

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

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

This text has shadow with #DBF4B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF4B4.

Preview

Color preview on black background

This text has color #DBF4B4 on black background.


Color preview on white background

This text has color #DBF4B4 on white background.


Black color preview on #DBF4B4 background

This text has black color on #DBF4B4 background.


White color preview on #DBF4B4 background

This text has white color on #DBF4B4 background.


Related colors

Complementary color

Complementary color for #hex is #240B4B.


I love getcolorcode.com

Triadic colors

1 #B4DBF4 and #F4B4DB with #DBF4B4 are triadic colors.

2 #B4F4DB and #F4DBB4 with #DBF4B4 are triadic colors.