COLOR #DBF5C8

HEX: #DBF5C8 RGB: (219,245,200)

Color info

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

RGB color model

#DBF5C8 color RGB value is (219,245,200).

RGB: (219,245,200) (86%, 96%, 78%)

RGB channels and saturation

R 219 of 255 = 86%
G 245 of 255 = 96%
B 200 of 255 = 78%

219
245
200

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

Portions of RGB colors in percentages

R + G + B = 219 + 245 + 200 = 664 (100%)
R 219 of 664 ~ 32.98%
G 245 of 664 ~ 36.9%
B 200 of 664 ~ 30.12'%

%32.98
%36.9
%30.12

CMYK color model

#DBF5C8 color CMYK value is (11,0,18,4).

  • cyan value is 10.61%
  • magenta value is 0.00%
  • yellow value is 18.37%
  • key color value is 3.92%

CMYK: (11,0,18,4)
C11M0Y18K4 (11%, 0%, 18%, 4%)
(0.11 / 0.00 / 0.18 / 0.04)

CMYK percentages

%10.61
%0
%18.37
%3.92

Codes

Color #DBF5C8 in popluar color models

DB F5 C8
RGB 219 245 200
HSL 95° 69.23% 87.25%
HSB/HSV 95° 18.37% 96.08%
CMYK 10.61% 0.00% 18.37%
3.92%

Color #DBF5C8 in popluar number systems.

HEX DB F5 C8
Decimal 219 245 200
Binary 11011011 11110101 11001000
Octal 333 365 310

Shades and tints

Shades of #DBF5C8

#DBF5C8
(219,245,200)
#C8DFB6
(200,223,182)
#B5C9A4
(181,201,164)
#A2B392
(162,179,146)
#8F9D80
(143,157,128)
#7C876E
(124,135,110)
#69715C
(105,113,92)
#565B4A
(86,91,74)
#434538
(67,69,56)
#302F26
(48,47,38)
#1D1914
(29,25,20)
#000000
(0,0,0)

Tints of #DBF5C8

#DBF5C8
(219,245,200)
#DEF5CD
(222,245,205)
#E1F5D2
(225,245,210)
#E4F5D7
(228,245,215)
#E7F5DC
(231,245,220)
#EAF5E1
(234,245,225)
#EDF5E6
(237,245,230)
#F0F5EB
(240,245,235)
#F3F5F0
(243,245,240)
#F6F5F5
(246,245,245)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF5C8 color. Also use rgb(219,245,200) instead hex code.

Text Font Color

.myTextColor { color: #DBF5C8; }

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

This text font color is #DBF5C8.

Background Color

.myBgColor { background-color: #DBF5C8; }

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

This div background color is #DBF5C8.

Border color

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

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

This div border color is #DBF5C8.

Opacity

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

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

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

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

This text has shadow with #DBF5C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF5C8.

Preview

Color preview on black background

This text has color #DBF5C8 on black background.


Color preview on white background

This text has color #DBF5C8 on white background.


Black color preview on #DBF5C8 background

This text has black color on #DBF5C8 background.


White color preview on #DBF5C8 background

This text has white color on #DBF5C8 background.


Related colors

Complementary color

Complementary color for #hex is #240A37.


I love getcolorcode.com

Triadic colors

1 #C8DBF5 and #F5C8DB with #DBF5C8 are triadic colors.

2 #C8F5DB and #F5DBC8 with #DBF5C8 are triadic colors.