COLOR #D3F0DA

HEX: #D3F0DA
RGB: (211,240,218)

Color info

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

RGB color model

#D3F0DA color RGB value is (211,240,218).

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

RGB channels and saturation

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

211
240
218

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

Portions of RGB colors in percentages

R + G + B =
211 + 240 + 218 = 669 (100%)
R 211 of 669 ~ 31.54%
G 240 of 669 ~ 35.87%
B 218 of 669 ~ 32.59%

%31.54
%35.87
%32.59

CMYK color model

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

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

CMYK percentages

%12.08
%0
%9.17
%5.88

Codes

Color #D3F0DA in popluar color models

D3F0DA
RGB211240218
HSL134°49.15%88.43%
HSB/HSV134°12.08%94.12%
CMYK12.08%0.00%9.17%
5.88%

Color #D3F0DA in popluar number systems.

HEXD3F0DA
Decimal211240218
Binary110100111111000011011010
Octal323360332

Shades and tints

Shades of #D3F0DA

#D3F0DA
(211,240,218)
#C0DBC7
(192,219,199)
#ADC6B4
(173,198,180)
#9AB1A1
(154,177,161)
#879C8E
(135,156,142)
#74877B
(116,135,123)
#617268
(97,114,104)
#4E5D55
(78,93,85)
#3B4842
(59,72,66)
#28332F
(40,51,47)
#151E1C
(21,30,28)
#000000
(0,0,0)

Tints of #D3F0DA

#D3F0DA
(211,240,218)
#D7F1DD
(215,241,221)
#DBF2E0
(219,242,224)
#DFF3E3
(223,243,227)
#E3F4E6
(227,244,230)
#E7F5E9
(231,245,233)
#EBF6EC
(235,246,236)
#EFF7EF
(239,247,239)
#F3F8F2
(243,248,242)
#F7F9F5
(247,249,245)
#FBFAF8
(251,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3F0DA; }

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

This text font color is #D3F0DA.


Background Color

.myBgColor { background-color: #D3F0DA; }

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

This div background color is #D3F0DA.


Border color

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

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

This div border color is #D3F0DA.


Opacity

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

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

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

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

This text has shadow with #D3F0DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3F0DA on black background.


Color preview on white background

This text has color #D3F0DA on white background.



Black color preview on #D3F0DA background

This text has black color on #D3F0DA background.


White color preview on #D3F0DA background

This text has white color on #D3F0DA background.