COLOR #DBF7CC

HEX: #DBF7CC RGB: (219,247,204)

Color info

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

RGB color model

#DBF7CC color RGB value is (219,247,204).

RGB: (219,247,204) (86%, 97%, 80%)

RGB channels and saturation

R 219 of 255 = 86%
G 247 of 255 = 97%
B 204 of 255 = 80%

219
247
204

R + G + B ~ 88%. #DBF7CC is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 247 + 204 = 670 (100%)
R 219 of 670 ~ 32.69%
G 247 of 670 ~ 36.87%
B 204 of 670 ~ 30.45'%

%32.69
%36.87
%30.45

CMYK color model

#DBF7CC color CMYK value is (11,0,17,3).

  • cyan value is 11.34%
  • magenta value is 0.00%
  • yellow value is 17.41%
  • key color value is 3.14%

CMYK: (11,0,17,3)
C11M0Y17K3 (11%, 0%, 17%, 3%)
(0.11 / 0.00 / 0.17 / 0.03)

CMYK percentages

%11.34
%0
%17.41
%3.14

Codes

Color #DBF7CC in popluar color models

DB F7 CC
RGB 219 247 204
HSL 99° 72.88% 88.43%
HSB/HSV 99° 17.41% 96.86%
CMYK 11.34% 0.00% 17.41%
3.14%

Color #DBF7CC in popluar number systems.

HEX DB F7 CC
Decimal 219 247 204
Binary 11011011 11110111 11001100
Octal 333 367 314

Shades and tints

Shades of #DBF7CC

#DBF7CC
(219,247,204)
#C8E1BA
(200,225,186)
#B5CBA8
(181,203,168)
#A2B596
(162,181,150)
#8F9F84
(143,159,132)
#7C8972
(124,137,114)
#697360
(105,115,96)
#565D4E
(86,93,78)
#43473C
(67,71,60)
#30312A
(48,49,42)
#1D1B18
(29,27,24)
#000000
(0,0,0)

Tints of #DBF7CC

#DBF7CC
(219,247,204)
#DEF7D0
(222,247,208)
#E1F7D4
(225,247,212)
#E4F7D8
(228,247,216)
#E7F7DC
(231,247,220)
#EAF7E0
(234,247,224)
#EDF7E4
(237,247,228)
#F0F7E8
(240,247,232)
#F3F7EC
(243,247,236)
#F6F7F0
(246,247,240)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF7CC color. Also use rgb(219,247,204) instead hex code.

Text Font Color

.myTextColor { color: #DBF7CC; }

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

This text font color is #DBF7CC.

Background Color

.myBgColor { background-color: #DBF7CC; }

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

This div background color is #DBF7CC.

Border color

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

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

This div border color is #DBF7CC.

Opacity

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

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

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

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

This text has shadow with #DBF7CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF7CC.

Preview

Color preview on black background

This text has color #DBF7CC on black background.


Color preview on white background

This text has color #DBF7CC on white background.


Black color preview on #DBF7CC background

This text has black color on #DBF7CC background.


White color preview on #DBF7CC background

This text has white color on #DBF7CC background.


Related colors

Complementary color

Complementary color for #hex is #240833.


I love getcolorcode.com

Triadic colors

1 #CCDBF7 and #F7CCDB with #DBF7CC are triadic colors.

2 #CCF7DB and #F7DBCC with #DBF7CC are triadic colors.