COLOR #D3F7CC

HEX: #D3F7CC
RGB: (211,247,204)

Color info

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

RGB color model

#D3F7CC color RGB value is (211,247,204).

  • red value is 211;
  • green value is 247;
  • blue value is 204.
RGB:
(211,247,204)
(83%,97%,80%)

RGB channels and saturation

R 211 of 255 = 83%
G 247 of 255 = 97%
B 204 of 255 = 80%

211
247
204

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

Portions of RGB colors in percentages

R + G + B =
211 + 247 + 204 = 662 (100%)
R 211 of 662 ~ 31.87%
G 247 of 662 ~ 37.31%
B 204 of 662 ~ 30.82%

%31.87
%37.31
%30.82

CMYK color model

#D3F7CC color CMYK value is (15,0,17,3).

  • cyan value is 14.57%
  • magenta value is 0.00%
  • yellow value is 17.41%
  • key color value is 3.14%
CMYK:
(15,0,17,3)
C15M0Y17K3 
(15%,0%,17%,3%)
(0.15/0.00/0.17/0.03)	

CMYK percentages

%14.57
%0
%17.41
%3.14

Codes

Color #D3F7CC in popluar color models

D3F7CC
RGB211247204
HSL110°72.88%88.43%
HSB/HSV110°17.41%96.86%
CMYK14.57%0.00%17.41%
3.14%

Color #D3F7CC in popluar number systems.

HEXD3F7CC
Decimal211247204
Binary110100111111011111001100
Octal323367314

Shades and tints

Shades of #D3F7CC

#D3F7CC
(211,247,204)
#C0E1BA
(192,225,186)
#ADCBA8
(173,203,168)
#9AB596
(154,181,150)
#879F84
(135,159,132)
#748972
(116,137,114)
#617360
(97,115,96)
#4E5D4E
(78,93,78)
#3B473C
(59,71,60)
#28312A
(40,49,42)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #D3F7CC

#D3F7CC
(211,247,204)
#D7F7D0
(215,247,208)
#DBF7D4
(219,247,212)
#DFF7D8
(223,247,216)
#E3F7DC
(227,247,220)
#E7F7E0
(231,247,224)
#EBF7E4
(235,247,228)
#EFF7E8
(239,247,232)
#F3F7EC
(243,247,236)
#F7F7F0
(247,247,240)
#FBF7F4
(251,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3F7CC color. Also use rgb(211,247,204) instead hex code.

Text Font Color

.myTextColor { color: #D3F7CC; }

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

This text font color is #D3F7CC.


Background Color

.myBgColor { background-color: #D3F7CC; }

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

This div background color is #D3F7CC.


Border color

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

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

This div border color is #D3F7CC.


Opacity

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

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

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

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

This text has shadow with #D3F7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3F7CC on black background.


Color preview on white background

This text has color #D3F7CC on white background.



Black color preview on #D3F7CC background

This text has black color on #D3F7CC background.


White color preview on #D3F7CC background

This text has white color on #D3F7CC background.