COLOR #D4F6CD

HEX: #D4F6CD
RGB: (212,246,205)

Color info

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

RGB color model

#D4F6CD color RGB value is (212,246,205).

  • red value is 212;
  • green value is 246;
  • blue value is 205.
RGB:
(212,246,205)
(83%,96%,80%)

RGB channels and saturation

R 212 of 255 = 83%
G 246 of 255 = 96%
B 205 of 255 = 80%

212
246
205

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

Portions of RGB colors in percentages

R + G + B =
212 + 246 + 205 = 663 (100%)
R 212 of 663 ~ 31.98%
G 246 of 663 ~ 37.1%
B 205 of 663 ~ 30.92%

%31.98
%37.1
%30.92

CMYK color model

#D4F6CD color CMYK value is (14,0,17,4).

  • cyan value is 13.82%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 3.53%
CMYK:
(14,0,17,4)
C14M0Y17K4 
(14%,0%,17%,4%)
(0.14/0.00/0.17/0.04)	

CMYK percentages

%13.82
%0
%16.67
%3.53

Codes

Color #D4F6CD in popluar color models

D4F6CD
RGB212246205
HSL110°69.49%88.43%
HSB/HSV110°16.67%96.47%
CMYK13.82%0.00%16.67%
3.53%

Color #D4F6CD in popluar number systems.

HEXD4F6CD
Decimal212246205
Binary110101001111011011001101
Octal324366315

Shades and tints

Shades of #D4F6CD

#D4F6CD
(212,246,205)
#C1E0BB
(193,224,187)
#AECAA9
(174,202,169)
#9BB497
(155,180,151)
#889E85
(136,158,133)
#758873
(117,136,115)
#627261
(98,114,97)
#4F5C4F
(79,92,79)
#3C463D
(60,70,61)
#29302B
(41,48,43)
#161A19
(22,26,25)
#000000
(0,0,0)

Tints of #D4F6CD

#D4F6CD
(212,246,205)
#D7F6D1
(215,246,209)
#DAF6D5
(218,246,213)
#DDF6D9
(221,246,217)
#E0F6DD
(224,246,221)
#E3F6E1
(227,246,225)
#E6F6E5
(230,246,229)
#E9F6E9
(233,246,233)
#ECF6ED
(236,246,237)
#EFF6F1
(239,246,241)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4F6CD color. Also use rgb(212,246,205) instead hex code.

Text Font Color

.myTextColor { color: #D4F6CD; }

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

This text font color is #D4F6CD.


Background Color

.myBgColor { background-color: #D4F6CD; }

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

This div background color is #D4F6CD.


Border color

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

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

This div border color is #D4F6CD.


Opacity

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

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

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

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

This text has shadow with #D4F6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F6CD on black background.


Color preview on white background

This text has color #D4F6CD on white background.



Black color preview on #D4F6CD background

This text has black color on #D4F6CD background.


White color preview on #D4F6CD background

This text has white color on #D4F6CD background.