COLOR #D6E1E6

HEX: #D6E1E6
RGB: (214,225,230)

Renk bilgisi

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

RGB renk modeli

#D6E1E6 color RGB value is (214,225,230).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 225 of 255 = 88%
B 230 of 255 = 90%

214
225
230

R + G + B ~ 87%. #D6E1E6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 225 + 230 = 669 (100%)
R 214 of 669 ~ 31.99%
G 225 of 669 ~ 33.63%
B 230 of 669 ~ 34.38%

%31.99
%33.63
%34.38

CMYK RENK MODELİ

#D6E1E6 rengi CMYK tonu (7,2,0,10).

  • camgöbeği tonu 6.96%
  • eflatun tonu 2.17%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(7,2,0,10)
C7M2Y0K10 
(7%,2%,0%,10%)
(0.07/0.02/0.00/0.10)	

CMYK yüzdeleri

%6.96
%2.17
%0
%9.8

Codes

Color #D6E1E6 in popluar color models

D6E1E6
RGB214225230
HSL199°24.24%87.06%
HSB/HSV199°6.96%90.20%
CMYK6.96%2.17%0.00%
9.80%

Color #D6E1E6 in popluar number systems.

HEXD6E1E6
Decimal214225230
Binary110101101110000111100110
Octal326341346

Shades and tints

Shades of #D6E1E6

#D6E1E6
(214,225,230)
#C3CDD2
(195,205,210)
#B0B9BE
(176,185,190)
#9DA5AA
(157,165,170)
#8A9196
(138,145,150)
#777D82
(119,125,130)
#64696E
(100,105,110)
#51555A
(81,85,90)
#3E4146
(62,65,70)
#2B2D32
(43,45,50)
#18191E
(24,25,30)
#000000
(0,0,0)

Tints of #D6E1E6

#D6E1E6
(214,225,230)
#D9E3E8
(217,227,232)
#DCE5EA
(220,229,234)
#DFE7EC
(223,231,236)
#E2E9EE
(226,233,238)
#E5EBF0
(229,235,240)
#E8EDF2
(232,237,242)
#EBEFF4
(235,239,244)
#EEF1F6
(238,241,246)
#F1F3F8
(241,243,248)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E1E6; }

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

This text font color is #D6E1E6.


Background Color

.myBgColor { background-color: #D6E1E6; }

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

This div background color is #D6E1E6.


Border color

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

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

This div border color is #D6E1E6.


Opacity

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

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

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

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

This text has shadow with #D6E1E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E1E6 on black background.


Color preview on white background

This text has color #D6E1E6 on white background.



Black color preview on #D6E1E6 background

This text has black color on #D6E1E6 background.


White color preview on #D6E1E6 background

This text has white color on #D6E1E6 background.