COLOR #C0C6DB

HEX: #C0C6DB
RGB: (192,198,219)

Renk bilgisi

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

RGB renk modeli

#C0C6DB color RGB value is (192,198,219).

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

RGB bağlantıları ve doygunluk

R 192 of 255 = 75%
G 198 of 255 = 78%
B 219 of 255 = 86%

192
198
219

R + G + B ~ 80%. #C0C6DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
192 + 198 + 219 = 609 (100%)
R 192 of 609 ~ 31.53%
G 198 of 609 ~ 32.51%
B 219 of 609 ~ 35.96%

%31.53
%32.51
%35.96

CMYK RENK MODELİ

#C0C6DB rengi CMYK tonu (12,10,0,14).

  • camgöbeği tonu 12.33%
  • eflatun tonu 9.59%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(12,10,0,14)
C12M10Y0K14 
(12%,10%,0%,14%)
(0.12/0.10/0.00/0.14)	

CMYK yüzdeleri

%12.33
%9.59
%0
%14.12

Codes

Color #C0C6DB in popluar color models

C0C6DB
RGB192198219
HSL227°27.27%80.59%
HSB/HSV227°12.33%85.88%
CMYK12.33%9.59%0.00%
14.12%

Color #C0C6DB in popluar number systems.

HEXC0C6DB
Decimal192198219
Binary110000001100011011011011
Octal300306333

Shades and tints

Shades of #C0C6DB

#C0C6DB
(192,198,219)
#AFB4C8
(175,180,200)
#9EA2B5
(158,162,181)
#8D90A2
(141,144,162)
#7C7E8F
(124,126,143)
#6B6C7C
(107,108,124)
#5A5A69
(90,90,105)
#494856
(73,72,86)
#383643
(56,54,67)
#272430
(39,36,48)
#16121D
(22,18,29)
#000000
(0,0,0)

Tints of #C0C6DB

#C0C6DB
(192,198,219)
#C5CBDE
(197,203,222)
#CAD0E1
(202,208,225)
#CFD5E4
(207,213,228)
#D4DAE7
(212,218,231)
#D9DFEA
(217,223,234)
#DEE4ED
(222,228,237)
#E3E9F0
(227,233,240)
#E8EEF3
(232,238,243)
#EDF3F6
(237,243,246)
#F2F8F9
(242,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C6DB; }

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

This text font color is #C0C6DB.


Background Color

.myBgColor { background-color: #C0C6DB; }

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

This div background color is #C0C6DB.


Border color

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

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

This div border color is #C0C6DB.


Opacity

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

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

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

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

This text has shadow with #C0C6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C6DB on black background.


Color preview on white background

This text has color #C0C6DB on white background.



Black color preview on #C0C6DB background

This text has black color on #C0C6DB background.


White color preview on #C0C6DB background

This text has white color on #C0C6DB background.