COLOR #D6FFB3

HEX: #D6FFB3
RGB: (214,255,179)

Color info

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

RGB color model

#D6FFB3 color RGB value is (214,255,179).

  • red value is 214;
  • green value is 255;
  • blue value is 179.
RGB:
(214,255,179)
(84%,100%,70%)

RGB channels and saturation

R 214 of 255 = 84%
G 255 of 255 = 100%
B 179 of 255 = 70%

214
255
179

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

Portions of RGB colors in percentages

R + G + B =
214 + 255 + 179 = 648 (100%)
R 214 of 648 ~ 33.02%
G 255 of 648 ~ 39.35%
B 179 of 648 ~ 27.62%

%33.02
%39.35
%27.62

CMYK color model

#D6FFB3 color CMYK value is (16,0,30,0).

  • cyan value is 16.08%
  • magenta value is 0.00%
  • yellow value is 29.80%
  • key color value is 0.00%
CMYK:
(16,0,30,0)
C16M0Y30K0 
(16%,0%,30%,0%)
(0.16/0.00/0.30/0.00)	

CMYK percentages

%16.08
%0
%29.8
%0

Codes

Color #D6FFB3 in popluar color models

D6FFB3
RGB214255179
HSL92°100.00%85.10%
HSB/HSV92°29.80%100.00%
CMYK16.08%0.00%29.80%
0.00%

Color #D6FFB3 in popluar number systems.

HEXD6FFB3
Decimal214255179
Binary110101101111111110110011
Octal326377263

Shades and tints

Shades of #D6FFB3

#D6FFB3
(214,255,179)
#C3E8A3
(195,232,163)
#B0D193
(176,209,147)
#9DBA83
(157,186,131)
#8AA373
(138,163,115)
#778C63
(119,140,99)
#647553
(100,117,83)
#515E43
(81,94,67)
#3E4733
(62,71,51)
#2B3023
(43,48,35)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #D6FFB3

#D6FFB3
(214,255,179)
#D9FFB9
(217,255,185)
#DCFFBF
(220,255,191)
#DFFFC5
(223,255,197)
#E2FFCB
(226,255,203)
#E5FFD1
(229,255,209)
#E8FFD7
(232,255,215)
#EBFFDD
(235,255,221)
#EEFFE3
(238,255,227)
#F1FFE9
(241,255,233)
#F4FFEF
(244,255,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6FFB3 color. Also use rgb(214,255,179) instead hex code.

Text Font Color

.myTextColor { color: #D6FFB3; }

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

This text font color is #D6FFB3.


Background Color

.myBgColor { background-color: #D6FFB3; }

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

This div background color is #D6FFB3.


Border color

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

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

This div border color is #D6FFB3.


Opacity

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

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

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

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

This text has shadow with #D6FFB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6FFB3 on black background.


Color preview on white background

This text has color #D6FFB3 on white background.



Black color preview on #D6FFB3 background

This text has black color on #D6FFB3 background.


White color preview on #D6FFB3 background

This text has white color on #D6FFB3 background.