COLOR #D6DAEA

HEX: #D6DAEA
RGB: (214,218,234)

Renk bilgisi

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

RGB renk modeli

#D6DAEA color RGB value is (214,218,234).

  • kırmız ton 214;
  • yeşil ton 218;
  • mavi ton 234.
RGB:
(214,218,234)
(84%,85%,92%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 218 of 255 = 85%
B 234 of 255 = 92%

214
218
234

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 218 + 234 = 666 (100%)
R 214 of 666 ~ 32.13%
G 218 of 666 ~ 32.73%
B 234 of 666 ~ 35.14%

%32.13
%32.73
%35.14

CMYK RENK MODELİ

#D6DAEA rengi CMYK tonu (9,7,0,8).

  • camgöbeği tonu 8.55%
  • eflatun tonu 6.84%
  • sarı tonu 0.00%
  • ana renk tonu 8.24%
CMYK:
(9,7,0,8)
C9M7Y0K8 
(9%,7%,0%,8%)
(0.09/0.07/0.00/0.08)	

CMYK yüzdeleri

%8.55
%6.84
%0
%8.24

Codes

Color #D6DAEA in popluar color models

D6DAEA
RGB214218234
HSL228°32.26%87.84%
HSB/HSV228°8.55%91.76%
CMYK8.55%6.84%0.00%
8.24%

Color #D6DAEA in popluar number systems.

HEXD6DAEA
Decimal214218234
Binary110101101101101011101010
Octal326332352

Shades and tints

Shades of #D6DAEA

#D6DAEA
(214,218,234)
#C3C7D5
(195,199,213)
#B0B4C0
(176,180,192)
#9DA1AB
(157,161,171)
#8A8E96
(138,142,150)
#777B81
(119,123,129)
#64686C
(100,104,108)
#515557
(81,85,87)
#3E4242
(62,66,66)
#2B2F2D
(43,47,45)
#181C18
(24,28,24)
#000000
(0,0,0)

Tints of #D6DAEA

#D6DAEA
(214,218,234)
#D9DDEB
(217,221,235)
#DCE0EC
(220,224,236)
#DFE3ED
(223,227,237)
#E2E6EE
(226,230,238)
#E5E9EF
(229,233,239)
#E8ECF0
(232,236,240)
#EBEFF1
(235,239,241)
#EEF2F2
(238,242,242)
#F1F5F3
(241,245,243)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6DAEA color. Also use rgb(214,218,234) instead hex code.

Text Font Color

.myTextColor { color: #D6DAEA; }

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

This text font color is #D6DAEA.


Background Color

.myBgColor { background-color: #D6DAEA; }

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

This div background color is #D6DAEA.


Border color

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

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

This div border color is #D6DAEA.


Opacity

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

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

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

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

This text has shadow with #D6DAEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DAEA on black background.


Color preview on white background

This text has color #D6DAEA on white background.



Black color preview on #D6DAEA background

This text has black color on #D6DAEA background.


White color preview on #D6DAEA background

This text has white color on #D6DAEA background.