COLOR #DCF5BE

HEX: #DCF5BE
RGB: (220,245,190)

Color info

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

RGB color model

#DCF5BE color RGB value is (220,245,190).

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

RGB channels and saturation

R 220 of 255 = 86%
G 245 of 255 = 96%
B 190 of 255 = 75%

220
245
190

R + G + B ~ 86%. #DCF5BE is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 245 + 190 = 655 (100%)
R 220 of 655 ~ 33.59%
G 245 of 655 ~ 37.4%
B 190 of 655 ~ 29.01%

%33.59
%37.4
%29.01

CMYK color model

#DCF5BE color CMYK value is (10,0,22,4).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 22.45%
  • key color value is 3.92%
CMYK:
(10,0,22,4)
C10M0Y22K4 
(10%,0%,22%,4%)
(0.10/0.00/0.22/0.04)	

CMYK percentages

%10.2
%0
%22.45
%3.92

Codes

Color #DCF5BE in popluar color models

DCF5BE
RGB220245190
HSL87°73.33%85.29%
HSB/HSV87°22.45%96.08%
CMYK10.20%0.00%22.45%
3.92%

Color #DCF5BE in popluar number systems.

HEXDCF5BE
Decimal220245190
Binary110111001111010110111110
Octal334365276

Shades and tints

Shades of #DCF5BE

#DCF5BE
(220,245,190)
#C8DFAD
(200,223,173)
#B4C99C
(180,201,156)
#A0B38B
(160,179,139)
#8C9D7A
(140,157,122)
#788769
(120,135,105)
#647158
(100,113,88)
#505B47
(80,91,71)
#3C4536
(60,69,54)
#282F25
(40,47,37)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #DCF5BE

#DCF5BE
(220,245,190)
#DFF5C3
(223,245,195)
#E2F5C8
(226,245,200)
#E5F5CD
(229,245,205)
#E8F5D2
(232,245,210)
#EBF5D7
(235,245,215)
#EEF5DC
(238,245,220)
#F1F5E1
(241,245,225)
#F4F5E6
(244,245,230)
#F7F5EB
(247,245,235)
#FAF5F0
(250,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF5BE; }

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

This text font color is #DCF5BE.


Background Color

.myBgColor { background-color: #DCF5BE; }

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

This div background color is #DCF5BE.


Border color

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

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

This div border color is #DCF5BE.


Opacity

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

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

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

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

This text has shadow with #DCF5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF5BE on black background.


Color preview on white background

This text has color #DCF5BE on white background.



Black color preview on #DCF5BE background

This text has black color on #DCF5BE background.


White color preview on #DCF5BE background

This text has white color on #DCF5BE background.