COLOR #DCF9B7

HEX: #DCF9B7
RGB: (220,249,183)

Color info

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

RGB color model

#DCF9B7 color RGB value is (220,249,183).

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

RGB channels and saturation

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

220
249
183

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

Portions of RGB colors in percentages

R + G + B =
220 + 249 + 183 = 652 (100%)
R 220 of 652 ~ 33.74%
G 249 of 652 ~ 38.19%
B 183 of 652 ~ 28.07%

%33.74
%38.19
%28.07

CMYK color model

#DCF9B7 color CMYK value is (12,0,27,2).

  • cyan value is 11.65%
  • magenta value is 0.00%
  • yellow value is 26.51%
  • key color value is 2.35%
CMYK:
(12,0,27,2)
C12M0Y27K2 
(12%,0%,27%,2%)
(0.12/0.00/0.27/0.02)	

CMYK percentages

%11.65
%0
%26.51
%2.35

Codes

Color #DCF9B7 in popluar color models

DCF9B7
RGB220249183
HSL86°84.62%84.71%
HSB/HSV86°26.51%97.65%
CMYK11.65%0.00%26.51%
2.35%

Color #DCF9B7 in popluar number systems.

HEXDCF9B7
Decimal220249183
Binary110111001111100110110111
Octal334371267

Shades and tints

Shades of #DCF9B7

#DCF9B7
(220,249,183)
#C8E3A7
(200,227,167)
#B4CD97
(180,205,151)
#A0B787
(160,183,135)
#8CA177
(140,161,119)
#788B67
(120,139,103)
#647557
(100,117,87)
#505F47
(80,95,71)
#3C4937
(60,73,55)
#283327
(40,51,39)
#141D17
(20,29,23)
#000000
(0,0,0)

Tints of #DCF9B7

#DCF9B7
(220,249,183)
#DFF9BD
(223,249,189)
#E2F9C3
(226,249,195)
#E5F9C9
(229,249,201)
#E8F9CF
(232,249,207)
#EBF9D5
(235,249,213)
#EEF9DB
(238,249,219)
#F1F9E1
(241,249,225)
#F4F9E7
(244,249,231)
#F7F9ED
(247,249,237)
#FAF9F3
(250,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF9B7; }

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

This text font color is #DCF9B7.


Background Color

.myBgColor { background-color: #DCF9B7; }

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

This div background color is #DCF9B7.


Border color

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

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

This div border color is #DCF9B7.


Opacity

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

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

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

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

This text has shadow with #DCF9B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF9B7 on black background.


Color preview on white background

This text has color #DCF9B7 on white background.



Black color preview on #DCF9B7 background

This text has black color on #DCF9B7 background.


White color preview on #DCF9B7 background

This text has white color on #DCF9B7 background.