COLOR #D2FCA9

HEX: #D2FCA9
RGB: (210,252,169)

Color info

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

RGB color model

#D2FCA9 color RGB value is (210,252,169).

  • red value is 210;
  • green value is 252;
  • blue value is 169.
RGB:
(210,252,169)
(82%,99%,66%)

RGB channels and saturation

R 210 of 255 = 82%
G 252 of 255 = 99%
B 169 of 255 = 66%

210
252
169

R + G + B ~ 82%. #D2FCA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 252 + 169 = 631 (100%)
R 210 of 631 ~ 33.28%
G 252 of 631 ~ 39.94%
B 169 of 631 ~ 26.78%

%33.28
%39.94
%26.78

CMYK color model

#D2FCA9 color CMYK value is (17,0,33,1).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 32.94%
  • key color value is 1.18%
CMYK:
(17,0,33,1)
C17M0Y33K1 
(17%,0%,33%,1%)
(0.17/0.00/0.33/0.01)	

CMYK percentages

%16.67
%0
%32.94
%1.18

Codes

Color #D2FCA9 in popluar color models

D2FCA9
RGB210252169
HSL90°93.26%82.55%
HSB/HSV90°32.94%98.82%
CMYK16.67%0.00%32.94%
1.18%

Color #D2FCA9 in popluar number systems.

HEXD2FCA9
Decimal210252169
Binary110100101111110010101001
Octal322374251

Shades and tints

Shades of #D2FCA9

#D2FCA9
(210,252,169)
#BFE69A
(191,230,154)
#ACD08B
(172,208,139)
#99BA7C
(153,186,124)
#86A46D
(134,164,109)
#738E5E
(115,142,94)
#60784F
(96,120,79)
#4D6240
(77,98,64)
#3A4C31
(58,76,49)
#273622
(39,54,34)
#142013
(20,32,19)
#000000
(0,0,0)

Tints of #D2FCA9

#D2FCA9
(210,252,169)
#D6FCB0
(214,252,176)
#DAFCB7
(218,252,183)
#DEFCBE
(222,252,190)
#E2FCC5
(226,252,197)
#E6FCCC
(230,252,204)
#EAFCD3
(234,252,211)
#EEFCDA
(238,252,218)
#F2FCE1
(242,252,225)
#F6FCE8
(246,252,232)
#FAFCEF
(250,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2FCA9 color. Also use rgb(210,252,169) instead hex code.

Text Font Color

.myTextColor { color: #D2FCA9; }

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

This text font color is #D2FCA9.


Background Color

.myBgColor { background-color: #D2FCA9; }

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

This div background color is #D2FCA9.


Border color

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

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

This div border color is #D2FCA9.


Opacity

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

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

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

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

This text has shadow with #D2FCA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2FCA9 on black background.


Color preview on white background

This text has color #D2FCA9 on white background.



Black color preview on #D2FCA9 background

This text has black color on #D2FCA9 background.


White color preview on #D2FCA9 background

This text has white color on #D2FCA9 background.