COLOR #C6C9D8

HEX: #C6C9D8
RGB: (198,201,216)

Renk bilgisi

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

RGB renk modeli

#C6C9D8 color RGB value is (198,201,216).

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

RGB bağlantıları ve doygunluk

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

198
201
216

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 201 + 216 = 615 (100%)
R 198 of 615 ~ 32.2%
G 201 of 615 ~ 32.68%
B 216 of 615 ~ 35.12%

%32.2
%32.68
%35.12

CMYK RENK MODELİ

#C6C9D8 rengi CMYK tonu (8,7,0,15).

  • camgöbeği tonu 8.33%
  • eflatun tonu 6.94%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(8,7,0,15)
C8M7Y0K15 
(8%,7%,0%,15%)
(0.08/0.07/0.00/0.15)	

CMYK yüzdeleri

%8.33
%6.94
%0
%15.29

Codes

Color #C6C9D8 in popluar color models

C6C9D8
RGB198201216
HSL230°18.75%81.18%
HSB/HSV230°8.33%84.71%
CMYK8.33%6.94%0.00%
15.29%

Color #C6C9D8 in popluar number systems.

HEXC6C9D8
Decimal198201216
Binary110001101100100111011000
Octal306311330

Shades and tints

Shades of #C6C9D8

#C6C9D8
(198,201,216)
#B4B7C5
(180,183,197)
#A2A5B2
(162,165,178)
#90939F
(144,147,159)
#7E818C
(126,129,140)
#6C6F79
(108,111,121)
#5A5D66
(90,93,102)
#484B53
(72,75,83)
#363940
(54,57,64)
#24272D
(36,39,45)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #C6C9D8

#C6C9D8
(198,201,216)
#CBCDDB
(203,205,219)
#D0D1DE
(208,209,222)
#D5D5E1
(213,213,225)
#DAD9E4
(218,217,228)
#DFDDE7
(223,221,231)
#E4E1EA
(228,225,234)
#E9E5ED
(233,229,237)
#EEE9F0
(238,233,240)
#F3EDF3
(243,237,243)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C9D8; }

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

This text font color is #C6C9D8.


Background Color

.myBgColor { background-color: #C6C9D8; }

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

This div background color is #C6C9D8.


Border color

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

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

This div border color is #C6C9D8.


Opacity

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

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

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

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

This text has shadow with #C6C9D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C9D8 on black background.


Color preview on white background

This text has color #C6C9D8 on white background.



Black color preview on #C6C9D8 background

This text has black color on #C6C9D8 background.


White color preview on #C6C9D8 background

This text has white color on #C6C9D8 background.