COLOR #D4F9C5

HEX: #D4F9C5 RGB: (212,249,197)

Color info

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

RGB color model

#D4F9C5 color RGB value is (212,249,197).

RGB: (212,249,197) (83%, 98%, 77%)

RGB channels and saturation

R 212 of 255 = 83%
G 249 of 255 = 98%
B 197 of 255 = 77%

212
249
197

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

Portions of RGB colors in percentages

R + G + B = 212 + 249 + 197 = 658 (100%)
R 212 of 658 ~ 32.22%
G 249 of 658 ~ 37.84%
B 197 of 658 ~ 29.94'%

%32.22
%37.84
%29.94

CMYK color model

#D4F9C5 color CMYK value is (15,0,21,2).

  • cyan value is 14.86%
  • magenta value is 0.00%
  • yellow value is 20.88%
  • key color value is 2.35%
CMYK: (15,0,21,2) C15M0Y21K2 (15%,0%,21%,2%) (0.15/0.00/0.21/0.02) 

CMYK percentages

%14.86
%0
%20.88
%2.35

Codes

Color #D4F9C5 in popluar color models

D4 F9 C5
RGB 212 249 197
HSL 103° 81.25% 87.45%
HSB/HSV 103° 20.88% 97.65%
CMYK 14.86% 0.00% 20.88%
2.35%

Color #D4F9C5 in popluar number systems.

HEX D4 F9 C5
Decimal 212 249 197
Binary 11010100 11111001 11000101
Octal 324 371 305

Shades and tints

Shades of #D4F9C5

#D4F9C5
(212,249,197)
#C1E3B4
(193,227,180)
#AECDA3
(174,205,163)
#9BB792
(155,183,146)
#88A181
(136,161,129)
#758B70
(117,139,112)
#62755F
(98,117,95)
#4F5F4E
(79,95,78)
#3C493D
(60,73,61)
#29332C
(41,51,44)
#161D1B
(22,29,27)
#000000
(0,0,0)

Tints of #D4F9C5

#D4F9C5
(212,249,197)
#D7F9CA
(215,249,202)
#DAF9CF
(218,249,207)
#DDF9D4
(221,249,212)
#E0F9D9
(224,249,217)
#E3F9DE
(227,249,222)
#E6F9E3
(230,249,227)
#E9F9E8
(233,249,232)
#ECF9ED
(236,249,237)
#EFF9F2
(239,249,242)
#F2F9F7
(242,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4F9C5; }

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

This text font color is #D4F9C5.

Background Color

.myBgColor { background-color: #D4F9C5; }

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

This div background color is #D4F9C5.

Border color

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

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

This div border color is #D4F9C5.

Opacity

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

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

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

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

This text has shadow with #D4F9C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4F9C5.

Preview

Color preview on black background

This text has color #D4F9C5 on black background.


Color preview on white background

This text has color #D4F9C5 on white background.


Black color preview on #D4F9C5 background

This text has black color on #D4F9C5 background.


White color preview on #D4F9C5 background

This text has white color on #D4F9C5 background.


Related colors

Complementary color

Complementary color for #hex is #2B063A.


I love getcolorcode.com

Triadic colors

1 #C5D4F9 and #F9C5D4 with #D4F9C5 are triadic colors.

2 #C5F9D4 and #F9D4C5 with #D4F9C5 are triadic colors.