COLOR #D3F1DD

HEX: #D3F1DD RGB: (211,241,221)

Color info

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

RGB color model

#D3F1DD color RGB value is (211,241,221).

RGB: (211,241,221) (83%, 95%, 87%)

RGB channels and saturation

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

211
241
221

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

Portions of RGB colors in percentages

R + G + B = 211 + 241 + 221 = 673 (100%)
R 211 of 673 ~ 31.35%
G 241 of 673 ~ 35.81%
B 221 of 673 ~ 32.84'%

%31.35
%35.81
%32.84

CMYK color model

#D3F1DD color CMYK value is (12,0,8,5).

  • cyan value is 12.45%
  • magenta value is 0.00%
  • yellow value is 8.30%
  • key color value is 5.49%

CMYK: (12,0,8,5)
C12M0Y8K5 (12%, 0%, 8%, 5%)
(0.12 / 0.00 / 0.08 / 0.05)

CMYK percentages

%12.45
%0
%8.3
%5.49

Codes

Color #D3F1DD in popluar color models

D3 F1 DD
RGB 211 241 221
HSL 140° 51.72% 88.63%
HSB/HSV 140° 12.45% 94.51%
CMYK 12.45% 0.00% 8.30%
5.49%

Color #D3F1DD in popluar number systems.

HEX D3 F1 DD
Decimal 211 241 221
Binary 11010011 11110001 11011101
Octal 323 361 335

Shades and tints

Shades of #D3F1DD

#D3F1DD
(211,241,221)
#C0DCC9
(192,220,201)
#ADC7B5
(173,199,181)
#9AB2A1
(154,178,161)
#879D8D
(135,157,141)
#748879
(116,136,121)
#617365
(97,115,101)
#4E5E51
(78,94,81)
#3B493D
(59,73,61)
#283429
(40,52,41)
#151F15
(21,31,21)
#000000
(0,0,0)

Tints of #D3F1DD

#D3F1DD
(211,241,221)
#D7F2E0
(215,242,224)
#DBF3E3
(219,243,227)
#DFF4E6
(223,244,230)
#E3F5E9
(227,245,233)
#E7F6EC
(231,246,236)
#EBF7EF
(235,247,239)
#EFF8F2
(239,248,242)
#F3F9F5
(243,249,245)
#F7FAF8
(247,250,248)
#FBFBFB
(251,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3F1DD; }

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

This text font color is #D3F1DD.

Background Color

.myBgColor { background-color: #D3F1DD; }

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

This div background color is #D3F1DD.

Border color

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

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

This div border color is #D3F1DD.

Opacity

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

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

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

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

This text has shadow with #D3F1DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3F1DD.

Preview

Color preview on black background

This text has color #D3F1DD on black background.


Color preview on white background

This text has color #D3F1DD on white background.


Black color preview on #D3F1DD background

This text has black color on #D3F1DD background.


White color preview on #D3F1DD background

This text has white color on #D3F1DD background.


Related colors

Complementary color

Complementary color for #hex is #2C0E22.


I love getcolorcode.com

Triadic colors

1 #DDD3F1 and #F1DDD3 with #D3F1DD are triadic colors.

2 #DDF1D3 and #F1D3DD with #D3F1DD are triadic colors.