COLOR #D6F9F6

HEX: #D6F9F6
RGB: (214,249,246)

Renk bilgisi

#D6F9F6 contains red, green and blue colors in about the same proportion. #D6F9F6 ‘ nin web güvenlik rengi #CCFFFF (ya da #CFF) dir.

RGB renk modeli

#D6F9F6 color RGB value is (214,249,246).

  • kırmız ton 214;
  • yeşil ton 249;
  • mavi ton 246.
RGB:
(214,249,246)
(84%,98%,96%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 249 of 255 = 98%
B 246 of 255 = 96%

214
249
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 249 + 246 = 709 (100%)
R 214 of 709 ~ 30.18%
G 249 of 709 ~ 35.12%
B 246 of 709 ~ 34.7%

%30.18
%35.12
%34.7

CMYK RENK MODELİ

#D6F9F6 rengi CMYK tonu (14,0,1,2).

  • camgöbeği tonu 14.06%
  • eflatun tonu 0.00%
  • sarı tonu 1.20%
  • ana renk tonu 2.35%
CMYK:
(14,0,1,2)
C14M0Y1K2 
(14%,0%,1%,2%)
(0.14/0.00/0.01/0.02)	

CMYK yüzdeleri

%14.06
%0
%1.2
%2.35

Codes

Color #D6F9F6 in popluar color models

D6F9F6
RGB214249246
HSL175°74.47%90.78%
HSB/HSV175°14.06%97.65%
CMYK14.06%0.00%1.20%
2.35%

Color #D6F9F6 in popluar number systems.

HEXD6F9F6
Decimal214249246
Binary110101101111100111110110
Octal326371366

Shades and tints

Shades of #D6F9F6

#D6F9F6
(214,249,246)
#C3E3E0
(195,227,224)
#B0CDCA
(176,205,202)
#9DB7B4
(157,183,180)
#8AA19E
(138,161,158)
#778B88
(119,139,136)
#647572
(100,117,114)
#515F5C
(81,95,92)
#3E4946
(62,73,70)
#2B3330
(43,51,48)
#181D1A
(24,29,26)
#000000
(0,0,0)

Tints of #D6F9F6

#D6F9F6
(214,249,246)
#D9F9F6
(217,249,246)
#DCF9F6
(220,249,246)
#DFF9F6
(223,249,246)
#E2F9F6
(226,249,246)
#E5F9F6
(229,249,246)
#E8F9F6
(232,249,246)
#EBF9F6
(235,249,246)
#EEF9F6
(238,249,246)
#F1F9F6
(241,249,246)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F9F6 color. Also use rgb(214,249,246) instead hex code.

Text Font Color

.myTextColor { color: #D6F9F6; }

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

This text font color is #D6F9F6.


Background Color

.myBgColor { background-color: #D6F9F6; }

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

This div background color is #D6F9F6.


Border color

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

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

This div border color is #D6F9F6.


Opacity

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

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

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

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

This text has shadow with #D6F9F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F9F6 on black background.


Color preview on white background

This text has color #D6F9F6 on white background.



Black color preview on #D6F9F6 background

This text has black color on #D6F9F6 background.


White color preview on #D6F9F6 background

This text has white color on #D6F9F6 background.