COLOR #C6CAD8

HEX: #C6CAD8
RGB: (198,202,216)

Renk bilgisi

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

RGB renk modeli

#C6CAD8 color RGB value is (198,202,216).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 202 of 255 = 79%
B 216 of 255 = 85%

198
202
216

R + G + B ~ 81%. #C6CAD8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 202 + 216 = 616 (100%)
R 198 of 616 ~ 32.14%
G 202 of 616 ~ 32.79%
B 216 of 616 ~ 35.06%

%32.14
%32.79
%35.06

CMYK RENK MODELİ

#C6CAD8 rengi CMYK tonu (8,6,0,15).

  • camgöbeği tonu 8.33%
  • eflatun tonu 6.48%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(8,6,0,15)
C8M6Y0K15 
(8%,6%,0%,15%)
(0.08/0.06/0.00/0.15)	

CMYK yüzdeleri

%8.33
%6.48
%0
%15.29

Codes

Color #C6CAD8 in popluar color models

C6CAD8
RGB198202216
HSL227°18.75%81.18%
HSB/HSV227°8.33%84.71%
CMYK8.33%6.48%0.00%
15.29%

Color #C6CAD8 in popluar number systems.

HEXC6CAD8
Decimal198202216
Binary110001101100101011011000
Octal306312330

Shades and tints

Shades of #C6CAD8

#C6CAD8
(198,202,216)
#B4B8C5
(180,184,197)
#A2A6B2
(162,166,178)
#90949F
(144,148,159)
#7E828C
(126,130,140)
#6C7079
(108,112,121)
#5A5E66
(90,94,102)
#484C53
(72,76,83)
#363A40
(54,58,64)
#24282D
(36,40,45)
#12161A
(18,22,26)
#000000
(0,0,0)

Tints of #C6CAD8

#C6CAD8
(198,202,216)
#CBCEDB
(203,206,219)
#D0D2DE
(208,210,222)
#D5D6E1
(213,214,225)
#DADAE4
(218,218,228)
#DFDEE7
(223,222,231)
#E4E2EA
(228,226,234)
#E9E6ED
(233,230,237)
#EEEAF0
(238,234,240)
#F3EEF3
(243,238,243)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CAD8; }

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

This text font color is #C6CAD8.


Background Color

.myBgColor { background-color: #C6CAD8; }

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

This div background color is #C6CAD8.


Border color

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

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

This div border color is #C6CAD8.


Opacity

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

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

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

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

This text has shadow with #C6CAD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CAD8 on black background.


Color preview on white background

This text has color #C6CAD8 on white background.



Black color preview on #C6CAD8 background

This text has black color on #C6CAD8 background.


White color preview on #C6CAD8 background

This text has white color on #C6CAD8 background.