COLOR #C6DAD6

HEX: #C6DAD6
RGB: (198,218,214)

Renk bilgisi

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

RGB renk modeli

#C6DAD6 color RGB value is (198,218,214).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 218 of 255 = 85%
B 214 of 255 = 84%

198
218
214

R + G + B ~ 82%. #C6DAD6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 218 + 214 = 630 (100%)
R 198 of 630 ~ 31.43%
G 218 of 630 ~ 34.6%
B 214 of 630 ~ 33.97%

%31.43
%34.6
%33.97

CMYK RENK MODELİ

#C6DAD6 rengi CMYK tonu (9,0,2,15).

  • camgöbeği tonu 9.17%
  • eflatun tonu 0.00%
  • sarı tonu 1.83%
  • ana renk tonu 14.51%
CMYK:
(9,0,2,15)
C9M0Y2K15 
(9%,0%,2%,15%)
(0.09/0.00/0.02/0.15)	

CMYK yüzdeleri

%9.17
%0
%1.83
%14.51

Codes

Color #C6DAD6 in popluar color models

C6DAD6
RGB198218214
HSL168°21.28%81.57%
HSB/HSV168°9.17%85.49%
CMYK9.17%0.00%1.83%
14.51%

Color #C6DAD6 in popluar number systems.

HEXC6DAD6
Decimal198218214
Binary110001101101101011010110
Octal306332326

Shades and tints

Shades of #C6DAD6

#C6DAD6
(198,218,214)
#B4C7C3
(180,199,195)
#A2B4B0
(162,180,176)
#90A19D
(144,161,157)
#7E8E8A
(126,142,138)
#6C7B77
(108,123,119)
#5A6864
(90,104,100)
#485551
(72,85,81)
#36423E
(54,66,62)
#242F2B
(36,47,43)
#121C18
(18,28,24)
#000000
(0,0,0)

Tints of #C6DAD6

#C6DAD6
(198,218,214)
#CBDDD9
(203,221,217)
#D0E0DC
(208,224,220)
#D5E3DF
(213,227,223)
#DAE6E2
(218,230,226)
#DFE9E5
(223,233,229)
#E4ECE8
(228,236,232)
#E9EFEB
(233,239,235)
#EEF2EE
(238,242,238)
#F3F5F1
(243,245,241)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DAD6; }

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

This text font color is #C6DAD6.


Background Color

.myBgColor { background-color: #C6DAD6; }

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

This div background color is #C6DAD6.


Border color

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

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

This div border color is #C6DAD6.


Opacity

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

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

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

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

This text has shadow with #C6DAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DAD6 on black background.


Color preview on white background

This text has color #C6DAD6 on white background.



Black color preview on #C6DAD6 background

This text has black color on #C6DAD6 background.


White color preview on #C6DAD6 background

This text has white color on #C6DAD6 background.