COLOR #DBF3CE

HEX: #DBF3CE
RGB: (219,243,206)

Color info

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

RGB color model

#DBF3CE color RGB value is (219,243,206).

  • red value is 219;
  • green value is 243;
  • blue value is 206.
RGB:
(219,243,206)
(86%,95%,81%)

RGB channels and saturation

R 219 of 255 = 86%
G 243 of 255 = 95%
B 206 of 255 = 81%

219
243
206

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

Portions of RGB colors in percentages

R + G + B =
219 + 243 + 206 = 668 (100%)
R 219 of 668 ~ 32.78%
G 243 of 668 ~ 36.38%
B 206 of 668 ~ 30.84%

%32.78
%36.38
%30.84

CMYK color model

#DBF3CE color CMYK value is (10,0,15,5).

  • cyan value is 9.88%
  • magenta value is 0.00%
  • yellow value is 15.23%
  • key color value is 4.71%
CMYK:
(10,0,15,5)
C10M0Y15K5 
(10%,0%,15%,5%)
(0.10/0.00/0.15/0.05)	

CMYK percentages

%9.88
%0
%15.23
%4.71

Codes

Color #DBF3CE in popluar color models

DBF3CE
RGB219243206
HSL99°60.66%88.04%
HSB/HSV99°15.23%95.29%
CMYK9.88%0.00%15.23%
4.71%

Color #DBF3CE in popluar number systems.

HEXDBF3CE
Decimal219243206
Binary110110111111001111001110
Octal333363316

Shades and tints

Shades of #DBF3CE

#DBF3CE
(219,243,206)
#C8DDBC
(200,221,188)
#B5C7AA
(181,199,170)
#A2B198
(162,177,152)
#8F9B86
(143,155,134)
#7C8574
(124,133,116)
#696F62
(105,111,98)
#565950
(86,89,80)
#43433E
(67,67,62)
#302D2C
(48,45,44)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #DBF3CE

#DBF3CE
(219,243,206)
#DEF4D2
(222,244,210)
#E1F5D6
(225,245,214)
#E4F6DA
(228,246,218)
#E7F7DE
(231,247,222)
#EAF8E2
(234,248,226)
#EDF9E6
(237,249,230)
#F0FAEA
(240,250,234)
#F3FBEE
(243,251,238)
#F6FCF2
(246,252,242)
#F9FDF6
(249,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF3CE color. Also use rgb(219,243,206) instead hex code.

Text Font Color

.myTextColor { color: #DBF3CE; }

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

This text font color is #DBF3CE.


Background Color

.myBgColor { background-color: #DBF3CE; }

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

This div background color is #DBF3CE.


Border color

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

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

This div border color is #DBF3CE.


Opacity

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

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

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

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

This text has shadow with #DBF3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF3CE on black background.


Color preview on white background

This text has color #DBF3CE on white background.



Black color preview on #DBF3CE background

This text has black color on #DBF3CE background.


White color preview on #DBF3CE background

This text has white color on #DBF3CE background.