COLOR #DBF2C6

HEX: #DBF2C6
RGB: (219,242,198)

Color info

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

RGB color model

#DBF2C6 color RGB value is (219,242,198).

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

RGB channels and saturation

R 219 of 255 = 86%
G 242 of 255 = 95%
B 198 of 255 = 78%

219
242
198

R + G + B ~ 86%. #DBF2C6 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 242 + 198 = 659 (100%)
R 219 of 659 ~ 33.23%
G 242 of 659 ~ 36.72%
B 198 of 659 ~ 30.05%

%33.23
%36.72
%30.05

CMYK color model

#DBF2C6 color CMYK value is (10,0,18,5).

  • cyan value is 9.50%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 5.10%
CMYK:
(10,0,18,5)
C10M0Y18K5 
(10%,0%,18%,5%)
(0.10/0.00/0.18/0.05)	

CMYK percentages

%9.5
%0
%18.18
%5.1

Codes

Color #DBF2C6 in popluar color models

DBF2C6
RGB219242198
HSL91°62.86%86.27%
HSB/HSV91°18.18%94.90%
CMYK9.50%0.00%18.18%
5.10%

Color #DBF2C6 in popluar number systems.

HEXDBF2C6
Decimal219242198
Binary110110111111001011000110
Octal333362306

Shades and tints

Shades of #DBF2C6

#DBF2C6
(219,242,198)
#C8DCB4
(200,220,180)
#B5C6A2
(181,198,162)
#A2B090
(162,176,144)
#8F9A7E
(143,154,126)
#7C846C
(124,132,108)
#696E5A
(105,110,90)
#565848
(86,88,72)
#434236
(67,66,54)
#302C24
(48,44,36)
#1D1612
(29,22,18)
#000000
(0,0,0)

Tints of #DBF2C6

#DBF2C6
(219,242,198)
#DEF3CB
(222,243,203)
#E1F4D0
(225,244,208)
#E4F5D5
(228,245,213)
#E7F6DA
(231,246,218)
#EAF7DF
(234,247,223)
#EDF8E4
(237,248,228)
#F0F9E9
(240,249,233)
#F3FAEE
(243,250,238)
#F6FBF3
(246,251,243)
#F9FCF8
(249,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF2C6; }

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

This text font color is #DBF2C6.


Background Color

.myBgColor { background-color: #DBF2C6; }

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

This div background color is #DBF2C6.


Border color

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

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

This div border color is #DBF2C6.


Opacity

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

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

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

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

This text has shadow with #DBF2C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF2C6 on black background.


Color preview on white background

This text has color #DBF2C6 on white background.



Black color preview on #DBF2C6 background

This text has black color on #DBF2C6 background.


White color preview on #DBF2C6 background

This text has white color on #DBF2C6 background.