COLOR #D6F3A7

HEX: #D6F3A7
RGB: (214,243,167)

Color info

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

RGB color model

#D6F3A7 color RGB value is (214,243,167).

  • red value is 214;
  • green value is 243;
  • blue value is 167.
RGB:
(214,243,167)
(84%,95%,65%)

RGB channels and saturation

R 214 of 255 = 84%
G 243 of 255 = 95%
B 167 of 255 = 65%

214
243
167

R + G + B ~ 81%. #D6F3A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 243 + 167 = 624 (100%)
R 214 of 624 ~ 34.29%
G 243 of 624 ~ 38.94%
B 167 of 624 ~ 26.76%

%34.29
%38.94
%26.76

CMYK color model

#D6F3A7 color CMYK value is (12,0,31,5).

  • cyan value is 11.93%
  • magenta value is 0.00%
  • yellow value is 31.28%
  • key color value is 4.71%
CMYK:
(12,0,31,5)
C12M0Y31K5 
(12%,0%,31%,5%)
(0.12/0.00/0.31/0.05)	

CMYK percentages

%11.93
%0
%31.28
%4.71

Codes

Color #D6F3A7 in popluar color models

D6F3A7
RGB214243167
HSL83°76.00%80.39%
HSB/HSV83°31.28%95.29%
CMYK11.93%0.00%31.28%
4.71%

Color #D6F3A7 in popluar number systems.

HEXD6F3A7
Decimal214243167
Binary110101101111001110100111
Octal326363247

Shades and tints

Shades of #D6F3A7

#D6F3A7
(214,243,167)
#C3DD98
(195,221,152)
#B0C789
(176,199,137)
#9DB17A
(157,177,122)
#8A9B6B
(138,155,107)
#77855C
(119,133,92)
#646F4D
(100,111,77)
#51593E
(81,89,62)
#3E432F
(62,67,47)
#2B2D20
(43,45,32)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #D6F3A7

#D6F3A7
(214,243,167)
#D9F4AF
(217,244,175)
#DCF5B7
(220,245,183)
#DFF6BF
(223,246,191)
#E2F7C7
(226,247,199)
#E5F8CF
(229,248,207)
#E8F9D7
(232,249,215)
#EBFADF
(235,250,223)
#EEFBE7
(238,251,231)
#F1FCEF
(241,252,239)
#F4FDF7
(244,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F3A7; }

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

This text font color is #D6F3A7.


Background Color

.myBgColor { background-color: #D6F3A7; }

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

This div background color is #D6F3A7.


Border color

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

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

This div border color is #D6F3A7.


Opacity

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

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

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

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

This text has shadow with #D6F3A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F3A7 on black background.


Color preview on white background

This text has color #D6F3A7 on white background.



Black color preview on #D6F3A7 background

This text has black color on #D6F3A7 background.


White color preview on #D6F3A7 background

This text has white color on #D6F3A7 background.