COLOR #DBF5D2

HEX: #DBF5D2 RGB: (219,245,210)

Color info

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

RGB color model

#DBF5D2 color RGB value is (219,245,210).

RGB: (219,245,210) (86%, 96%, 82%)

RGB channels and saturation

R 219 of 255 = 86%
G 245 of 255 = 96%
B 210 of 255 = 82%

219
245
210

R + G + B ~ 88%. #DBF5D2 is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 245 + 210 = 674 (100%)
R 219 of 674 ~ 32.49%
G 245 of 674 ~ 36.35%
B 210 of 674 ~ 31.16'%

%32.49
%36.35
%31.16

CMYK color model

#DBF5D2 color CMYK value is (11,0,14,4).

  • cyan value is 10.61%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 3.92%

CMYK: (11,0,14,4)
C11M0Y14K4 (11%, 0%, 14%, 4%)
(0.11 / 0.00 / 0.14 / 0.04)

CMYK percentages

%10.61
%0
%14.29
%3.92

Codes

Color #DBF5D2 in popluar color models

DB F5 D2
RGB 219 245 210
HSL 105° 63.64% 89.22%
HSB/HSV 105° 14.29% 96.08%
CMYK 10.61% 0.00% 14.29%
3.92%

Color #DBF5D2 in popluar number systems.

HEX DB F5 D2
Decimal 219 245 210
Binary 11011011 11110101 11010010
Octal 333 365 322

Shades and tints

Shades of #DBF5D2

#DBF5D2
(219,245,210)
#C8DFBF
(200,223,191)
#B5C9AC
(181,201,172)
#A2B399
(162,179,153)
#8F9D86
(143,157,134)
#7C8773
(124,135,115)
#697160
(105,113,96)
#565B4D
(86,91,77)
#43453A
(67,69,58)
#302F27
(48,47,39)
#1D1914
(29,25,20)
#000000
(0,0,0)

Tints of #DBF5D2

#DBF5D2
(219,245,210)
#DEF5D6
(222,245,214)
#E1F5DA
(225,245,218)
#E4F5DE
(228,245,222)
#E7F5E2
(231,245,226)
#EAF5E6
(234,245,230)
#EDF5EA
(237,245,234)
#F0F5EE
(240,245,238)
#F3F5F2
(243,245,242)
#F6F5F6
(246,245,246)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF5D2 color. Also use rgb(219,245,210) instead hex code.

Text Font Color

.myTextColor { color: #DBF5D2; }

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

This text font color is #DBF5D2.

Background Color

.myBgColor { background-color: #DBF5D2; }

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

This div background color is #DBF5D2.

Border color

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

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

This div border color is #DBF5D2.

Opacity

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

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

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

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

This text has shadow with #DBF5D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF5D2.

Preview

Color preview on black background

This text has color #DBF5D2 on black background.


Color preview on white background

This text has color #DBF5D2 on white background.


Black color preview on #DBF5D2 background

This text has black color on #DBF5D2 background.


White color preview on #DBF5D2 background

This text has white color on #DBF5D2 background.


Related colors

Complementary color

Complementary color for #hex is #240A2D.


I love getcolorcode.com

Triadic colors

1 #D2DBF5 and #F5D2DB with #DBF5D2 are triadic colors.

2 #D2F5DB and #F5DBD2 with #DBF5D2 are triadic colors.