COLOR #DBF9C2

HEX: #DBF9C2
RGB: (219,249,194)

Color info

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

RGB color model

#DBF9C2 color RGB value is (219,249,194).

  • red value is 219;
  • green value is 249;
  • blue value is 194.
RGB:
(219,249,194)
(86%,98%,76%)

RGB channels and saturation

R 219 of 255 = 86%
G 249 of 255 = 98%
B 194 of 255 = 76%

219
249
194

R + G + B ~ 87%. #DBF9C2 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 249 + 194 = 662 (100%)
R 219 of 662 ~ 33.08%
G 249 of 662 ~ 37.61%
B 194 of 662 ~ 29.31%

%33.08
%37.61
%29.31

CMYK color model

#DBF9C2 color CMYK value is (12,0,22,2).

  • cyan value is 12.05%
  • magenta value is 0.00%
  • yellow value is 22.09%
  • key color value is 2.35%
CMYK:
(12,0,22,2)
C12M0Y22K2 
(12%,0%,22%,2%)
(0.12/0.00/0.22/0.02)	

CMYK percentages

%12.05
%0
%22.09
%2.35

Codes

Color #DBF9C2 in popluar color models

DBF9C2
RGB219249194
HSL93°82.09%86.86%
HSB/HSV93°22.09%97.65%
CMYK12.05%0.00%22.09%
2.35%

Color #DBF9C2 in popluar number systems.

HEXDBF9C2
Decimal219249194
Binary110110111111100111000010
Octal333371302

Shades and tints

Shades of #DBF9C2

#DBF9C2
(219,249,194)
#C8E3B1
(200,227,177)
#B5CDA0
(181,205,160)
#A2B78F
(162,183,143)
#8FA17E
(143,161,126)
#7C8B6D
(124,139,109)
#69755C
(105,117,92)
#565F4B
(86,95,75)
#43493A
(67,73,58)
#303329
(48,51,41)
#1D1D18
(29,29,24)
#000000
(0,0,0)

Tints of #DBF9C2

#DBF9C2
(219,249,194)
#DEF9C7
(222,249,199)
#E1F9CC
(225,249,204)
#E4F9D1
(228,249,209)
#E7F9D6
(231,249,214)
#EAF9DB
(234,249,219)
#EDF9E0
(237,249,224)
#F0F9E5
(240,249,229)
#F3F9EA
(243,249,234)
#F6F9EF
(246,249,239)
#F9F9F4
(249,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF9C2 color. Also use rgb(219,249,194) instead hex code.

Text Font Color

.myTextColor { color: #DBF9C2; }

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

This text font color is #DBF9C2.


Background Color

.myBgColor { background-color: #DBF9C2; }

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

This div background color is #DBF9C2.


Border color

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

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

This div border color is #DBF9C2.


Opacity

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

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

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

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

This text has shadow with #DBF9C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF9C2 on black background.


Color preview on white background

This text has color #DBF9C2 on white background.



Black color preview on #DBF9C2 background

This text has black color on #DBF9C2 background.


White color preview on #DBF9C2 background

This text has white color on #DBF9C2 background.