COLOR #DBF7B7

HEX: #DBF7B7
RGB: (219,247,183)

Color info

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

RGB color model

#DBF7B7 color RGB value is (219,247,183).

  • red value is 219;
  • green value is 247;
  • blue value is 183.
RGB:
(219,247,183)
(86%,97%,72%)

RGB channels and saturation

R 219 of 255 = 86%
G 247 of 255 = 97%
B 183 of 255 = 72%

219
247
183

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

Portions of RGB colors in percentages

R + G + B =
219 + 247 + 183 = 649 (100%)
R 219 of 649 ~ 33.74%
G 247 of 649 ~ 38.06%
B 183 of 649 ~ 28.2%

%33.74
%38.06
%28.2

CMYK color model

#DBF7B7 color CMYK value is (11,0,26,3).

  • cyan value is 11.34%
  • magenta value is 0.00%
  • yellow value is 25.91%
  • key color value is 3.14%
CMYK:
(11,0,26,3)
C11M0Y26K3 
(11%,0%,26%,3%)
(0.11/0.00/0.26/0.03)	

CMYK percentages

%11.34
%0
%25.91
%3.14

Codes

Color #DBF7B7 in popluar color models

DBF7B7
RGB219247183
HSL86°80.00%84.31%
HSB/HSV86°25.91%96.86%
CMYK11.34%0.00%25.91%
3.14%

Color #DBF7B7 in popluar number systems.

HEXDBF7B7
Decimal219247183
Binary110110111111011110110111
Octal333367267

Shades and tints

Shades of #DBF7B7

#DBF7B7
(219,247,183)
#C8E1A7
(200,225,167)
#B5CB97
(181,203,151)
#A2B587
(162,181,135)
#8F9F77
(143,159,119)
#7C8967
(124,137,103)
#697357
(105,115,87)
#565D47
(86,93,71)
#434737
(67,71,55)
#303127
(48,49,39)
#1D1B17
(29,27,23)
#000000
(0,0,0)

Tints of #DBF7B7

#DBF7B7
(219,247,183)
#DEF7BD
(222,247,189)
#E1F7C3
(225,247,195)
#E4F7C9
(228,247,201)
#E7F7CF
(231,247,207)
#EAF7D5
(234,247,213)
#EDF7DB
(237,247,219)
#F0F7E1
(240,247,225)
#F3F7E7
(243,247,231)
#F6F7ED
(246,247,237)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF7B7 color. Also use rgb(219,247,183) instead hex code.

Text Font Color

.myTextColor { color: #DBF7B7; }

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

This text font color is #DBF7B7.


Background Color

.myBgColor { background-color: #DBF7B7; }

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

This div background color is #DBF7B7.


Border color

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

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

This div border color is #DBF7B7.


Opacity

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

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

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

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

This text has shadow with #DBF7B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF7B7 on black background.


Color preview on white background

This text has color #DBF7B7 on white background.



Black color preview on #DBF7B7 background

This text has black color on #DBF7B7 background.


White color preview on #DBF7B7 background

This text has white color on #DBF7B7 background.