COLOR #D3F2DD

HEX: #D3F2DD
RGB: (211,242,221)

Color info

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

RGB color model

#D3F2DD color RGB value is (211,242,221).

  • red value is 211;
  • green value is 242;
  • blue value is 221.
RGB:
(211,242,221)
(83%,95%,87%)

RGB channels and saturation

R 211 of 255 = 83%
G 242 of 255 = 95%
B 221 of 255 = 87%

211
242
221

R + G + B ~ 88%. #D3F2DD is light color.

Portions of RGB colors in percentages

R + G + B =
211 + 242 + 221 = 674 (100%)
R 211 of 674 ~ 31.31%
G 242 of 674 ~ 35.91%
B 221 of 674 ~ 32.79%

%31.31
%35.91
%32.79

CMYK color model

#D3F2DD color CMYK value is (13,0,9,5).

  • cyan value is 12.81%
  • magenta value is 0.00%
  • yellow value is 8.68%
  • key color value is 5.10%
CMYK:
(13,0,9,5)
C13M0Y9K5 
(13%,0%,9%,5%)
(0.13/0.00/0.09/0.05)	

CMYK percentages

%12.81
%0
%8.68
%5.1

Codes

Color #D3F2DD in popluar color models

D3F2DD
RGB211242221
HSL139°54.39%88.82%
HSB/HSV139°12.81%94.90%
CMYK12.81%0.00%8.68%
5.10%

Color #D3F2DD in popluar number systems.

HEXD3F2DD
Decimal211242221
Binary110100111111001011011101
Octal323362335

Shades and tints

Shades of #D3F2DD

#D3F2DD
(211,242,221)
#C0DCC9
(192,220,201)
#ADC6B5
(173,198,181)
#9AB0A1
(154,176,161)
#879A8D
(135,154,141)
#748479
(116,132,121)
#616E65
(97,110,101)
#4E5851
(78,88,81)
#3B423D
(59,66,61)
#282C29
(40,44,41)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #D3F2DD

#D3F2DD
(211,242,221)
#D7F3E0
(215,243,224)
#DBF4E3
(219,244,227)
#DFF5E6
(223,245,230)
#E3F6E9
(227,246,233)
#E7F7EC
(231,247,236)
#EBF8EF
(235,248,239)
#EFF9F2
(239,249,242)
#F3FAF5
(243,250,245)
#F7FBF8
(247,251,248)
#FBFCFB
(251,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3F2DD; }

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

This text font color is #D3F2DD.


Background Color

.myBgColor { background-color: #D3F2DD; }

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

This div background color is #D3F2DD.


Border color

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

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

This div border color is #D3F2DD.


Opacity

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

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

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

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

This text has shadow with #D3F2DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3F2DD on black background.


Color preview on white background

This text has color #D3F2DD on white background.



Black color preview on #D3F2DD background

This text has black color on #D3F2DD background.


White color preview on #D3F2DD background

This text has white color on #D3F2DD background.