COLOR #DBF5D3

HEX: #DBF5D3 RGB: (219,245,211)

Color info

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

RGB color model

#DBF5D3 color RGB value is (219,245,211).

RGB: (219,245,211) (86%, 96%, 83%)

RGB channels and saturation

R 219 of 255 = 86%
G 245 of 255 = 96%
B 211 of 255 = 83%

219
245
211

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

Portions of RGB colors in percentages

R + G + B = 219 + 245 + 211 = 675 (100%)
R 219 of 675 ~ 32.44%
G 245 of 675 ~ 36.3%
B 211 of 675 ~ 31.26'%

%32.44
%36.3
%31.26

CMYK color model

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

  • cyan value is 10.61%
  • magenta value is 0.00%
  • yellow value is 13.88%
  • 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
%13.88
%3.92

Codes

Color #DBF5D3 in popluar color models

DB F5 D3
RGB 219 245 211
HSL 106° 62.96% 89.41%
HSB/HSV 106° 13.88% 96.08%
CMYK 10.61% 0.00% 13.88%
3.92%

Color #DBF5D3 in popluar number systems.

HEX DB F5 D3
Decimal 219 245 211
Binary 11011011 11110101 11010011
Octal 333 365 323

Shades and tints

Shades of #DBF5D3

#DBF5D3
(219,245,211)
#C8DFC0
(200,223,192)
#B5C9AD
(181,201,173)
#A2B39A
(162,179,154)
#8F9D87
(143,157,135)
#7C8774
(124,135,116)
#697161
(105,113,97)
#565B4E
(86,91,78)
#43453B
(67,69,59)
#302F28
(48,47,40)
#1D1915
(29,25,21)
#000000
(0,0,0)

Tints of #DBF5D3

#DBF5D3
(219,245,211)
#DEF5D7
(222,245,215)
#E1F5DB
(225,245,219)
#E4F5DF
(228,245,223)
#E7F5E3
(231,245,227)
#EAF5E7
(234,245,231)
#EDF5EB
(237,245,235)
#F0F5EF
(240,245,239)
#F3F5F3
(243,245,243)
#F6F5F7
(246,245,247)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF5D3; }

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

This text font color is #DBF5D3.

Background Color

.myBgColor { background-color: #DBF5D3; }

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

This div background color is #DBF5D3.

Border color

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

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

This div border color is #DBF5D3.

Opacity

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

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

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

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

This text has shadow with #DBF5D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF5D3.

Preview

Color preview on black background

This text has color #DBF5D3 on black background.


Color preview on white background

This text has color #DBF5D3 on white background.


Black color preview on #DBF5D3 background

This text has black color on #DBF5D3 background.


White color preview on #DBF5D3 background

This text has white color on #DBF5D3 background.


Related colors

Complementary color

Complementary color for #hex is #240A2C.


I love getcolorcode.com

Triadic colors

1 #D3DBF5 and #F5D3DB with #DBF5D3 are triadic colors.

2 #D3F5DB and #F5DBD3 with #DBF5D3 are triadic colors.