COLOR #DCF9B8

HEX: #DCF9B8
RGB: (220,249,184)

Color info

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

RGB color model

#DCF9B8 color RGB value is (220,249,184).

  • red value is 220;
  • green value is 249;
  • blue value is 184.
RGB:
(220,249,184)
(86%,98%,72%)

RGB channels and saturation

R 220 of 255 = 86%
G 249 of 255 = 98%
B 184 of 255 = 72%

220
249
184

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

Portions of RGB colors in percentages

R + G + B =
220 + 249 + 184 = 653 (100%)
R 220 of 653 ~ 33.69%
G 249 of 653 ~ 38.13%
B 184 of 653 ~ 28.18%

%33.69
%38.13
%28.18

CMYK color model

#DCF9B8 color CMYK value is (12,0,26,2).

  • cyan value is 11.65%
  • magenta value is 0.00%
  • yellow value is 26.10%
  • key color value is 2.35%
CMYK:
(12,0,26,2)
C12M0Y26K2 
(12%,0%,26%,2%)
(0.12/0.00/0.26/0.02)	

CMYK percentages

%11.65
%0
%26.1
%2.35

Codes

Color #DCF9B8 in popluar color models

DCF9B8
RGB220249184
HSL87°84.42%84.90%
HSB/HSV87°26.10%97.65%
CMYK11.65%0.00%26.10%
2.35%

Color #DCF9B8 in popluar number systems.

HEXDCF9B8
Decimal220249184
Binary110111001111100110111000
Octal334371270

Shades and tints

Shades of #DCF9B8

#DCF9B8
(220,249,184)
#C8E3A8
(200,227,168)
#B4CD98
(180,205,152)
#A0B788
(160,183,136)
#8CA178
(140,161,120)
#788B68
(120,139,104)
#647558
(100,117,88)
#505F48
(80,95,72)
#3C4938
(60,73,56)
#283328
(40,51,40)
#141D18
(20,29,24)
#000000
(0,0,0)

Tints of #DCF9B8

#DCF9B8
(220,249,184)
#DFF9BE
(223,249,190)
#E2F9C4
(226,249,196)
#E5F9CA
(229,249,202)
#E8F9D0
(232,249,208)
#EBF9D6
(235,249,214)
#EEF9DC
(238,249,220)
#F1F9E2
(241,249,226)
#F4F9E8
(244,249,232)
#F7F9EE
(247,249,238)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF9B8 color. Also use rgb(220,249,184) instead hex code.

Text Font Color

.myTextColor { color: #DCF9B8; }

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

This text font color is #DCF9B8.


Background Color

.myBgColor { background-color: #DCF9B8; }

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

This div background color is #DCF9B8.


Border color

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

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

This div border color is #DCF9B8.


Opacity

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

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

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

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

This text has shadow with #DCF9B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF9B8 on black background.


Color preview on white background

This text has color #DCF9B8 on white background.



Black color preview on #DCF9B8 background

This text has black color on #DCF9B8 background.


White color preview on #DCF9B8 background

This text has white color on #DCF9B8 background.