COLOR #C6D8DB

HEX: #C6D8DB
RGB: (198,216,219)

Renk bilgisi

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

RGB renk modeli

#C6D8DB color RGB value is (198,216,219).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 216 of 255 = 85%
B 219 of 255 = 86%

198
216
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 216 + 219 = 633 (100%)
R 198 of 633 ~ 31.28%
G 216 of 633 ~ 34.12%
B 219 of 633 ~ 34.6%

%31.28
%34.12
%34.6

CMYK RENK MODELİ

#C6D8DB rengi CMYK tonu (10,1,0,14).

  • camgöbeği tonu 9.59%
  • eflatun tonu 1.37%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(10,1,0,14)
C10M1Y0K14 
(10%,1%,0%,14%)
(0.10/0.01/0.00/0.14)	

CMYK yüzdeleri

%9.59
%1.37
%0
%14.12

Codes

Color #C6D8DB in popluar color models

C6D8DB
RGB198216219
HSL189°22.58%81.76%
HSB/HSV189°9.59%85.88%
CMYK9.59%1.37%0.00%
14.12%

Color #C6D8DB in popluar number systems.

HEXC6D8DB
Decimal198216219
Binary110001101101100011011011
Octal306330333

Shades and tints

Shades of #C6D8DB

#C6D8DB
(198,216,219)
#B4C5C8
(180,197,200)
#A2B2B5
(162,178,181)
#909FA2
(144,159,162)
#7E8C8F
(126,140,143)
#6C797C
(108,121,124)
#5A6669
(90,102,105)
#485356
(72,83,86)
#364043
(54,64,67)
#242D30
(36,45,48)
#121A1D
(18,26,29)
#000000
(0,0,0)

Tints of #C6D8DB

#C6D8DB
(198,216,219)
#CBDBDE
(203,219,222)
#D0DEE1
(208,222,225)
#D5E1E4
(213,225,228)
#DAE4E7
(218,228,231)
#DFE7EA
(223,231,234)
#E4EAED
(228,234,237)
#E9EDF0
(233,237,240)
#EEF0F3
(238,240,243)
#F3F3F6
(243,243,246)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D8DB color. Also use rgb(198,216,219) instead hex code.

Text Font Color

.myTextColor { color: #C6D8DB; }

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

This text font color is #C6D8DB.


Background Color

.myBgColor { background-color: #C6D8DB; }

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

This div background color is #C6D8DB.


Border color

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

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

This div border color is #C6D8DB.


Opacity

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

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

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

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

This text has shadow with #C6D8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D8DB on black background.


Color preview on white background

This text has color #C6D8DB on white background.



Black color preview on #C6D8DB background

This text has black color on #C6D8DB background.


White color preview on #C6D8DB background

This text has white color on #C6D8DB background.