COLOR #DCFB99

HEX: #DCFB99
RGB: (220,251,153)

Color info

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

RGB color model

#DCFB99 color RGB value is (220,251,153).

  • red value is 220;
  • green value is 251;
  • blue value is 153.
RGB:
(220,251,153)
(86%,98%,60%)

RGB channels and saturation

R 220 of 255 = 86%
G 251 of 255 = 98%
B 153 of 255 = 60%

220
251
153

R + G + B ~ 81%. #DCFB99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 251 + 153 = 624 (100%)
R 220 of 624 ~ 35.26%
G 251 of 624 ~ 40.22%
B 153 of 624 ~ 24.52%

%35.26
%40.22
%24.52

CMYK color model

#DCFB99 color CMYK value is (12,0,39,2).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 39.04%
  • key color value is 1.57%
CMYK:
(12,0,39,2)
C12M0Y39K2 
(12%,0%,39%,2%)
(0.12/0.00/0.39/0.02)	

CMYK percentages

%12.35
%0
%39.04
%1.57

Codes

Color #DCFB99 in popluar color models

DCFB99
RGB220251153
HSL79°92.45%79.22%
HSB/HSV79°39.04%98.43%
CMYK12.35%0.00%39.04%
1.57%

Color #DCFB99 in popluar number systems.

HEXDCFB99
Decimal220251153
Binary110111001111101110011001
Octal334373231

Shades and tints

Shades of #DCFB99

#DCFB99
(220,251,153)
#C8E58C
(200,229,140)
#B4CF7F
(180,207,127)
#A0B972
(160,185,114)
#8CA365
(140,163,101)
#788D58
(120,141,88)
#64774B
(100,119,75)
#50613E
(80,97,62)
#3C4B31
(60,75,49)
#283524
(40,53,36)
#141F17
(20,31,23)
#000000
(0,0,0)

Tints of #DCFB99

#DCFB99
(220,251,153)
#DFFBA2
(223,251,162)
#E2FBAB
(226,251,171)
#E5FBB4
(229,251,180)
#E8FBBD
(232,251,189)
#EBFBC6
(235,251,198)
#EEFBCF
(238,251,207)
#F1FBD8
(241,251,216)
#F4FBE1
(244,251,225)
#F7FBEA
(247,251,234)
#FAFBF3
(250,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCFB99 color. Also use rgb(220,251,153) instead hex code.

Text Font Color

.myTextColor { color: #DCFB99; }

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

This text font color is #DCFB99.


Background Color

.myBgColor { background-color: #DCFB99; }

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

This div background color is #DCFB99.


Border color

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

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

This div border color is #DCFB99.


Opacity

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

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

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

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

This text has shadow with #DCFB99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCFB99 on black background.


Color preview on white background

This text has color #DCFB99 on white background.



Black color preview on #DCFB99 background

This text has black color on #DCFB99 background.


White color preview on #DCFB99 background

This text has white color on #DCFB99 background.