COLOR #D3F6CE

HEX: #D3F6CE RGB: (211,246,206)

Color info

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

RGB color model

#D3F6CE color RGB value is (211,246,206).

RGB: (211,246,206) (83%, 96%, 81%)

RGB channels and saturation

R 211 of 255 = 83%
G 246 of 255 = 96%
B 206 of 255 = 81%

211
246
206

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

Portions of RGB colors in percentages

R + G + B = 211 + 246 + 206 = 663 (100%)
R 211 of 663 ~ 31.83%
G 246 of 663 ~ 37.1%
B 206 of 663 ~ 31.07'%

%31.83
%37.1
%31.07

CMYK color model

#D3F6CE color CMYK value is (14,0,16,4).

  • cyan value is 14.23%
  • magenta value is 0.00%
  • yellow value is 16.26%
  • key color value is 3.53%

CMYK: (14,0,16,4)
C14M0Y16K4 (14%, 0%, 16%, 4%)
(0.14 / 0.00 / 0.16 / 0.04)

CMYK percentages

%14.23
%0
%16.26
%3.53

Codes

Color #D3F6CE in popluar color models

D3 F6 CE
RGB 211 246 206
HSL 113° 68.97% 88.63%
HSB/HSV 113° 16.26% 96.47%
CMYK 14.23% 0.00% 16.26%
3.53%

Color #D3F6CE in popluar number systems.

HEX D3 F6 CE
Decimal 211 246 206
Binary 11010011 11110110 11001110
Octal 323 366 316

Shades and tints

Shades of #D3F6CE

#D3F6CE
(211,246,206)
#C0E0BC
(192,224,188)
#ADCAAA
(173,202,170)
#9AB498
(154,180,152)
#879E86
(135,158,134)
#748874
(116,136,116)
#617262
(97,114,98)
#4E5C50
(78,92,80)
#3B463E
(59,70,62)
#28302C
(40,48,44)
#151A1A
(21,26,26)
#000000
(0,0,0)

Tints of #D3F6CE

#D3F6CE
(211,246,206)
#D7F6D2
(215,246,210)
#DBF6D6
(219,246,214)
#DFF6DA
(223,246,218)
#E3F6DE
(227,246,222)
#E7F6E2
(231,246,226)
#EBF6E6
(235,246,230)
#EFF6EA
(239,246,234)
#F3F6EE
(243,246,238)
#F7F6F2
(247,246,242)
#FBF6F6
(251,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3F6CE; }

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

This text font color is #D3F6CE.

Background Color

.myBgColor { background-color: #D3F6CE; }

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

This div background color is #D3F6CE.

Border color

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

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

This div border color is #D3F6CE.

Opacity

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

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

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

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

This text has shadow with #D3F6CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3F6CE.

Preview

Color preview on black background

This text has color #D3F6CE on black background.


Color preview on white background

This text has color #D3F6CE on white background.


Black color preview on #D3F6CE background

This text has black color on #D3F6CE background.


White color preview on #D3F6CE background

This text has white color on #D3F6CE background.


Related colors

Complementary color

Complementary color for #hex is #2C0931.


I love getcolorcode.com

Triadic colors

1 #CED3F6 and #F6CED3 with #D3F6CE are triadic colors.

2 #CEF6D3 and #F6D3CE with #D3F6CE are triadic colors.