COLOR #D9FBB4

HEX: #D9FBB4
RGB: (217,251,180)

Color info

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

RGB color model

#D9FBB4 color RGB value is (217,251,180).

  • red value is 217;
  • green value is 251;
  • blue value is 180.
RGB:
(217,251,180)
(85%,98%,71%)

RGB channels and saturation

R 217 of 255 = 85%
G 251 of 255 = 98%
B 180 of 255 = 71%

217
251
180

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

Portions of RGB colors in percentages

R + G + B =
217 + 251 + 180 = 648 (100%)
R 217 of 648 ~ 33.49%
G 251 of 648 ~ 38.73%
B 180 of 648 ~ 27.78%

%33.49
%38.73
%27.78

CMYK color model

#D9FBB4 color CMYK value is (14,0,28,2).

  • cyan value is 13.55%
  • magenta value is 0.00%
  • yellow value is 28.29%
  • key color value is 1.57%
CMYK:
(14,0,28,2)
C14M0Y28K2 
(14%,0%,28%,2%)
(0.14/0.00/0.28/0.02)	

CMYK percentages

%13.55
%0
%28.29
%1.57

Codes

Color #D9FBB4 in popluar color models

D9FBB4
RGB217251180
HSL89°89.87%84.51%
HSB/HSV89°28.29%98.43%
CMYK13.55%0.00%28.29%
1.57%

Color #D9FBB4 in popluar number systems.

HEXD9FBB4
Decimal217251180
Binary110110011111101110110100
Octal331373264

Shades and tints

Shades of #D9FBB4

#D9FBB4
(217,251,180)
#C6E5A4
(198,229,164)
#B3CF94
(179,207,148)
#A0B984
(160,185,132)
#8DA374
(141,163,116)
#7A8D64
(122,141,100)
#677754
(103,119,84)
#546144
(84,97,68)
#414B34
(65,75,52)
#2E3524
(46,53,36)
#1B1F14
(27,31,20)
#000000
(0,0,0)

Tints of #D9FBB4

#D9FBB4
(217,251,180)
#DCFBBA
(220,251,186)
#DFFBC0
(223,251,192)
#E2FBC6
(226,251,198)
#E5FBCC
(229,251,204)
#E8FBD2
(232,251,210)
#EBFBD8
(235,251,216)
#EEFBDE
(238,251,222)
#F1FBE4
(241,251,228)
#F4FBEA
(244,251,234)
#F7FBF0
(247,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9FBB4 color. Also use rgb(217,251,180) instead hex code.

Text Font Color

.myTextColor { color: #D9FBB4; }

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

This text font color is #D9FBB4.


Background Color

.myBgColor { background-color: #D9FBB4; }

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

This div background color is #D9FBB4.


Border color

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

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

This div border color is #D9FBB4.


Opacity

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

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

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

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

This text has shadow with #D9FBB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FBB4 on black background.


Color preview on white background

This text has color #D9FBB4 on white background.



Black color preview on #D9FBB4 background

This text has black color on #D9FBB4 background.


White color preview on #D9FBB4 background

This text has white color on #D9FBB4 background.