COLOR #D5F9C5

HEX: #D5F9C5 RGB: (213,249,197)

Color info

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

RGB color model

#D5F9C5 color RGB value is (213,249,197).

RGB: (213,249,197) (84%, 98%, 77%)

RGB channels and saturation

R 213 of 255 = 84%
G 249 of 255 = 98%
B 197 of 255 = 77%

213
249
197

R + G + B ~ 86%. #D5F9C5 is light color.

Portions of RGB colors in percentages

R + G + B = 213 + 249 + 197 = 659 (100%)
R 213 of 659 ~ 32.32%
G 249 of 659 ~ 37.78%
B 197 of 659 ~ 29.89'%

%32.32
%37.78
%29.89

CMYK color model

#D5F9C5 color CMYK value is (14,0,21,2).

  • cyan value is 14.46%
  • magenta value is 0.00%
  • yellow value is 20.88%
  • key color value is 2.35%
CMYK: (14,0,21,2) C14M0Y21K2 (14%,0%,21%,2%) (0.14/0.00/0.21/0.02) 

CMYK percentages

%14.46
%0
%20.88
%2.35

Codes

Color #D5F9C5 in popluar color models

D5 F9 C5
RGB 213 249 197
HSL 102° 81.25% 87.45%
HSB/HSV 102° 20.88% 97.65%
CMYK 14.46% 0.00% 20.88%
2.35%

Color #D5F9C5 in popluar number systems.

HEX D5 F9 C5
Decimal 213 249 197
Binary 11010101 11111001 11000101
Octal 325 371 305

Shades and tints

Shades of #D5F9C5

#D5F9C5
(213,249,197)
#C2E3B4
(194,227,180)
#AFCDA3
(175,205,163)
#9CB792
(156,183,146)
#89A181
(137,161,129)
#768B70
(118,139,112)
#63755F
(99,117,95)
#505F4E
(80,95,78)
#3D493D
(61,73,61)
#2A332C
(42,51,44)
#171D1B
(23,29,27)
#000000
(0,0,0)

Tints of #D5F9C5

#D5F9C5
(213,249,197)
#D8F9CA
(216,249,202)
#DBF9CF
(219,249,207)
#DEF9D4
(222,249,212)
#E1F9D9
(225,249,217)
#E4F9DE
(228,249,222)
#E7F9E3
(231,249,227)
#EAF9E8
(234,249,232)
#EDF9ED
(237,249,237)
#F0F9F2
(240,249,242)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F9C5 color. Also use rgb(213,249,197) instead hex code.

Text Font Color

.myTextColor { color: #D5F9C5; }

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

This text font color is #D5F9C5.

Background Color

.myBgColor { background-color: #D5F9C5; }

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

This div background color is #D5F9C5.

Border color

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

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

This div border color is #D5F9C5.

Opacity

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

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

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

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

This text has shadow with #D5F9C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5F9C5.

Preview

Color preview on black background

This text has color #D5F9C5 on black background.


Color preview on white background

This text has color #D5F9C5 on white background.


Black color preview on #D5F9C5 background

This text has black color on #D5F9C5 background.


White color preview on #D5F9C5 background

This text has white color on #D5F9C5 background.


Related colors

Complementary color

Complementary color for #hex is #2A063A.


I love getcolorcode.com

Triadic colors

1 #C5D5F9 and #F9C5D5 with #D5F9C5 are triadic colors.

2 #C5F9D5 and #F9D5C5 with #D5F9C5 are triadic colors.