COLOR #DBFCC9

HEX: #DBFCC9
RGB: (219,252,201)

Color info

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

RGB color model

#DBFCC9 color RGB value is (219,252,201).

  • red value is 219;
  • green value is 252;
  • blue value is 201.
RGB:
(219,252,201)
(86%,99%,79%)

RGB channels and saturation

R 219 of 255 = 86%
G 252 of 255 = 99%
B 201 of 255 = 79%

219
252
201

R + G + B ~ 88%. #DBFCC9 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 252 + 201 = 672 (100%)
R 219 of 672 ~ 32.59%
G 252 of 672 ~ 37.5%
B 201 of 672 ~ 29.91%

%32.59
%37.5
%29.91

CMYK color model

#DBFCC9 color CMYK value is (13,0,20,1).

  • cyan value is 13.10%
  • magenta value is 0.00%
  • yellow value is 20.24%
  • key color value is 1.18%
CMYK:
(13,0,20,1)
C13M0Y20K1 
(13%,0%,20%,1%)
(0.13/0.00/0.20/0.01)	

CMYK percentages

%13.1
%0
%20.24
%1.18

Codes

Color #DBFCC9 in popluar color models

DBFCC9
RGB219252201
HSL99°89.47%88.82%
HSB/HSV99°20.24%98.82%
CMYK13.10%0.00%20.24%
1.18%

Color #DBFCC9 in popluar number systems.

HEXDBFCC9
Decimal219252201
Binary110110111111110011001001
Octal333374311

Shades and tints

Shades of #DBFCC9

#DBFCC9
(219,252,201)
#C8E6B7
(200,230,183)
#B5D0A5
(181,208,165)
#A2BA93
(162,186,147)
#8FA481
(143,164,129)
#7C8E6F
(124,142,111)
#69785D
(105,120,93)
#56624B
(86,98,75)
#434C39
(67,76,57)
#303627
(48,54,39)
#1D2015
(29,32,21)
#000000
(0,0,0)

Tints of #DBFCC9

#DBFCC9
(219,252,201)
#DEFCCD
(222,252,205)
#E1FCD1
(225,252,209)
#E4FCD5
(228,252,213)
#E7FCD9
(231,252,217)
#EAFCDD
(234,252,221)
#EDFCE1
(237,252,225)
#F0FCE5
(240,252,229)
#F3FCE9
(243,252,233)
#F6FCED
(246,252,237)
#F9FCF1
(249,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBFCC9 color. Also use rgb(219,252,201) instead hex code.

Text Font Color

.myTextColor { color: #DBFCC9; }

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

This text font color is #DBFCC9.


Background Color

.myBgColor { background-color: #DBFCC9; }

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

This div background color is #DBFCC9.


Border color

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

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

This div border color is #DBFCC9.


Opacity

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

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

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

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

This text has shadow with #DBFCC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBFCC9 on black background.


Color preview on white background

This text has color #DBFCC9 on white background.



Black color preview on #DBFCC9 background

This text has black color on #DBFCC9 background.


White color preview on #DBFCC9 background

This text has white color on #DBFCC9 background.