COLOR #DBF8B7

HEX: #DBF8B7
RGB: (219,248,183)

Color info

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

RGB color model

#DBF8B7 color RGB value is (219,248,183).

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

RGB channels and saturation

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

219
248
183

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

Portions of RGB colors in percentages

R + G + B =
219 + 248 + 183 = 650 (100%)
R 219 of 650 ~ 33.69%
G 248 of 650 ~ 38.15%
B 183 of 650 ~ 28.15%

%33.69
%38.15
%28.15

CMYK color model

#DBF8B7 color CMYK value is (12,0,26,3).

  • cyan value is 11.69%
  • magenta value is 0.00%
  • yellow value is 26.21%
  • key color value is 2.75%
CMYK:
(12,0,26,3)
C12M0Y26K3 
(12%,0%,26%,3%)
(0.12/0.00/0.26/0.03)	

CMYK percentages

%11.69
%0
%26.21
%2.75

Codes

Color #DBF8B7 in popluar color models

DBF8B7
RGB219248183
HSL87°82.28%84.51%
HSB/HSV87°26.21%97.25%
CMYK11.69%0.00%26.21%
2.75%

Color #DBF8B7 in popluar number systems.

HEXDBF8B7
Decimal219248183
Binary110110111111100010110111
Octal333370267

Shades and tints

Shades of #DBF8B7

#DBF8B7
(219,248,183)
#C8E2A7
(200,226,167)
#B5CC97
(181,204,151)
#A2B687
(162,182,135)
#8FA077
(143,160,119)
#7C8A67
(124,138,103)
#697457
(105,116,87)
#565E47
(86,94,71)
#434837
(67,72,55)
#303227
(48,50,39)
#1D1C17
(29,28,23)
#000000
(0,0,0)

Tints of #DBF8B7

#DBF8B7
(219,248,183)
#DEF8BD
(222,248,189)
#E1F8C3
(225,248,195)
#E4F8C9
(228,248,201)
#E7F8CF
(231,248,207)
#EAF8D5
(234,248,213)
#EDF8DB
(237,248,219)
#F0F8E1
(240,248,225)
#F3F8E7
(243,248,231)
#F6F8ED
(246,248,237)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF8B7; }

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

This text font color is #DBF8B7.


Background Color

.myBgColor { background-color: #DBF8B7; }

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

This div background color is #DBF8B7.


Border color

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

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

This div border color is #DBF8B7.


Opacity

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

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

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

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

This text has shadow with #DBF8B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF8B7 on black background.


Color preview on white background

This text has color #DBF8B7 on white background.



Black color preview on #DBF8B7 background

This text has black color on #DBF8B7 background.


White color preview on #DBF8B7 background

This text has white color on #DBF8B7 background.