COLOR #D3F6D6

HEX: #D3F6D6
RGB: (211,246,214)

Color info

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

RGB color model

#D3F6D6 color RGB value is (211,246,214).

  • red value is 211;
  • green value is 246;
  • blue value is 214.
RGB:
(211,246,214)
(83%,96%,84%)

RGB channels and saturation

R 211 of 255 = 83%
G 246 of 255 = 96%
B 214 of 255 = 84%

211
246
214

R + G + B ~ 88%. #D3F6D6 is light color.

Portions of RGB colors in percentages

R + G + B =
211 + 246 + 214 = 671 (100%)
R 211 of 671 ~ 31.45%
G 246 of 671 ~ 36.66%
B 214 of 671 ~ 31.89%

%31.45
%36.66
%31.89

CMYK color model

#D3F6D6 color CMYK value is (14,0,13,4).

  • cyan value is 14.23%
  • magenta value is 0.00%
  • yellow value is 13.01%
  • key color value is 3.53%
CMYK:
(14,0,13,4)
C14M0Y13K4 
(14%,0%,13%,4%)
(0.14/0.00/0.13/0.04)	

CMYK percentages

%14.23
%0
%13.01
%3.53

Codes

Color #D3F6D6 in popluar color models

D3F6D6
RGB211246214
HSL125°66.04%89.61%
HSB/HSV125°14.23%96.47%
CMYK14.23%0.00%13.01%
3.53%

Color #D3F6D6 in popluar number systems.

HEXD3F6D6
Decimal211246214
Binary110100111111011011010110
Octal323366326

Shades and tints

Shades of #D3F6D6

#D3F6D6
(211,246,214)
#C0E0C3
(192,224,195)
#ADCAB0
(173,202,176)
#9AB49D
(154,180,157)
#879E8A
(135,158,138)
#748877
(116,136,119)
#617264
(97,114,100)
#4E5C51
(78,92,81)
#3B463E
(59,70,62)
#28302B
(40,48,43)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #D3F6D6

#D3F6D6
(211,246,214)
#D7F6D9
(215,246,217)
#DBF6DC
(219,246,220)
#DFF6DF
(223,246,223)
#E3F6E2
(227,246,226)
#E7F6E5
(231,246,229)
#EBF6E8
(235,246,232)
#EFF6EB
(239,246,235)
#F3F6EE
(243,246,238)
#F7F6F1
(247,246,241)
#FBF6F4
(251,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3F6D6 color. Also use rgb(211,246,214) instead hex code.

Text Font Color

.myTextColor { color: #D3F6D6; }

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

This text font color is #D3F6D6.


Background Color

.myBgColor { background-color: #D3F6D6; }

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

This div background color is #D3F6D6.


Border color

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

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

This div border color is #D3F6D6.


Opacity

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

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

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

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

This text has shadow with #D3F6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3F6D6 on black background.


Color preview on white background

This text has color #D3F6D6 on white background.



Black color preview on #D3F6D6 background

This text has black color on #D3F6D6 background.


White color preview on #D3F6D6 background

This text has white color on #D3F6D6 background.