COLOR #D3F0D3

HEX: #D3F0D3
RGB: (211,240,211)

Color info

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

RGB color model

#D3F0D3 color RGB value is (211,240,211).

  • red value is 211;
  • green value is 240;
  • blue value is 211.
RGB:
(211,240,211)
(83%,94%,83%)

RGB channels and saturation

R 211 of 255 = 83%
G 240 of 255 = 94%
B 211 of 255 = 83%

211
240
211

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

Portions of RGB colors in percentages

R + G + B =
211 + 240 + 211 = 662 (100%)
R 211 of 662 ~ 31.87%
G 240 of 662 ~ 36.25%
B 211 of 662 ~ 31.87%

%31.87
%36.25
%31.87

CMYK color model

#D3F0D3 color CMYK value is (12,0,12,6).

  • cyan value is 12.08%
  • magenta value is 0.00%
  • yellow value is 12.08%
  • key color value is 5.88%
CMYK:
(12,0,12,6)
C12M0Y12K6 
(12%,0%,12%,6%)
(0.12/0.00/0.12/0.06)	

CMYK percentages

%12.08
%0
%12.08
%5.88

Codes

Color #D3F0D3 in popluar color models

D3F0D3
RGB211240211
HSL120°49.15%88.43%
HSB/HSV120°12.08%94.12%
CMYK12.08%0.00%12.08%
5.88%

Color #D3F0D3 in popluar number systems.

HEXD3F0D3
Decimal211240211
Binary110100111111000011010011
Octal323360323

Shades and tints

Shades of #D3F0D3

#D3F0D3
(211,240,211)
#C0DBC0
(192,219,192)
#ADC6AD
(173,198,173)
#9AB19A
(154,177,154)
#879C87
(135,156,135)
#748774
(116,135,116)
#617261
(97,114,97)
#4E5D4E
(78,93,78)
#3B483B
(59,72,59)
#283328
(40,51,40)
#151E15
(21,30,21)
#000000
(0,0,0)

Tints of #D3F0D3

#D3F0D3
(211,240,211)
#D7F1D7
(215,241,215)
#DBF2DB
(219,242,219)
#DFF3DF
(223,243,223)
#E3F4E3
(227,244,227)
#E7F5E7
(231,245,231)
#EBF6EB
(235,246,235)
#EFF7EF
(239,247,239)
#F3F8F3
(243,248,243)
#F7F9F7
(247,249,247)
#FBFAFB
(251,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3F0D3; }

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

This text font color is #D3F0D3.


Background Color

.myBgColor { background-color: #D3F0D3; }

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

This div background color is #D3F0D3.


Border color

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

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

This div border color is #D3F0D3.


Opacity

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

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

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

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

This text has shadow with #D3F0D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3F0D3 on black background.


Color preview on white background

This text has color #D3F0D3 on white background.



Black color preview on #D3F0D3 background

This text has black color on #D3F0D3 background.


White color preview on #D3F0D3 background

This text has white color on #D3F0D3 background.