COLOR #D4F6F7

HEX: #D4F6F7
RGB: (212,246,247)

Color info

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

RGB color model

#D4F6F7 color RGB value is (212,246,247).

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

RGB channels and saturation

R 212 of 255 = 83%
G 246 of 255 = 96%
B 247 of 255 = 97%

212
246
247

R + G + B ~ 92%. #D4F6F7 is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 246 + 247 = 705 (100%)
R 212 of 705 ~ 30.07%
G 246 of 705 ~ 34.89%
B 247 of 705 ~ 35.04%

%30.07
%34.89
%35.04

CMYK color model

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

  • cyan value is 14.17%
  • magenta value is 0.40%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(14,0,0,3)
C14M0Y0K3 
(14%,0%,0%,3%)
(0.14/0.00/0.00/0.03)	

CMYK percentages

%14.17
%0.4
%0
%3.14

Codes

Color #D4F6F7 in popluar color models

D4F6F7
RGB212246247
HSL182°68.63%90.00%
HSB/HSV182°14.17%96.86%
CMYK14.17%0.40%0.00%
3.14%

Color #D4F6F7 in popluar number systems.

HEXD4F6F7
Decimal212246247
Binary110101001111011011110111
Octal324366367

Shades and tints

Shades of #D4F6F7

#D4F6F7
(212,246,247)
#C1E0E1
(193,224,225)
#AECACB
(174,202,203)
#9BB4B5
(155,180,181)
#889E9F
(136,158,159)
#758889
(117,136,137)
#627273
(98,114,115)
#4F5C5D
(79,92,93)
#3C4647
(60,70,71)
#293031
(41,48,49)
#161A1B
(22,26,27)
#000000
(0,0,0)

Tints of #D4F6F7

#D4F6F7
(212,246,247)
#D7F6F7
(215,246,247)
#DAF6F7
(218,246,247)
#DDF6F7
(221,246,247)
#E0F6F7
(224,246,247)
#E3F6F7
(227,246,247)
#E6F6F7
(230,246,247)
#E9F6F7
(233,246,247)
#ECF6F7
(236,246,247)
#EFF6F7
(239,246,247)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4F6F7; }

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

This text font color is #D4F6F7.


Background Color

.myBgColor { background-color: #D4F6F7; }

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

This div background color is #D4F6F7.


Border color

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

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

This div border color is #D4F6F7.


Opacity

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

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

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

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

This text has shadow with #D4F6F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F6F7 on black background.


Color preview on white background

This text has color #D4F6F7 on white background.



Black color preview on #D4F6F7 background

This text has black color on #D4F6F7 background.


White color preview on #D4F6F7 background

This text has white color on #D4F6F7 background.