COLOR #D6FFA7

HEX: #D6FFA7 RGB: (214,255,167)

Color info

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

RGB color model

#D6FFA7 color RGB value is (214,255,167).

RGB: (214,255,167) (84%, 100%, 65%)

RGB channels and saturation

R 214 of 255 = 84%
G 255 of 255 = 100%
B 167 of 255 = 65%

214
255
167

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

Portions of RGB colors in percentages

R + G + B = 214 + 255 + 167 = 636 (100%)
R 214 of 636 ~ 33.65%
G 255 of 636 ~ 40.09%
B 167 of 636 ~ 26.26'%

%33.65
%40.09
%26.26

CMYK color model

#D6FFA7 color CMYK value is (16,0,35,0).

  • cyan value is 16.08%
  • magenta value is 0.00%
  • yellow value is 34.51%
  • key color value is 0.00%

CMYK: (16,0,35,0)
C16M0Y35K0 (16%, 0%, 35%, 0%)
(0.16 / 0.00 / 0.35 / 0.00)

CMYK percentages

%16.08
%0
%34.51
%0

Codes

Color #D6FFA7 in popluar color models

D6 FF A7
RGB 214 255 167
HSL 88° 100.00% 82.75%
HSB/HSV 88° 34.51% 100.00%
CMYK 16.08% 0.00% 34.51%
0.00%

Color #D6FFA7 in popluar number systems.

HEX D6 FF A7
Decimal 214 255 167
Binary 11010110 11111111 10100111
Octal 326 377 247

Shades and tints

Shades of #D6FFA7

#D6FFA7
(214,255,167)
#C3E898
(195,232,152)
#B0D189
(176,209,137)
#9DBA7A
(157,186,122)
#8AA36B
(138,163,107)
#778C5C
(119,140,92)
#64754D
(100,117,77)
#515E3E
(81,94,62)
#3E472F
(62,71,47)
#2B3020
(43,48,32)
#181911
(24,25,17)
#000000
(0,0,0)

Tints of #D6FFA7

#D6FFA7
(214,255,167)
#D9FFAF
(217,255,175)
#DCFFB7
(220,255,183)
#DFFFBF
(223,255,191)
#E2FFC7
(226,255,199)
#E5FFCF
(229,255,207)
#E8FFD7
(232,255,215)
#EBFFDF
(235,255,223)
#EEFFE7
(238,255,231)
#F1FFEF
(241,255,239)
#F4FFF7
(244,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6FFA7; }

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

This text font color is #D6FFA7.

Background Color

.myBgColor { background-color: #D6FFA7; }

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

This div background color is #D6FFA7.

Border color

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

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

This div border color is #D6FFA7.

Opacity

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

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

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

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

This text has shadow with #D6FFA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6FFA7.

Preview

Color preview on black background

This text has color #D6FFA7 on black background.


Color preview on white background

This text has color #D6FFA7 on white background.


Black color preview on #D6FFA7 background

This text has black color on #D6FFA7 background.


White color preview on #D6FFA7 background

This text has white color on #D6FFA7 background.


Related colors

Complementary color

Complementary color for #hex is #290058.


I love getcolorcode.com

Triadic colors

1 #A7D6FF and #FFA7D6 with #D6FFA7 are triadic colors.

2 #A7FFD6 and #FFD6A7 with #D6FFA7 are triadic colors.