COLOR #DCF8BA

HEX: #DCF8BA
RGB: (220,248,186)

Color info

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

RGB color model

#DCF8BA color RGB value is (220,248,186).

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

RGB channels and saturation

R 220 of 255 = 86%
G 248 of 255 = 97%
B 186 of 255 = 73%

220
248
186

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

Portions of RGB colors in percentages

R + G + B =
220 + 248 + 186 = 654 (100%)
R 220 of 654 ~ 33.64%
G 248 of 654 ~ 37.92%
B 186 of 654 ~ 28.44%

%33.64
%37.92
%28.44

CMYK color model

#DCF8BA color CMYK value is (11,0,25,3).

  • cyan value is 11.29%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 2.75%
CMYK:
(11,0,25,3)
C11M0Y25K3 
(11%,0%,25%,3%)
(0.11/0.00/0.25/0.03)	

CMYK percentages

%11.29
%0
%25
%2.75

Codes

Color #DCF8BA in popluar color models

DCF8BA
RGB220248186
HSL87°81.58%85.10%
HSB/HSV87°25.00%97.25%
CMYK11.29%0.00%25.00%
2.75%

Color #DCF8BA in popluar number systems.

HEXDCF8BA
Decimal220248186
Binary110111001111100010111010
Octal334370272

Shades and tints

Shades of #DCF8BA

#DCF8BA
(220,248,186)
#C8E2AA
(200,226,170)
#B4CC9A
(180,204,154)
#A0B68A
(160,182,138)
#8CA07A
(140,160,122)
#788A6A
(120,138,106)
#64745A
(100,116,90)
#505E4A
(80,94,74)
#3C483A
(60,72,58)
#28322A
(40,50,42)
#141C1A
(20,28,26)
#000000
(0,0,0)

Tints of #DCF8BA

#DCF8BA
(220,248,186)
#DFF8C0
(223,248,192)
#E2F8C6
(226,248,198)
#E5F8CC
(229,248,204)
#E8F8D2
(232,248,210)
#EBF8D8
(235,248,216)
#EEF8DE
(238,248,222)
#F1F8E4
(241,248,228)
#F4F8EA
(244,248,234)
#F7F8F0
(247,248,240)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF8BA color. Also use rgb(220,248,186) instead hex code.

Text Font Color

.myTextColor { color: #DCF8BA; }

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

This text font color is #DCF8BA.


Background Color

.myBgColor { background-color: #DCF8BA; }

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

This div background color is #DCF8BA.


Border color

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

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

This div border color is #DCF8BA.


Opacity

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

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

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

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

This text has shadow with #DCF8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF8BA on black background.


Color preview on white background

This text has color #DCF8BA on white background.



Black color preview on #DCF8BA background

This text has black color on #DCF8BA background.


White color preview on #DCF8BA background

This text has white color on #DCF8BA background.