COLOR #D5F1D0

HEX: #D5F1D0 RGB: (213,241,208)

Color info

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

RGB color model

#D5F1D0 color RGB value is (213,241,208).

RGB: (213,241,208) (84%, 95%, 82%)

RGB channels and saturation

R 213 of 255 = 84%
G 241 of 255 = 95%
B 208 of 255 = 82%

213
241
208

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

Portions of RGB colors in percentages

R + G + B = 213 + 241 + 208 = 662 (100%)
R 213 of 662 ~ 32.18%
G 241 of 662 ~ 36.4%
B 208 of 662 ~ 31.42'%

%32.18
%36.4
%31.42

CMYK color model

#D5F1D0 color CMYK value is (12,0,14,5).

  • cyan value is 11.62%
  • magenta value is 0.00%
  • yellow value is 13.69%
  • key color value is 5.49%

CMYK: (12,0,14,5)
C12M0Y14K5 (12%, 0%, 14%, 5%)
(0.12 / 0.00 / 0.14 / 0.05)

CMYK percentages

%11.62
%0
%13.69
%5.49

Codes

Color #D5F1D0 in popluar color models

D5 F1 D0
RGB 213 241 208
HSL 111° 54.10% 88.04%
HSB/HSV 111° 13.69% 94.51%
CMYK 11.62% 0.00% 13.69%
5.49%

Color #D5F1D0 in popluar number systems.

HEX D5 F1 D0
Decimal 213 241 208
Binary 11010101 11110001 11010000
Octal 325 361 320

Shades and tints

Shades of #D5F1D0

#D5F1D0
(213,241,208)
#C2DCBE
(194,220,190)
#AFC7AC
(175,199,172)
#9CB29A
(156,178,154)
#899D88
(137,157,136)
#768876
(118,136,118)
#637364
(99,115,100)
#505E52
(80,94,82)
#3D4940
(61,73,64)
#2A342E
(42,52,46)
#171F1C
(23,31,28)
#000000
(0,0,0)

Tints of #D5F1D0

#D5F1D0
(213,241,208)
#D8F2D4
(216,242,212)
#DBF3D8
(219,243,216)
#DEF4DC
(222,244,220)
#E1F5E0
(225,245,224)
#E4F6E4
(228,246,228)
#E7F7E8
(231,247,232)
#EAF8EC
(234,248,236)
#EDF9F0
(237,249,240)
#F0FAF4
(240,250,244)
#F3FBF8
(243,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F1D0; }

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

This text font color is #D5F1D0.

Background Color

.myBgColor { background-color: #D5F1D0; }

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

This div background color is #D5F1D0.

Border color

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

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

This div border color is #D5F1D0.

Opacity

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

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

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

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

This text has shadow with #D5F1D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5F1D0.

Preview

Color preview on black background

This text has color #D5F1D0 on black background.


Color preview on white background

This text has color #D5F1D0 on white background.


Black color preview on #D5F1D0 background

This text has black color on #D5F1D0 background.


White color preview on #D5F1D0 background

This text has white color on #D5F1D0 background.


Related colors

Complementary color

Complementary color for #hex is #2A0E2F.


I love getcolorcode.com

Triadic colors

1 #D0D5F1 and #F1D0D5 with #D5F1D0 are triadic colors.

2 #D0F1D5 and #F1D5D0 with #D5F1D0 are triadic colors.