COLOR #DCFCA3

HEX: #DCFCA3
RGB: (220,252,163)

Color info

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

RGB color model

#DCFCA3 color RGB value is (220,252,163).

  • red value is 220;
  • green value is 252;
  • blue value is 163.
RGB:
(220,252,163)
(86%,99%,64%)

RGB channels and saturation

R 220 of 255 = 86%
G 252 of 255 = 99%
B 163 of 255 = 64%

220
252
163

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

Portions of RGB colors in percentages

R + G + B =
220 + 252 + 163 = 635 (100%)
R 220 of 635 ~ 34.65%
G 252 of 635 ~ 39.69%
B 163 of 635 ~ 25.67%

%34.65
%39.69
%25.67

CMYK color model

#DCFCA3 color CMYK value is (13,0,35,1).

  • cyan value is 12.70%
  • magenta value is 0.00%
  • yellow value is 35.32%
  • key color value is 1.18%
CMYK:
(13,0,35,1)
C13M0Y35K1 
(13%,0%,35%,1%)
(0.13/0.00/0.35/0.01)	

CMYK percentages

%12.7
%0
%35.32
%1.18

Codes

Color #DCFCA3 in popluar color models

DCFCA3
RGB220252163
HSL82°93.68%81.37%
HSB/HSV82°35.32%98.82%
CMYK12.70%0.00%35.32%
1.18%

Color #DCFCA3 in popluar number systems.

HEXDCFCA3
Decimal220252163
Binary110111001111110010100011
Octal334374243

Shades and tints

Shades of #DCFCA3

#DCFCA3
(220,252,163)
#C8E695
(200,230,149)
#B4D087
(180,208,135)
#A0BA79
(160,186,121)
#8CA46B
(140,164,107)
#788E5D
(120,142,93)
#64784F
(100,120,79)
#506241
(80,98,65)
#3C4C33
(60,76,51)
#283625
(40,54,37)
#142017
(20,32,23)
#000000
(0,0,0)

Tints of #DCFCA3

#DCFCA3
(220,252,163)
#DFFCAB
(223,252,171)
#E2FCB3
(226,252,179)
#E5FCBB
(229,252,187)
#E8FCC3
(232,252,195)
#EBFCCB
(235,252,203)
#EEFCD3
(238,252,211)
#F1FCDB
(241,252,219)
#F4FCE3
(244,252,227)
#F7FCEB
(247,252,235)
#FAFCF3
(250,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCFCA3 color. Also use rgb(220,252,163) instead hex code.

Text Font Color

.myTextColor { color: #DCFCA3; }

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

This text font color is #DCFCA3.


Background Color

.myBgColor { background-color: #DCFCA3; }

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

This div background color is #DCFCA3.


Border color

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

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

This div border color is #DCFCA3.


Opacity

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

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

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

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

This text has shadow with #DCFCA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCFCA3 on black background.


Color preview on white background

This text has color #DCFCA3 on white background.



Black color preview on #DCFCA3 background

This text has black color on #DCFCA3 background.


White color preview on #DCFCA3 background

This text has white color on #DCFCA3 background.