COLOR #D5F1DD

HEX: #D5F1DD RGB: (213,241,221)

Color info

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

RGB color model

#D5F1DD color RGB value is (213,241,221).

RGB: (213,241,221) (84%, 95%, 87%)

RGB channels and saturation

R 213 of 255 = 84%
G 241 of 255 = 95%
B 221 of 255 = 87%

213
241
221

R + G + B ~ 89%. #D5F1DD is light color.

Portions of RGB colors in percentages

R + G + B = 213 + 241 + 221 = 675 (100%)
R 213 of 675 ~ 31.56%
G 241 of 675 ~ 35.7%
B 221 of 675 ~ 32.74'%

%31.56
%35.7
%32.74

CMYK color model

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

  • cyan value is 11.62%
  • 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

%11.62
%0
%8.3
%5.49

Codes

Color #D5F1DD in popluar color models

D5 F1 DD
RGB 213 241 221
HSL 137° 50.00% 89.02%
HSB/HSV 137° 11.62% 94.51%
CMYK 11.62% 0.00% 8.30%
5.49%

Color #D5F1DD in popluar number systems.

HEX D5 F1 DD
Decimal 213 241 221
Binary 11010101 11110001 11011101
Octal 325 361 335

Shades and tints

Shades of #D5F1DD

#D5F1DD
(213,241,221)
#C2DCC9
(194,220,201)
#AFC7B5
(175,199,181)
#9CB2A1
(156,178,161)
#899D8D
(137,157,141)
#768879
(118,136,121)
#637365
(99,115,101)
#505E51
(80,94,81)
#3D493D
(61,73,61)
#2A3429
(42,52,41)
#171F15
(23,31,21)
#000000
(0,0,0)

Tints of #D5F1DD

#D5F1DD
(213,241,221)
#D8F2E0
(216,242,224)
#DBF3E3
(219,243,227)
#DEF4E6
(222,244,230)
#E1F5E9
(225,245,233)
#E4F6EC
(228,246,236)
#E7F7EF
(231,247,239)
#EAF8F2
(234,248,242)
#EDF9F5
(237,249,245)
#F0FAF8
(240,250,248)
#F3FBFB
(243,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F1DD; }

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

This text font color is #D5F1DD.

Background Color

.myBgColor { background-color: #D5F1DD; }

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

This div background color is #D5F1DD.

Border color

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

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

This div border color is #D5F1DD.

Opacity

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

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

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

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

This text has shadow with #D5F1DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5F1DD.

Preview

Color preview on black background

This text has color #D5F1DD on black background.


Color preview on white background

This text has color #D5F1DD on white background.


Black color preview on #D5F1DD background

This text has black color on #D5F1DD background.


White color preview on #D5F1DD background

This text has white color on #D5F1DD background.


Related colors

Complementary color

Complementary color for #hex is #2A0E22.


I love getcolorcode.com

Triadic colors

1 #DDD5F1 and #F1DDD5 with #D5F1DD are triadic colors.

2 #DDF1D5 and #F1D5DD with #D5F1DD are triadic colors.