COLOR #C6DAD9

HEX: #C6DAD9
RGB: (198,218,217)

Renk bilgisi

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

RGB renk modeli

#C6DAD9 color RGB value is (198,218,217).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 218 of 255 = 85%
B 217 of 255 = 85%

198
218
217

R + G + B ~ 83%. #C6DAD9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 218 + 217 = 633 (100%)
R 198 of 633 ~ 31.28%
G 218 of 633 ~ 34.44%
B 217 of 633 ~ 34.28%

%31.28
%34.44
%34.28

CMYK RENK MODELİ

#C6DAD9 rengi CMYK tonu (9,0,0,15).

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

CMYK yüzdeleri

%9.17
%0
%0.46
%14.51

Codes

Color #C6DAD9 in popluar color models

C6DAD9
RGB198218217
HSL177°21.28%81.57%
HSB/HSV177°9.17%85.49%
CMYK9.17%0.00%0.46%
14.51%

Color #C6DAD9 in popluar number systems.

HEXC6DAD9
Decimal198218217
Binary110001101101101011011001
Octal306332331

Shades and tints

Shades of #C6DAD9

#C6DAD9
(198,218,217)
#B4C7C6
(180,199,198)
#A2B4B3
(162,180,179)
#90A1A0
(144,161,160)
#7E8E8D
(126,142,141)
#6C7B7A
(108,123,122)
#5A6867
(90,104,103)
#485554
(72,85,84)
#364241
(54,66,65)
#242F2E
(36,47,46)
#121C1B
(18,28,27)
#000000
(0,0,0)

Tints of #C6DAD9

#C6DAD9
(198,218,217)
#CBDDDC
(203,221,220)
#D0E0DF
(208,224,223)
#D5E3E2
(213,227,226)
#DAE6E5
(218,230,229)
#DFE9E8
(223,233,232)
#E4ECEB
(228,236,235)
#E9EFEE
(233,239,238)
#EEF2F1
(238,242,241)
#F3F5F4
(243,245,244)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DAD9; }

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

This text font color is #C6DAD9.


Background Color

.myBgColor { background-color: #C6DAD9; }

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

This div background color is #C6DAD9.


Border color

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

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

This div border color is #C6DAD9.


Opacity

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

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

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

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

This text has shadow with #C6DAD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DAD9 on black background.


Color preview on white background

This text has color #C6DAD9 on white background.



Black color preview on #C6DAD9 background

This text has black color on #C6DAD9 background.


White color preview on #C6DAD9 background

This text has white color on #C6DAD9 background.