COLOR #DBF3C8

HEX: #DBF3C8 RGB: (219,243,200)

Color info

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

RGB color model

#DBF3C8 color RGB value is (219,243,200).

RGB: (219,243,200) (86%, 95%, 78%)

RGB channels and saturation

R 219 of 255 = 86%
G 243 of 255 = 95%
B 200 of 255 = 78%

219
243
200

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

Portions of RGB colors in percentages

R + G + B = 219 + 243 + 200 = 662 (100%)
R 219 of 662 ~ 33.08%
G 243 of 662 ~ 36.71%
B 200 of 662 ~ 30.21'%

%33.08
%36.71
%30.21

CMYK color model

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

  • cyan value is 9.88%
  • magenta value is 0.00%
  • yellow value is 17.70%
  • key color value is 4.71%

CMYK: (10,0,18,5)
C10M0Y18K5 (10%, 0%, 18%, 5%)
(0.10 / 0.00 / 0.18 / 0.05)

CMYK percentages

%9.88
%0
%17.7
%4.71

Codes

Color #DBF3C8 in popluar color models

DB F3 C8
RGB 219 243 200
HSL 93° 64.18% 86.86%
HSB/HSV 93° 17.70% 95.29%
CMYK 9.88% 0.00% 17.70%
4.71%

Color #DBF3C8 in popluar number systems.

HEX DB F3 C8
Decimal 219 243 200
Binary 11011011 11110011 11001000
Octal 333 363 310

Shades and tints

Shades of #DBF3C8

#DBF3C8
(219,243,200)
#C8DDB6
(200,221,182)
#B5C7A4
(181,199,164)
#A2B192
(162,177,146)
#8F9B80
(143,155,128)
#7C856E
(124,133,110)
#696F5C
(105,111,92)
#56594A
(86,89,74)
#434338
(67,67,56)
#302D26
(48,45,38)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #DBF3C8

#DBF3C8
(219,243,200)
#DEF4CD
(222,244,205)
#E1F5D2
(225,245,210)
#E4F6D7
(228,246,215)
#E7F7DC
(231,247,220)
#EAF8E1
(234,248,225)
#EDF9E6
(237,249,230)
#F0FAEB
(240,250,235)
#F3FBF0
(243,251,240)
#F6FCF5
(246,252,245)
#F9FDFA
(249,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF3C8; }

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

This text font color is #DBF3C8.

Background Color

.myBgColor { background-color: #DBF3C8; }

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

This div background color is #DBF3C8.

Border color

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

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

This div border color is #DBF3C8.

Opacity

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

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

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

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

This text has shadow with #DBF3C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF3C8.

Preview

Color preview on black background

This text has color #DBF3C8 on black background.


Color preview on white background

This text has color #DBF3C8 on white background.


Black color preview on #DBF3C8 background

This text has black color on #DBF3C8 background.


White color preview on #DBF3C8 background

This text has white color on #DBF3C8 background.


Related colors

Complementary color

Complementary color for #hex is #240C37.


I love getcolorcode.com

Triadic colors

1 #C8DBF3 and #F3C8DB with #DBF3C8 are triadic colors.

2 #C8F3DB and #F3DBC8 with #DBF3C8 are triadic colors.