COLOR #DCFEBB

HEX: #DCFEBB
RGB: (220,254,187)

Color info

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

RGB color model

#DCFEBB color RGB value is (220,254,187).

  • red value is 220;
  • green value is 254;
  • blue value is 187.
RGB:
(220,254,187)
(86%,100%,73%)

RGB channels and saturation

R 220 of 255 = 86%
G 254 of 255 = 100%
B 187 of 255 = 73%

220
254
187

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

Portions of RGB colors in percentages

R + G + B =
220 + 254 + 187 = 661 (100%)
R 220 of 661 ~ 33.28%
G 254 of 661 ~ 38.43%
B 187 of 661 ~ 28.29%

%33.28
%38.43
%28.29

CMYK color model

#DCFEBB color CMYK value is (13,0,26,0).

  • cyan value is 13.39%
  • magenta value is 0.00%
  • yellow value is 26.38%
  • key color value is 0.39%
CMYK:
(13,0,26,0)
C13M0Y26K0 
(13%,0%,26%,0%)
(0.13/0.00/0.26/0.00)	

CMYK percentages

%13.39
%0
%26.38
%0.39

Codes

Color #DCFEBB in popluar color models

DCFEBB
RGB220254187
HSL90°97.10%86.47%
HSB/HSV90°26.38%99.61%
CMYK13.39%0.00%26.38%
0.39%

Color #DCFEBB in popluar number systems.

HEXDCFEBB
Decimal220254187
Binary110111001111111010111011
Octal334376273

Shades and tints

Shades of #DCFEBB

#DCFEBB
(220,254,187)
#C8E7AA
(200,231,170)
#B4D099
(180,208,153)
#A0B988
(160,185,136)
#8CA277
(140,162,119)
#788B66
(120,139,102)
#647455
(100,116,85)
#505D44
(80,93,68)
#3C4633
(60,70,51)
#282F22
(40,47,34)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #DCFEBB

#DCFEBB
(220,254,187)
#DFFEC1
(223,254,193)
#E2FEC7
(226,254,199)
#E5FECD
(229,254,205)
#E8FED3
(232,254,211)
#EBFED9
(235,254,217)
#EEFEDF
(238,254,223)
#F1FEE5
(241,254,229)
#F4FEEB
(244,254,235)
#F7FEF1
(247,254,241)
#FAFEF7
(250,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCFEBB color. Also use rgb(220,254,187) instead hex code.

Text Font Color

.myTextColor { color: #DCFEBB; }

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

This text font color is #DCFEBB.


Background Color

.myBgColor { background-color: #DCFEBB; }

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

This div background color is #DCFEBB.


Border color

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

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

This div border color is #DCFEBB.


Opacity

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

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

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

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

This text has shadow with #DCFEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCFEBB on black background.


Color preview on white background

This text has color #DCFEBB on white background.



Black color preview on #DCFEBB background

This text has black color on #DCFEBB background.


White color preview on #DCFEBB background

This text has white color on #DCFEBB background.