COLOR #DBFFCC

HEX: #DBFFCC RGB: (219,255,204)

Color info

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

RGB color model

#DBFFCC color RGB value is (219,255,204).

RGB: (219,255,204) (86%, 100%, 80%)

RGB channels and saturation

R 219 of 255 = 86%
G 255 of 255 = 100%
B 204 of 255 = 80%

219
255
204

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

Portions of RGB colors in percentages

R + G + B = 219 + 255 + 204 = 678 (100%)
R 219 of 678 ~ 32.3%
G 255 of 678 ~ 37.61%
B 204 of 678 ~ 30.09'%

%32.3
%37.61
%30.09

CMYK color model

#DBFFCC color CMYK value is (14,0,20,0).

  • cyan value is 14.12%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 0.00%

CMYK: (14,0,20,0)
C14M0Y20K0 (14%, 0%, 20%, 0%)
(0.14 / 0.00 / 0.20 / 0.00)

CMYK percentages

%14.12
%0
%20
%0

Codes

Color #DBFFCC in popluar color models

DB FF CC
RGB 219 255 204
HSL 102° 100.00% 90.00%
HSB/HSV 102° 20.00% 100.00%
CMYK 14.12% 0.00% 20.00%
0.00%

Color #DBFFCC in popluar number systems.

HEX DB FF CC
Decimal 219 255 204
Binary 11011011 11111111 11001100
Octal 333 377 314

Shades and tints

Shades of #DBFFCC

#DBFFCC
(219,255,204)
#C8E8BA
(200,232,186)
#B5D1A8
(181,209,168)
#A2BA96
(162,186,150)
#8FA384
(143,163,132)
#7C8C72
(124,140,114)
#697560
(105,117,96)
#565E4E
(86,94,78)
#43473C
(67,71,60)
#30302A
(48,48,42)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #DBFFCC

#DBFFCC
(219,255,204)
#DEFFD0
(222,255,208)
#E1FFD4
(225,255,212)
#E4FFD8
(228,255,216)
#E7FFDC
(231,255,220)
#EAFFE0
(234,255,224)
#EDFFE4
(237,255,228)
#F0FFE8
(240,255,232)
#F3FFEC
(243,255,236)
#F6FFF0
(246,255,240)
#F9FFF4
(249,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBFFCC; }

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

This text font color is #DBFFCC.

Background Color

.myBgColor { background-color: #DBFFCC; }

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

This div background color is #DBFFCC.

Border color

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

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

This div border color is #DBFFCC.

Opacity

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

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

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

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

This text has shadow with #DBFFCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBFFCC.

Preview

Color preview on black background

This text has color #DBFFCC on black background.


Color preview on white background

This text has color #DBFFCC on white background.


Black color preview on #DBFFCC background

This text has black color on #DBFFCC background.


White color preview on #DBFFCC background

This text has white color on #DBFFCC background.


Related colors

Complementary color

Complementary color for #hex is #240033.


I love getcolorcode.com

Triadic colors

1 #CCDBFF and #FFCCDB with #DBFFCC are triadic colors.

2 #CCFFDB and #FFDBCC with #DBFFCC are triadic colors.