COLOR #DBF4D8

HEX: #DBF4D8
RGB: (219,244,216)

Color info

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

RGB color model

#DBF4D8 color RGB value is (219,244,216).

  • red value is 219;
  • green value is 244;
  • blue value is 216.
RGB:
(219,244,216)
(86%,96%,85%)

RGB channels and saturation

R 219 of 255 = 86%
G 244 of 255 = 96%
B 216 of 255 = 85%

219
244
216

R + G + B ~ 89%. #DBF4D8 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 244 + 216 = 679 (100%)
R 219 of 679 ~ 32.25%
G 244 of 679 ~ 35.94%
B 216 of 679 ~ 31.81%

%32.25
%35.94
%31.81

CMYK color model

#DBF4D8 color CMYK value is (10,0,11,4).

  • cyan value is 10.25%
  • magenta value is 0.00%
  • yellow value is 11.48%
  • key color value is 4.31%
CMYK:
(10,0,11,4)
C10M0Y11K4 
(10%,0%,11%,4%)
(0.10/0.00/0.11/0.04)	

CMYK percentages

%10.25
%0
%11.48
%4.31

Codes

Color #DBF4D8 in popluar color models

DBF4D8
RGB219244216
HSL114°56.00%90.20%
HSB/HSV114°11.48%95.69%
CMYK10.25%0.00%11.48%
4.31%

Color #DBF4D8 in popluar number systems.

HEXDBF4D8
Decimal219244216
Binary110110111111010011011000
Octal333364330

Shades and tints

Shades of #DBF4D8

#DBF4D8
(219,244,216)
#C8DEC5
(200,222,197)
#B5C8B2
(181,200,178)
#A2B29F
(162,178,159)
#8F9C8C
(143,156,140)
#7C8679
(124,134,121)
#697066
(105,112,102)
#565A53
(86,90,83)
#434440
(67,68,64)
#302E2D
(48,46,45)
#1D181A
(29,24,26)
#000000
(0,0,0)

Tints of #DBF4D8

#DBF4D8
(219,244,216)
#DEF5DB
(222,245,219)
#E1F6DE
(225,246,222)
#E4F7E1
(228,247,225)
#E7F8E4
(231,248,228)
#EAF9E7
(234,249,231)
#EDFAEA
(237,250,234)
#F0FBED
(240,251,237)
#F3FCF0
(243,252,240)
#F6FDF3
(246,253,243)
#F9FEF6
(249,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF4D8 color. Also use rgb(219,244,216) instead hex code.

Text Font Color

.myTextColor { color: #DBF4D8; }

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

This text font color is #DBF4D8.


Background Color

.myBgColor { background-color: #DBF4D8; }

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

This div background color is #DBF4D8.


Border color

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

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

This div border color is #DBF4D8.


Opacity

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

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

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

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

This text has shadow with #DBF4D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF4D8 on black background.


Color preview on white background

This text has color #DBF4D8 on white background.



Black color preview on #DBF4D8 background

This text has black color on #DBF4D8 background.


White color preview on #DBF4D8 background

This text has white color on #DBF4D8 background.