COLOR #DBF1C7

HEX: #DBF1C7
RGB: (219,241,199)

Color info

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

RGB color model

#DBF1C7 color RGB value is (219,241,199).

  • red value is 219;
  • green value is 241;
  • blue value is 199.
RGB:
(219,241,199)
(86%,95%,78%)

RGB channels and saturation

R 219 of 255 = 86%
G 241 of 255 = 95%
B 199 of 255 = 78%

219
241
199

R + G + B ~ 86%. #DBF1C7 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 241 + 199 = 659 (100%)
R 219 of 659 ~ 33.23%
G 241 of 659 ~ 36.57%
B 199 of 659 ~ 30.2%

%33.23
%36.57
%30.2

CMYK color model

#DBF1C7 color CMYK value is (9,0,17,5).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 17.43%
  • key color value is 5.49%
CMYK:
(9,0,17,5)
C9M0Y17K5 
(9%,0%,17%,5%)
(0.09/0.00/0.17/0.05)	

CMYK percentages

%9.13
%0
%17.43
%5.49

Codes

Color #DBF1C7 in popluar color models

DBF1C7
RGB219241199
HSL91°60.00%86.27%
HSB/HSV91°17.43%94.51%
CMYK9.13%0.00%17.43%
5.49%

Color #DBF1C7 in popluar number systems.

HEXDBF1C7
Decimal219241199
Binary110110111111000111000111
Octal333361307

Shades and tints

Shades of #DBF1C7

#DBF1C7
(219,241,199)
#C8DCB5
(200,220,181)
#B5C7A3
(181,199,163)
#A2B291
(162,178,145)
#8F9D7F
(143,157,127)
#7C886D
(124,136,109)
#69735B
(105,115,91)
#565E49
(86,94,73)
#434937
(67,73,55)
#303425
(48,52,37)
#1D1F13
(29,31,19)
#000000
(0,0,0)

Tints of #DBF1C7

#DBF1C7
(219,241,199)
#DEF2CC
(222,242,204)
#E1F3D1
(225,243,209)
#E4F4D6
(228,244,214)
#E7F5DB
(231,245,219)
#EAF6E0
(234,246,224)
#EDF7E5
(237,247,229)
#F0F8EA
(240,248,234)
#F3F9EF
(243,249,239)
#F6FAF4
(246,250,244)
#F9FBF9
(249,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF1C7 color. Also use rgb(219,241,199) instead hex code.

Text Font Color

.myTextColor { color: #DBF1C7; }

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

This text font color is #DBF1C7.


Background Color

.myBgColor { background-color: #DBF1C7; }

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

This div background color is #DBF1C7.


Border color

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

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

This div border color is #DBF1C7.


Opacity

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

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

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

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

This text has shadow with #DBF1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF1C7 on black background.


Color preview on white background

This text has color #DBF1C7 on white background.



Black color preview on #DBF1C7 background

This text has black color on #DBF1C7 background.


White color preview on #DBF1C7 background

This text has white color on #DBF1C7 background.