COLOR #DCF0B1

HEX: #DCF0B1
RGB: (220,240,177)

Color info

#DCF0B1 contains mainly red and green colors. Web safe color of #DCF0B1 is #CCFF99 (or #CF9).

RGB color model

#DCF0B1 color RGB value is (220,240,177).

  • red value is 220;
  • green value is 240;
  • blue value is 177.
RGB:
(220,240,177)
(86%,94%,69%)

RGB channels and saturation

R 220 of 255 = 86%
G 240 of 255 = 94%
B 177 of 255 = 69%

220
240
177

R + G + B ~ 83%. #DCF0B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 240 + 177 = 637 (100%)
R 220 of 637 ~ 34.54%
G 240 of 637 ~ 37.68%
B 177 of 637 ~ 27.79%

%34.54
%37.68
%27.79

CMYK color model

#DCF0B1 color CMYK value is (8,0,26,6).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 26.25%
  • key color value is 5.88%
CMYK:
(8,0,26,6)
C8M0Y26K6 
(8%,0%,26%,6%)
(0.08/0.00/0.26/0.06)	

CMYK percentages

%8.33
%0
%26.25
%5.88

Codes

Color #DCF0B1 in popluar color models

DCF0B1
RGB220240177
HSL79°67.74%81.76%
HSB/HSV79°26.25%94.12%
CMYK8.33%0.00%26.25%
5.88%

Color #DCF0B1 in popluar number systems.

HEXDCF0B1
Decimal220240177
Binary110111001111000010110001
Octal334360261

Shades and tints

Shades of #DCF0B1

#DCF0B1
(220,240,177)
#C8DBA1
(200,219,161)
#B4C691
(180,198,145)
#A0B181
(160,177,129)
#8C9C71
(140,156,113)
#788761
(120,135,97)
#647251
(100,114,81)
#505D41
(80,93,65)
#3C4831
(60,72,49)
#283321
(40,51,33)
#141E11
(20,30,17)
#000000
(0,0,0)

Tints of #DCF0B1

#DCF0B1
(220,240,177)
#DFF1B8
(223,241,184)
#E2F2BF
(226,242,191)
#E5F3C6
(229,243,198)
#E8F4CD
(232,244,205)
#EBF5D4
(235,245,212)
#EEF6DB
(238,246,219)
#F1F7E2
(241,247,226)
#F4F8E9
(244,248,233)
#F7F9F0
(247,249,240)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF0B1 color. Also use rgb(220,240,177) instead hex code.

Text Font Color

.myTextColor { color: #DCF0B1; }

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

This text font color is #DCF0B1.


Background Color

.myBgColor { background-color: #DCF0B1; }

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

This div background color is #DCF0B1.


Border color

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

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

This div border color is #DCF0B1.


Opacity

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

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

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

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

This text has shadow with #DCF0B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF0B1 on black background.


Color preview on white background

This text has color #DCF0B1 on white background.



Black color preview on #DCF0B1 background

This text has black color on #DCF0B1 background.


White color preview on #DCF0B1 background

This text has white color on #DCF0B1 background.