COLOR #D4FFF1

HEX: #D4FFF1
RGB: (212,255,241)

Color info

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

RGB color model

#D4FFF1 color RGB value is (212,255,241).

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

RGB channels and saturation

R 212 of 255 = 83%
G 255 of 255 = 100%
B 241 of 255 = 95%

212
255
241

R + G + B ~ 93%. #D4FFF1 is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 255 + 241 = 708 (100%)
R 212 of 708 ~ 29.94%
G 255 of 708 ~ 36.02%
B 241 of 708 ~ 34.04%

%29.94
%36.02
%34.04

CMYK color model

#D4FFF1 color CMYK value is (17,0,5,0).

  • cyan value is 16.86%
  • magenta value is 0.00%
  • yellow value is 5.49%
  • key color value is 0.00%
CMYK:
(17,0,5,0)
C17M0Y5K0 
(17%,0%,5%,0%)
(0.17/0.00/0.05/0.00)	

CMYK percentages

%16.86
%0
%5.49
%0

Codes

Color #D4FFF1 in popluar color models

D4FFF1
RGB212255241
HSL160°100.00%91.57%
HSB/HSV160°16.86%100.00%
CMYK16.86%0.00%5.49%
0.00%

Color #D4FFF1 in popluar number systems.

HEXD4FFF1
Decimal212255241
Binary110101001111111111110001
Octal324377361

Shades and tints

Shades of #D4FFF1

#D4FFF1
(212,255,241)
#C1E8DC
(193,232,220)
#AED1C7
(174,209,199)
#9BBAB2
(155,186,178)
#88A39D
(136,163,157)
#758C88
(117,140,136)
#627573
(98,117,115)
#4F5E5E
(79,94,94)
#3C4749
(60,71,73)
#293034
(41,48,52)
#16191F
(22,25,31)
#000000
(0,0,0)

Tints of #D4FFF1

#D4FFF1
(212,255,241)
#D7FFF2
(215,255,242)
#DAFFF3
(218,255,243)
#DDFFF4
(221,255,244)
#E0FFF5
(224,255,245)
#E3FFF6
(227,255,246)
#E6FFF7
(230,255,247)
#E9FFF8
(233,255,248)
#ECFFF9
(236,255,249)
#EFFFFA
(239,255,250)
#F2FFFB
(242,255,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4FFF1; }

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

This text font color is #D4FFF1.


Background Color

.myBgColor { background-color: #D4FFF1; }

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

This div background color is #D4FFF1.


Border color

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

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

This div border color is #D4FFF1.


Opacity

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

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

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

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

This text has shadow with #D4FFF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4FFF1 on black background.


Color preview on white background

This text has color #D4FFF1 on white background.



Black color preview on #D4FFF1 background

This text has black color on #D4FFF1 background.


White color preview on #D4FFF1 background

This text has white color on #D4FFF1 background.