COLOR #D4F7CC

HEX: #D4F7CC RGB: (212,247,204)

Color info

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

RGB color model

#D4F7CC color RGB value is (212,247,204).

RGB: (212,247,204) (83%, 97%, 80%)

RGB channels and saturation

R 212 of 255 = 83%
G 247 of 255 = 97%
B 204 of 255 = 80%

212
247
204

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

Portions of RGB colors in percentages

R + G + B = 212 + 247 + 204 = 663 (100%)
R 212 of 663 ~ 31.98%
G 247 of 663 ~ 37.25%
B 204 of 663 ~ 30.77'%

%31.98
%37.25
%30.77

CMYK color model

#D4F7CC color CMYK value is (14,0,17,3).

  • cyan value is 14.17%
  • magenta value is 0.00%
  • yellow value is 17.41%
  • key color value is 3.14%

CMYK: (14,0,17,3)
C14M0Y17K3 (14%, 0%, 17%, 3%)
(0.14 / 0.00 / 0.17 / 0.03)

CMYK percentages

%14.17
%0
%17.41
%3.14

Codes

Color #D4F7CC in popluar color models

D4 F7 CC
RGB 212 247 204
HSL 109° 72.88% 88.43%
HSB/HSV 109° 17.41% 96.86%
CMYK 14.17% 0.00% 17.41%
3.14%

Color #D4F7CC in popluar number systems.

HEX D4 F7 CC
Decimal 212 247 204
Binary 11010100 11110111 11001100
Octal 324 367 314

Shades and tints

Shades of #D4F7CC

#D4F7CC
(212,247,204)
#C1E1BA
(193,225,186)
#AECBA8
(174,203,168)
#9BB596
(155,181,150)
#889F84
(136,159,132)
#758972
(117,137,114)
#627360
(98,115,96)
#4F5D4E
(79,93,78)
#3C473C
(60,71,60)
#29312A
(41,49,42)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #D4F7CC

#D4F7CC
(212,247,204)
#D7F7D0
(215,247,208)
#DAF7D4
(218,247,212)
#DDF7D8
(221,247,216)
#E0F7DC
(224,247,220)
#E3F7E0
(227,247,224)
#E6F7E4
(230,247,228)
#E9F7E8
(233,247,232)
#ECF7EC
(236,247,236)
#EFF7F0
(239,247,240)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4F7CC color. Also use rgb(212,247,204) instead hex code.

Text Font Color

.myTextColor { color: #D4F7CC; }

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

This text font color is #D4F7CC.

Background Color

.myBgColor { background-color: #D4F7CC; }

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

This div background color is #D4F7CC.

Border color

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

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

This div border color is #D4F7CC.

Opacity

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

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

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

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

This text has shadow with #D4F7CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4F7CC.

Preview

Color preview on black background

This text has color #D4F7CC on black background.


Color preview on white background

This text has color #D4F7CC on white background.


Black color preview on #D4F7CC background

This text has black color on #D4F7CC background.


White color preview on #D4F7CC background

This text has white color on #D4F7CC background.


Related colors

Complementary color

Complementary color for #hex is #2B0833.


I love getcolorcode.com

Triadic colors

1 #CCD4F7 and #F7CCD4 with #D4F7CC are triadic colors.

2 #CCF7D4 and #F7D4CC with #D4F7CC are triadic colors.