COLOR #D6F3D2

HEX: #D6F3D2
RGB: (214,243,210)

Color info

#D6F3D2 contains red, green and blue colors in about the same proportion. Web safe color of #D6F3D2 is #CCFFCC (or #CFC).

RGB color model

#D6F3D2 color RGB value is (214,243,210).

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

RGB channels and saturation

R 214 of 255 = 84%
G 243 of 255 = 95%
B 210 of 255 = 82%

214
243
210

R + G + B ~ 87%. #D6F3D2 is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 243 + 210 = 667 (100%)
R 214 of 667 ~ 32.08%
G 243 of 667 ~ 36.43%
B 210 of 667 ~ 31.48%

%32.08
%36.43
%31.48

CMYK color model

#D6F3D2 color CMYK value is (12,0,14,5).

  • cyan value is 11.93%
  • magenta value is 0.00%
  • yellow value is 13.58%
  • key color value is 4.71%
CMYK:
(12,0,14,5)
C12M0Y14K5 
(12%,0%,14%,5%)
(0.12/0.00/0.14/0.05)	

CMYK percentages

%11.93
%0
%13.58
%4.71

Codes

Color #D6F3D2 in popluar color models

D6F3D2
RGB214243210
HSL113°57.89%88.82%
HSB/HSV113°13.58%95.29%
CMYK11.93%0.00%13.58%
4.71%

Color #D6F3D2 in popluar number systems.

HEXD6F3D2
Decimal214243210
Binary110101101111001111010010
Octal326363322

Shades and tints

Shades of #D6F3D2

#D6F3D2
(214,243,210)
#C3DDBF
(195,221,191)
#B0C7AC
(176,199,172)
#9DB199
(157,177,153)
#8A9B86
(138,155,134)
#778573
(119,133,115)
#646F60
(100,111,96)
#51594D
(81,89,77)
#3E433A
(62,67,58)
#2B2D27
(43,45,39)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #D6F3D2

#D6F3D2
(214,243,210)
#D9F4D6
(217,244,214)
#DCF5DA
(220,245,218)
#DFF6DE
(223,246,222)
#E2F7E2
(226,247,226)
#E5F8E6
(229,248,230)
#E8F9EA
(232,249,234)
#EBFAEE
(235,250,238)
#EEFBF2
(238,251,242)
#F1FCF6
(241,252,246)
#F4FDFA
(244,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F3D2; }

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

This text font color is #D6F3D2.


Background Color

.myBgColor { background-color: #D6F3D2; }

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

This div background color is #D6F3D2.


Border color

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

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

This div border color is #D6F3D2.


Opacity

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

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

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

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

This text has shadow with #D6F3D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F3D2 on black background.


Color preview on white background

This text has color #D6F3D2 on white background.



Black color preview on #D6F3D2 background

This text has black color on #D6F3D2 background.


White color preview on #D6F3D2 background

This text has white color on #D6F3D2 background.