COLOR #D6F1F0

HEX: #D6F1F0
RGB: (214,241,240)

Color info

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

RGB color model

#D6F1F0 color RGB value is (214,241,240).

  • red value is 214;
  • green value is 241;
  • blue value is 240.
RGB: (214,241,240) (84%,95%,94%)

RGB channels and saturation

R 214 of 255 = 84%
G 241 of 255 = 95%
B 240 of 255 = 94%

214
241
240

R + G + B ~ 91%. #D6F1F0 is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 241 + 240 = 695 (100%)
R 214 of 695 ~ 30.79%
G 241 of 695 ~ 34.68%
B 240 of 695 ~ 34.53%

%30.79
%34.68
%34.53

CMYK color model

#D6F1F0 color CMYK value is (11,0,0,5).

  • cyan value is 11.20%
  • magenta value is 0.00%
  • yellow value is 0.41%
  • key color value is 5.49%
CMYK: (11,0,0,5) C11M0Y0K5 (11%,0%,0%,5%) (0.11/0.00/0.00/0.05)

CMYK percentages

%11.2
%0
%0.41
%5.49

Codes

Color #D6F1F0 in popluar color models

D6F1F0
RGB214241240
HSL178°49.09%89.22%
HSB/HSV178°11.20%94.51%
CMYK11.20%0.00%0.41%
5.49%

Color #D6F1F0 in popluar number systems.

HEXD6F1F0
Decimal214241240
Binary110101101111000111110000
Octal326361360

Shades and tints

Shades of #D6F1F0

#D6F1F0
(214,241,240)
#C3DCDB
(195,220,219)
#B0C7C6
(176,199,198)
#9DB2B1
(157,178,177)
#8A9D9C
(138,157,156)
#778887
(119,136,135)
#647372
(100,115,114)
#515E5D
(81,94,93)
#3E4948
(62,73,72)
#2B3433
(43,52,51)
#181F1E
(24,31,30)
#000000
(0,0,0)

Tints of #D6F1F0

#D6F1F0
(214,241,240)
#D9F2F1
(217,242,241)
#DCF3F2
(220,243,242)
#DFF4F3
(223,244,243)
#E2F5F4
(226,245,244)
#E5F6F5
(229,246,245)
#E8F7F6
(232,247,246)
#EBF8F7
(235,248,247)
#EEF9F8
(238,249,248)
#F1FAF9
(241,250,249)
#F4FBFA
(244,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F1F0 color. Also use rgb(214,241,240) instead hex code.

Text Font Color

.myTextColor { color: #D6F1F0; }

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

This text font color is #D6F1F0.


Background Color

.myBgColor { background-color: #D6F1F0; }

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

This div background color is #D6F1F0.


Border color

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

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

This div border color is #D6F1F0.


Opacity

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

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

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

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

This text has shadow with #D6F1F0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D6F1F0 on black background.


Color preview on white background

This text has color #D6F1F0 on white background.



Black color preview on #D6F1F0 background

This text has black color on #D6F1F0 background.


White color preview on #D6F1F0 background

This text has white color on #D6F1F0 background.