COLOR #D3F8C2

HEX: #D3F8C2
RGB: (211,248,194)

Color info

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

RGB color model

#D3F8C2 color RGB value is (211,248,194).

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

RGB channels and saturation

R 211 of 255 = 83%
G 248 of 255 = 97%
B 194 of 255 = 76%

211
248
194

R + G + B ~ 85%. #D3F8C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 248 + 194 = 653 (100%)
R 211 of 653 ~ 32.31%
G 248 of 653 ~ 37.98%
B 194 of 653 ~ 29.71%

%32.31
%37.98
%29.71

CMYK color model

#D3F8C2 color CMYK value is (15,0,22,3).

  • cyan value is 14.92%
  • magenta value is 0.00%
  • yellow value is 21.77%
  • key color value is 2.75%
CMYK:
(15,0,22,3)
C15M0Y22K3 
(15%,0%,22%,3%)
(0.15/0.00/0.22/0.03)	

CMYK percentages

%14.92
%0
%21.77
%2.75

Codes

Color #D3F8C2 in popluar color models

D3F8C2
RGB211248194
HSL101°79.41%86.67%
HSB/HSV101°21.77%97.25%
CMYK14.92%0.00%21.77%
2.75%

Color #D3F8C2 in popluar number systems.

HEXD3F8C2
Decimal211248194
Binary110100111111100011000010
Octal323370302

Shades and tints

Shades of #D3F8C2

#D3F8C2
(211,248,194)
#C0E2B1
(192,226,177)
#ADCCA0
(173,204,160)
#9AB68F
(154,182,143)
#87A07E
(135,160,126)
#748A6D
(116,138,109)
#61745C
(97,116,92)
#4E5E4B
(78,94,75)
#3B483A
(59,72,58)
#283229
(40,50,41)
#151C18
(21,28,24)
#000000
(0,0,0)

Tints of #D3F8C2

#D3F8C2
(211,248,194)
#D7F8C7
(215,248,199)
#DBF8CC
(219,248,204)
#DFF8D1
(223,248,209)
#E3F8D6
(227,248,214)
#E7F8DB
(231,248,219)
#EBF8E0
(235,248,224)
#EFF8E5
(239,248,229)
#F3F8EA
(243,248,234)
#F7F8EF
(247,248,239)
#FBF8F4
(251,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3F8C2; }

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

This text font color is #D3F8C2.


Background Color

.myBgColor { background-color: #D3F8C2; }

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

This div background color is #D3F8C2.


Border color

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

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

This div border color is #D3F8C2.


Opacity

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

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

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

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

This text has shadow with #D3F8C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3F8C2 on black background.


Color preview on white background

This text has color #D3F8C2 on white background.



Black color preview on #D3F8C2 background

This text has black color on #D3F8C2 background.


White color preview on #D3F8C2 background

This text has white color on #D3F8C2 background.