COLOR #C6D0DB

HEX: #C6D0DB
RGB: (198,208,219)

Renk bilgisi

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

RGB renk modeli

#C6D0DB color RGB value is (198,208,219).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 208 of 255 = 82%
B 219 of 255 = 86%

198
208
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 208 + 219 = 625 (100%)
R 198 of 625 ~ 31.68%
G 208 of 625 ~ 33.28%
B 219 of 625 ~ 35.04%

%31.68
%33.28
%35.04

CMYK RENK MODELİ

#C6D0DB rengi CMYK tonu (10,5,0,14).

  • camgöbeği tonu 9.59%
  • eflatun tonu 5.02%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(10,5,0,14)
C10M5Y0K14 
(10%,5%,0%,14%)
(0.10/0.05/0.00/0.14)	

CMYK yüzdeleri

%9.59
%5.02
%0
%14.12

Codes

Color #C6D0DB in popluar color models

C6D0DB
RGB198208219
HSL211°22.58%81.76%
HSB/HSV211°9.59%85.88%
CMYK9.59%5.02%0.00%
14.12%

Color #C6D0DB in popluar number systems.

HEXC6D0DB
Decimal198208219
Binary110001101101000011011011
Octal306320333

Shades and tints

Shades of #C6D0DB

#C6D0DB
(198,208,219)
#B4BEC8
(180,190,200)
#A2ACB5
(162,172,181)
#909AA2
(144,154,162)
#7E888F
(126,136,143)
#6C767C
(108,118,124)
#5A6469
(90,100,105)
#485256
(72,82,86)
#364043
(54,64,67)
#242E30
(36,46,48)
#121C1D
(18,28,29)
#000000
(0,0,0)

Tints of #C6D0DB

#C6D0DB
(198,208,219)
#CBD4DE
(203,212,222)
#D0D8E1
(208,216,225)
#D5DCE4
(213,220,228)
#DAE0E7
(218,224,231)
#DFE4EA
(223,228,234)
#E4E8ED
(228,232,237)
#E9ECF0
(233,236,240)
#EEF0F3
(238,240,243)
#F3F4F6
(243,244,246)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D0DB; }

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

This text font color is #C6D0DB.


Background Color

.myBgColor { background-color: #C6D0DB; }

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

This div background color is #C6D0DB.


Border color

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

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

This div border color is #C6D0DB.


Opacity

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

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

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

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

This text has shadow with #C6D0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D0DB on black background.


Color preview on white background

This text has color #C6D0DB on white background.



Black color preview on #C6D0DB background

This text has black color on #C6D0DB background.


White color preview on #C6D0DB background

This text has white color on #C6D0DB background.