COLOR #D4FFF9

HEX: #D4FFF9
RGB: (212,255,249)

Color info

#D4FFF9 contains red, green and blue colors in about the same proportion. Web safe color of #D4FFF9 is #CCFFFF (or #CFF).

RGB color model

#D4FFF9 color RGB value is (212,255,249).

  • red value is 212;
  • green value is 255;
  • blue value is 249.
RGB:
(212,255,249)
(83%,100%,98%)

RGB channels and saturation

R 212 of 255 = 83%
G 255 of 255 = 100%
B 249 of 255 = 98%

212
255
249

R + G + B ~ 94%. #D4FFF9 is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 255 + 249 = 716 (100%)
R 212 of 716 ~ 29.61%
G 255 of 716 ~ 35.61%
B 249 of 716 ~ 34.78%

%29.61
%35.61
%34.78

CMYK color model

#D4FFF9 color CMYK value is (17,0,2,0).

  • cyan value is 16.86%
  • magenta value is 0.00%
  • yellow value is 2.35%
  • key color value is 0.00%
CMYK:
(17,0,2,0)
C17M0Y2K0 
(17%,0%,2%,0%)
(0.17/0.00/0.02/0.00)	

CMYK percentages

%16.86
%0
%2.35
%0

Codes

Color #D4FFF9 in popluar color models

D4FFF9
RGB212255249
HSL172°100.00%91.57%
HSB/HSV172°16.86%100.00%
CMYK16.86%0.00%2.35%
0.00%

Color #D4FFF9 in popluar number systems.

HEXD4FFF9
Decimal212255249
Binary110101001111111111111001
Octal324377371

Shades and tints

Shades of #D4FFF9

#D4FFF9
(212,255,249)
#C1E8E3
(193,232,227)
#AED1CD
(174,209,205)
#9BBAB7
(155,186,183)
#88A3A1
(136,163,161)
#758C8B
(117,140,139)
#627575
(98,117,117)
#4F5E5F
(79,94,95)
#3C4749
(60,71,73)
#293033
(41,48,51)
#16191D
(22,25,29)
#000000
(0,0,0)

Tints of #D4FFF9

#D4FFF9
(212,255,249)
#D7FFF9
(215,255,249)
#DAFFF9
(218,255,249)
#DDFFF9
(221,255,249)
#E0FFF9
(224,255,249)
#E3FFF9
(227,255,249)
#E6FFF9
(230,255,249)
#E9FFF9
(233,255,249)
#ECFFF9
(236,255,249)
#EFFFF9
(239,255,249)
#F2FFF9
(242,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4FFF9; }

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

This text font color is #D4FFF9.


Background Color

.myBgColor { background-color: #D4FFF9; }

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

This div background color is #D4FFF9.


Border color

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

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

This div border color is #D4FFF9.


Opacity

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

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

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

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

This text has shadow with #D4FFF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4FFF9 on black background.


Color preview on white background

This text has color #D4FFF9 on white background.



Black color preview on #D4FFF9 background

This text has black color on #D4FFF9 background.


White color preview on #D4FFF9 background

This text has white color on #D4FFF9 background.