COLOR #D6E6F2

HEX: #D6E6F2
RGB: (214,230,242)

Renk bilgisi

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

RGB renk modeli

#D6E6F2 color RGB value is (214,230,242).

  • kırmız ton 214;
  • yeşil ton 230;
  • mavi ton 242.
RGB:
(214,230,242)
(84%,90%,95%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 230 of 255 = 90%
B 242 of 255 = 95%

214
230
242

R + G + B ~ 90%. #D6E6F2 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 230 + 242 = 686 (100%)
R 214 of 686 ~ 31.2%
G 230 of 686 ~ 33.53%
B 242 of 686 ~ 35.28%

%31.2
%33.53
%35.28

CMYK RENK MODELİ

#D6E6F2 rengi CMYK tonu (12,5,0,5).

  • camgöbeği tonu 11.57%
  • eflatun tonu 4.96%
  • sarı tonu 0.00%
  • ana renk tonu 5.10%
CMYK:
(12,5,0,5)
C12M5Y0K5 
(12%,5%,0%,5%)
(0.12/0.05/0.00/0.05)	

CMYK yüzdeleri

%11.57
%4.96
%0
%5.1

Codes

Color #D6E6F2 in popluar color models

D6E6F2
RGB214230242
HSL206°51.85%89.41%
HSB/HSV206°11.57%94.90%
CMYK11.57%4.96%0.00%
5.10%

Color #D6E6F2 in popluar number systems.

HEXD6E6F2
Decimal214230242
Binary110101101110011011110010
Octal326346362

Shades and tints

Shades of #D6E6F2

#D6E6F2
(214,230,242)
#C3D2DC
(195,210,220)
#B0BEC6
(176,190,198)
#9DAAB0
(157,170,176)
#8A969A
(138,150,154)
#778284
(119,130,132)
#646E6E
(100,110,110)
#515A58
(81,90,88)
#3E4642
(62,70,66)
#2B322C
(43,50,44)
#181E16
(24,30,22)
#000000
(0,0,0)

Tints of #D6E6F2

#D6E6F2
(214,230,242)
#D9E8F3
(217,232,243)
#DCEAF4
(220,234,244)
#DFECF5
(223,236,245)
#E2EEF6
(226,238,246)
#E5F0F7
(229,240,247)
#E8F2F8
(232,242,248)
#EBF4F9
(235,244,249)
#EEF6FA
(238,246,250)
#F1F8FB
(241,248,251)
#F4FAFC
(244,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E6F2 color. Also use rgb(214,230,242) instead hex code.

Text Font Color

.myTextColor { color: #D6E6F2; }

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

This text font color is #D6E6F2.


Background Color

.myBgColor { background-color: #D6E6F2; }

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

This div background color is #D6E6F2.


Border color

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

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

This div border color is #D6E6F2.


Opacity

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

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

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

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

This text has shadow with #D6E6F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E6F2 on black background.


Color preview on white background

This text has color #D6E6F2 on white background.



Black color preview on #D6E6F2 background

This text has black color on #D6E6F2 background.


White color preview on #D6E6F2 background

This text has white color on #D6E6F2 background.