COLOR #D9FFB2

HEX: #D9FFB2
RGB: (217,255,178)

Color info

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

RGB color model

#D9FFB2 color RGB value is (217,255,178).

  • red value is 217;
  • green value is 255;
  • blue value is 178.
RGB:
(217,255,178)
(85%,100%,70%)

RGB channels and saturation

R 217 of 255 = 85%
G 255 of 255 = 100%
B 178 of 255 = 70%

217
255
178

R + G + B ~ 85%. #D9FFB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 255 + 178 = 650 (100%)
R 217 of 650 ~ 33.38%
G 255 of 650 ~ 39.23%
B 178 of 650 ~ 27.38%

%33.38
%39.23
%27.38

CMYK color model

#D9FFB2 color CMYK value is (15,0,30,0).

  • cyan value is 14.90%
  • magenta value is 0.00%
  • yellow value is 30.20%
  • key color value is 0.00%
CMYK:
(15,0,30,0)
C15M0Y30K0 
(15%,0%,30%,0%)
(0.15/0.00/0.30/0.00)	

CMYK percentages

%14.9
%0
%30.2
%0

Codes

Color #D9FFB2 in popluar color models

D9FFB2
RGB217255178
HSL90°100.00%84.90%
HSB/HSV90°30.20%100.00%
CMYK14.90%0.00%30.20%
0.00%

Color #D9FFB2 in popluar number systems.

HEXD9FFB2
Decimal217255178
Binary110110011111111110110010
Octal331377262

Shades and tints

Shades of #D9FFB2

#D9FFB2
(217,255,178)
#C6E8A2
(198,232,162)
#B3D192
(179,209,146)
#A0BA82
(160,186,130)
#8DA372
(141,163,114)
#7A8C62
(122,140,98)
#677552
(103,117,82)
#545E42
(84,94,66)
#414732
(65,71,50)
#2E3022
(46,48,34)
#1B1912
(27,25,18)
#000000
(0,0,0)

Tints of #D9FFB2

#D9FFB2
(217,255,178)
#DCFFB9
(220,255,185)
#DFFFC0
(223,255,192)
#E2FFC7
(226,255,199)
#E5FFCE
(229,255,206)
#E8FFD5
(232,255,213)
#EBFFDC
(235,255,220)
#EEFFE3
(238,255,227)
#F1FFEA
(241,255,234)
#F4FFF1
(244,255,241)
#F7FFF8
(247,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9FFB2 color. Also use rgb(217,255,178) instead hex code.

Text Font Color

.myTextColor { color: #D9FFB2; }

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

This text font color is #D9FFB2.


Background Color

.myBgColor { background-color: #D9FFB2; }

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

This div background color is #D9FFB2.


Border color

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

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

This div border color is #D9FFB2.


Opacity

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

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

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

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

This text has shadow with #D9FFB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FFB2 on black background.


Color preview on white background

This text has color #D9FFB2 on white background.



Black color preview on #D9FFB2 background

This text has black color on #D9FFB2 background.


White color preview on #D9FFB2 background

This text has white color on #D9FFB2 background.