COLOR #DCF7BB

HEX: #DCF7BB
RGB: (220,247,187)

Color info

#DCF7BB contains mainly red and green colors. Web safe color of #DCF7BB is #CCFFCC (or #CFC).

RGB color model

#DCF7BB color RGB value is (220,247,187).

  • red value is 220;
  • green value is 247;
  • blue value is 187.
RGB:
(220,247,187)
(86%,97%,73%)

RGB channels and saturation

R 220 of 255 = 86%
G 247 of 255 = 97%
B 187 of 255 = 73%

220
247
187

R + G + B ~ 85%. #DCF7BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 247 + 187 = 654 (100%)
R 220 of 654 ~ 33.64%
G 247 of 654 ~ 37.77%
B 187 of 654 ~ 28.59%

%33.64
%37.77
%28.59

CMYK color model

#DCF7BB color CMYK value is (11,0,24,3).

  • cyan value is 10.93%
  • magenta value is 0.00%
  • yellow value is 24.29%
  • key color value is 3.14%
CMYK:
(11,0,24,3)
C11M0Y24K3 
(11%,0%,24%,3%)
(0.11/0.00/0.24/0.03)	

CMYK percentages

%10.93
%0
%24.29
%3.14

Codes

Color #DCF7BB in popluar color models

DCF7BB
RGB220247187
HSL87°78.95%85.10%
HSB/HSV87°24.29%96.86%
CMYK10.93%0.00%24.29%
3.14%

Color #DCF7BB in popluar number systems.

HEXDCF7BB
Decimal220247187
Binary110111001111011110111011
Octal334367273

Shades and tints

Shades of #DCF7BB

#DCF7BB
(220,247,187)
#C8E1AA
(200,225,170)
#B4CB99
(180,203,153)
#A0B588
(160,181,136)
#8C9F77
(140,159,119)
#788966
(120,137,102)
#647355
(100,115,85)
#505D44
(80,93,68)
#3C4733
(60,71,51)
#283122
(40,49,34)
#141B11
(20,27,17)
#000000
(0,0,0)

Tints of #DCF7BB

#DCF7BB
(220,247,187)
#DFF7C1
(223,247,193)
#E2F7C7
(226,247,199)
#E5F7CD
(229,247,205)
#E8F7D3
(232,247,211)
#EBF7D9
(235,247,217)
#EEF7DF
(238,247,223)
#F1F7E5
(241,247,229)
#F4F7EB
(244,247,235)
#F7F7F1
(247,247,241)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF7BB color. Also use rgb(220,247,187) instead hex code.

Text Font Color

.myTextColor { color: #DCF7BB; }

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

This text font color is #DCF7BB.


Background Color

.myBgColor { background-color: #DCF7BB; }

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

This div background color is #DCF7BB.


Border color

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

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

This div border color is #DCF7BB.


Opacity

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

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

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

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

This text has shadow with #DCF7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF7BB on black background.


Color preview on white background

This text has color #DCF7BB on white background.



Black color preview on #DCF7BB background

This text has black color on #DCF7BB background.


White color preview on #DCF7BB background

This text has white color on #DCF7BB background.