COLOR #D3F8CC

HEX: #D3F8CC
RGB: (211,248,204)

Color info

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

RGB color model

#D3F8CC color RGB value is (211,248,204).

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

RGB channels and saturation

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

211
248
204

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

Portions of RGB colors in percentages

R + G + B =
211 + 248 + 204 = 663 (100%)
R 211 of 663 ~ 31.83%
G 248 of 663 ~ 37.41%
B 204 of 663 ~ 30.77%

%31.83
%37.41
%30.77

CMYK color model

#D3F8CC color CMYK value is (15,0,18,3).

  • cyan value is 14.92%
  • magenta value is 0.00%
  • yellow value is 17.74%
  • key color value is 2.75%
CMYK:
(15,0,18,3)
C15M0Y18K3 
(15%,0%,18%,3%)
(0.15/0.00/0.18/0.03)	

CMYK percentages

%14.92
%0
%17.74
%2.75

Codes

Color #D3F8CC in popluar color models

D3F8CC
RGB211248204
HSL110°75.86%88.63%
HSB/HSV110°17.74%97.25%
CMYK14.92%0.00%17.74%
2.75%

Color #D3F8CC in popluar number systems.

HEXD3F8CC
Decimal211248204
Binary110100111111100011001100
Octal323370314

Shades and tints

Shades of #D3F8CC

#D3F8CC
(211,248,204)
#C0E2BA
(192,226,186)
#ADCCA8
(173,204,168)
#9AB696
(154,182,150)
#87A084
(135,160,132)
#748A72
(116,138,114)
#617460
(97,116,96)
#4E5E4E
(78,94,78)
#3B483C
(59,72,60)
#28322A
(40,50,42)
#151C18
(21,28,24)
#000000
(0,0,0)

Tints of #D3F8CC

#D3F8CC
(211,248,204)
#D7F8D0
(215,248,208)
#DBF8D4
(219,248,212)
#DFF8D8
(223,248,216)
#E3F8DC
(227,248,220)
#E7F8E0
(231,248,224)
#EBF8E4
(235,248,228)
#EFF8E8
(239,248,232)
#F3F8EC
(243,248,236)
#F7F8F0
(247,248,240)
#FBF8F4
(251,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3F8CC; }

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

This text font color is #D3F8CC.


Background Color

.myBgColor { background-color: #D3F8CC; }

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

This div background color is #D3F8CC.


Border color

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

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

This div border color is #D3F8CC.


Opacity

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

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

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

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

This text has shadow with #D3F8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3F8CC on black background.


Color preview on white background

This text has color #D3F8CC on white background.



Black color preview on #D3F8CC background

This text has black color on #D3F8CC background.


White color preview on #D3F8CC background

This text has white color on #D3F8CC background.