COLOR #DBF2C0

HEX: #DBF2C0
RGB: (219,242,192)

Color info

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

RGB color model

#DBF2C0 color RGB value is (219,242,192).

  • red value is 219;
  • green value is 242;
  • blue value is 192.
RGB:
(219,242,192)
(86%,95%,75%)

RGB channels and saturation

R 219 of 255 = 86%
G 242 of 255 = 95%
B 192 of 255 = 75%

219
242
192

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

Portions of RGB colors in percentages

R + G + B =
219 + 242 + 192 = 653 (100%)
R 219 of 653 ~ 33.54%
G 242 of 653 ~ 37.06%
B 192 of 653 ~ 29.4%

%33.54
%37.06
%29.4

CMYK color model

#DBF2C0 color CMYK value is (10,0,21,5).

  • cyan value is 9.50%
  • magenta value is 0.00%
  • yellow value is 20.66%
  • key color value is 5.10%
CMYK:
(10,0,21,5)
C10M0Y21K5 
(10%,0%,21%,5%)
(0.10/0.00/0.21/0.05)	

CMYK percentages

%9.5
%0
%20.66
%5.1

Codes

Color #DBF2C0 in popluar color models

DBF2C0
RGB219242192
HSL88°65.79%85.10%
HSB/HSV88°20.66%94.90%
CMYK9.50%0.00%20.66%
5.10%

Color #DBF2C0 in popluar number systems.

HEXDBF2C0
Decimal219242192
Binary110110111111001011000000
Octal333362300

Shades and tints

Shades of #DBF2C0

#DBF2C0
(219,242,192)
#C8DCAF
(200,220,175)
#B5C69E
(181,198,158)
#A2B08D
(162,176,141)
#8F9A7C
(143,154,124)
#7C846B
(124,132,107)
#696E5A
(105,110,90)
#565849
(86,88,73)
#434238
(67,66,56)
#302C27
(48,44,39)
#1D1616
(29,22,22)
#000000
(0,0,0)

Tints of #DBF2C0

#DBF2C0
(219,242,192)
#DEF3C5
(222,243,197)
#E1F4CA
(225,244,202)
#E4F5CF
(228,245,207)
#E7F6D4
(231,246,212)
#EAF7D9
(234,247,217)
#EDF8DE
(237,248,222)
#F0F9E3
(240,249,227)
#F3FAE8
(243,250,232)
#F6FBED
(246,251,237)
#F9FCF2
(249,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF2C0 color. Also use rgb(219,242,192) instead hex code.

Text Font Color

.myTextColor { color: #DBF2C0; }

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

This text font color is #DBF2C0.


Background Color

.myBgColor { background-color: #DBF2C0; }

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

This div background color is #DBF2C0.


Border color

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

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

This div border color is #DBF2C0.


Opacity

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

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

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

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

This text has shadow with #DBF2C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF2C0 on black background.


Color preview on white background

This text has color #DBF2C0 on white background.



Black color preview on #DBF2C0 background

This text has black color on #DBF2C0 background.


White color preview on #DBF2C0 background

This text has white color on #DBF2C0 background.