COLOR #D4F7C6

HEX: #D4F7C6
RGB: (212,247,198)

Color info

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

RGB color model

#D4F7C6 color RGB value is (212,247,198).

  • red value is 212;
  • green value is 247;
  • blue value is 198.
RGB:
(212,247,198)
(83%,97%,78%)

RGB channels and saturation

R 212 of 255 = 83%
G 247 of 255 = 97%
B 198 of 255 = 78%

212
247
198

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

Portions of RGB colors in percentages

R + G + B =
212 + 247 + 198 = 657 (100%)
R 212 of 657 ~ 32.27%
G 247 of 657 ~ 37.6%
B 198 of 657 ~ 30.14%

%32.27
%37.6
%30.14

CMYK color model

#D4F7C6 color CMYK value is (14,0,20,3).

  • cyan value is 14.17%
  • magenta value is 0.00%
  • yellow value is 19.84%
  • key color value is 3.14%
CMYK:
(14,0,20,3)
C14M0Y20K3 
(14%,0%,20%,3%)
(0.14/0.00/0.20/0.03)	

CMYK percentages

%14.17
%0
%19.84
%3.14

Codes

Color #D4F7C6 in popluar color models

D4F7C6
RGB212247198
HSL103°75.38%87.25%
HSB/HSV103°19.84%96.86%
CMYK14.17%0.00%19.84%
3.14%

Color #D4F7C6 in popluar number systems.

HEXD4F7C6
Decimal212247198
Binary110101001111011111000110
Octal324367306

Shades and tints

Shades of #D4F7C6

#D4F7C6
(212,247,198)
#C1E1B4
(193,225,180)
#AECBA2
(174,203,162)
#9BB590
(155,181,144)
#889F7E
(136,159,126)
#75896C
(117,137,108)
#62735A
(98,115,90)
#4F5D48
(79,93,72)
#3C4736
(60,71,54)
#293124
(41,49,36)
#161B12
(22,27,18)
#000000
(0,0,0)

Tints of #D4F7C6

#D4F7C6
(212,247,198)
#D7F7CB
(215,247,203)
#DAF7D0
(218,247,208)
#DDF7D5
(221,247,213)
#E0F7DA
(224,247,218)
#E3F7DF
(227,247,223)
#E6F7E4
(230,247,228)
#E9F7E9
(233,247,233)
#ECF7EE
(236,247,238)
#EFF7F3
(239,247,243)
#F2F7F8
(242,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4F7C6; }

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

This text font color is #D4F7C6.


Background Color

.myBgColor { background-color: #D4F7C6; }

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

This div background color is #D4F7C6.


Border color

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

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

This div border color is #D4F7C6.


Opacity

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

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

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

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

This text has shadow with #D4F7C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F7C6 on black background.


Color preview on white background

This text has color #D4F7C6 on white background.



Black color preview on #D4F7C6 background

This text has black color on #D4F7C6 background.


White color preview on #D4F7C6 background

This text has white color on #D4F7C6 background.