COLOR #D6F1A3

HEX: #D6F1A3 RGB: (214,241,163)

Color info

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

RGB color model

#D6F1A3 color RGB value is (214,241,163).

RGB: (214,241,163) (84%, 95%, 64%)

RGB channels and saturation

R 214 of 255 = 84%
G 241 of 255 = 95%
B 163 of 255 = 64%

214
241
163

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

Portions of RGB colors in percentages

R + G + B = 214 + 241 + 163 = 618 (100%)
R 214 of 618 ~ 34.63%
G 241 of 618 ~ 39%
B 163 of 618 ~ 26.38'%

%34.63
%39
%26.38

CMYK color model

#D6F1A3 color CMYK value is (11,0,32,5).

  • cyan value is 11.20%
  • magenta value is 0.00%
  • yellow value is 32.37%
  • key color value is 5.49%

CMYK: (11,0,32,5)
C11M0Y32K5 (11%, 0%, 32%, 5%)
(0.11 / 0.00 / 0.32 / 0.05)

CMYK percentages

%11.2
%0
%32.37
%5.49

Codes

Color #D6F1A3 in popluar color models

D6 F1 A3
RGB 214 241 163
HSL 81° 73.58% 79.22%
HSB/HSV 81° 32.37% 94.51%
CMYK 11.20% 0.00% 32.37%
5.49%

Color #D6F1A3 in popluar number systems.

HEX D6 F1 A3
Decimal 214 241 163
Binary 11010110 11110001 10100011
Octal 326 361 243

Shades and tints

Shades of #D6F1A3

#D6F1A3
(214,241,163)
#C3DC95
(195,220,149)
#B0C787
(176,199,135)
#9DB279
(157,178,121)
#8A9D6B
(138,157,107)
#77885D
(119,136,93)
#64734F
(100,115,79)
#515E41
(81,94,65)
#3E4933
(62,73,51)
#2B3425
(43,52,37)
#181F17
(24,31,23)
#000000
(0,0,0)

Tints of #D6F1A3

#D6F1A3
(214,241,163)
#D9F2AB
(217,242,171)
#DCF3B3
(220,243,179)
#DFF4BB
(223,244,187)
#E2F5C3
(226,245,195)
#E5F6CB
(229,246,203)
#E8F7D3
(232,247,211)
#EBF8DB
(235,248,219)
#EEF9E3
(238,249,227)
#F1FAEB
(241,250,235)
#F4FBF3
(244,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F1A3 color. Also use rgb(214,241,163) instead hex code.

Text Font Color

.myTextColor { color: #D6F1A3; }

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

This text font color is #D6F1A3.

Background Color

.myBgColor { background-color: #D6F1A3; }

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

This div background color is #D6F1A3.

Border color

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

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

This div border color is #D6F1A3.

Opacity

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

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

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

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

This text has shadow with #D6F1A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6F1A3.

Preview

Color preview on black background

This text has color #D6F1A3 on black background.


Color preview on white background

This text has color #D6F1A3 on white background.


Black color preview on #D6F1A3 background

This text has black color on #D6F1A3 background.


White color preview on #D6F1A3 background

This text has white color on #D6F1A3 background.


Related colors

Complementary color

Complementary color for #hex is #290E5C.


I love getcolorcode.com

Triadic colors

1 #A3D6F1 and #F1A3D6 with #D6F1A3 are triadic colors.

2 #A3F1D6 and #F1D6A3 with #D6F1A3 are triadic colors.