COLOR #DBFEC9

HEX: #DBFEC9
RGB: (219,254,201)

Color info

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

RGB color model

#DBFEC9 color RGB value is (219,254,201).

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

RGB channels and saturation

R 219 of 255 = 86%
G 254 of 255 = 100%
B 201 of 255 = 79%

219
254
201

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

Portions of RGB colors in percentages

R + G + B =
219 + 254 + 201 = 674 (100%)
R 219 of 674 ~ 32.49%
G 254 of 674 ~ 37.69%
B 201 of 674 ~ 29.82%

%32.49
%37.69
%29.82

CMYK color model

#DBFEC9 color CMYK value is (14,0,21,0).

  • cyan value is 13.78%
  • magenta value is 0.00%
  • yellow value is 20.87%
  • key color value is 0.39%
CMYK:
(14,0,21,0)
C14M0Y21K0 
(14%,0%,21%,0%)
(0.14/0.00/0.21/0.00)	

CMYK percentages

%13.78
%0
%20.87
%0.39

Codes

Color #DBFEC9 in popluar color models

DBFEC9
RGB219254201
HSL100°96.36%89.22%
HSB/HSV100°20.87%99.61%
CMYK13.78%0.00%20.87%
0.39%

Color #DBFEC9 in popluar number systems.

HEXDBFEC9
Decimal219254201
Binary110110111111111011001001
Octal333376311

Shades and tints

Shades of #DBFEC9

#DBFEC9
(219,254,201)
#C8E7B7
(200,231,183)
#B5D0A5
(181,208,165)
#A2B993
(162,185,147)
#8FA281
(143,162,129)
#7C8B6F
(124,139,111)
#69745D
(105,116,93)
#565D4B
(86,93,75)
#434639
(67,70,57)
#302F27
(48,47,39)
#1D1815
(29,24,21)
#000000
(0,0,0)

Tints of #DBFEC9

#DBFEC9
(219,254,201)
#DEFECD
(222,254,205)
#E1FED1
(225,254,209)
#E4FED5
(228,254,213)
#E7FED9
(231,254,217)
#EAFEDD
(234,254,221)
#EDFEE1
(237,254,225)
#F0FEE5
(240,254,229)
#F3FEE9
(243,254,233)
#F6FEED
(246,254,237)
#F9FEF1
(249,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBFEC9; }

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

This text font color is #DBFEC9.


Background Color

.myBgColor { background-color: #DBFEC9; }

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

This div background color is #DBFEC9.


Border color

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

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

This div border color is #DBFEC9.


Opacity

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

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

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

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

This text has shadow with #DBFEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBFEC9 on black background.


Color preview on white background

This text has color #DBFEC9 on white background.



Black color preview on #DBFEC9 background

This text has black color on #DBFEC9 background.


White color preview on #DBFEC9 background

This text has white color on #DBFEC9 background.