COLOR #DCF0BE

HEX: #DCF0BE
RGB: (220,240,190)

Color info

#DCF0BE contains red, green and blue colors in about the same proportion. Web safe color of #DCF0BE is #CCFFCC (or #CFC).

RGB color model

#DCF0BE color RGB value is (220,240,190).

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

RGB channels and saturation

R 220 of 255 = 86%
G 240 of 255 = 94%
B 190 of 255 = 75%

220
240
190

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

Portions of RGB colors in percentages

R + G + B =
220 + 240 + 190 = 650 (100%)
R 220 of 650 ~ 33.85%
G 240 of 650 ~ 36.92%
B 190 of 650 ~ 29.23%

%33.85
%36.92
%29.23

CMYK color model

#DCF0BE color CMYK value is (8,0,21,6).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 5.88%
CMYK:
(8,0,21,6)
C8M0Y21K6 
(8%,0%,21%,6%)
(0.08/0.00/0.21/0.06)	

CMYK percentages

%8.33
%0
%20.83
%5.88

Codes

Color #DCF0BE in popluar color models

DCF0BE
RGB220240190
HSL84°62.50%84.31%
HSB/HSV84°20.83%94.12%
CMYK8.33%0.00%20.83%
5.88%

Color #DCF0BE in popluar number systems.

HEXDCF0BE
Decimal220240190
Binary110111001111000010111110
Octal334360276

Shades and tints

Shades of #DCF0BE

#DCF0BE
(220,240,190)
#C8DBAD
(200,219,173)
#B4C69C
(180,198,156)
#A0B18B
(160,177,139)
#8C9C7A
(140,156,122)
#788769
(120,135,105)
#647258
(100,114,88)
#505D47
(80,93,71)
#3C4836
(60,72,54)
#283325
(40,51,37)
#141E14
(20,30,20)
#000000
(0,0,0)

Tints of #DCF0BE

#DCF0BE
(220,240,190)
#DFF1C3
(223,241,195)
#E2F2C8
(226,242,200)
#E5F3CD
(229,243,205)
#E8F4D2
(232,244,210)
#EBF5D7
(235,245,215)
#EEF6DC
(238,246,220)
#F1F7E1
(241,247,225)
#F4F8E6
(244,248,230)
#F7F9EB
(247,249,235)
#FAFAF0
(250,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF0BE; }

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

This text font color is #DCF0BE.


Background Color

.myBgColor { background-color: #DCF0BE; }

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

This div background color is #DCF0BE.


Border color

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

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

This div border color is #DCF0BE.


Opacity

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

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

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

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

This text has shadow with #DCF0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF0BE on black background.


Color preview on white background

This text has color #DCF0BE on white background.



Black color preview on #DCF0BE background

This text has black color on #DCF0BE background.


White color preview on #DCF0BE background

This text has white color on #DCF0BE background.