COLOR #C6CBD3

HEX: #C6CBD3
RGB: (198,203,211)

Renk bilgisi

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

RGB renk modeli

#C6CBD3 color RGB value is (198,203,211).

  • kırmız ton 198;
  • yeşil ton 203;
  • mavi ton 211.
RGB:
(198,203,211)
(78%,80%,83%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 203 of 255 = 80%
B 211 of 255 = 83%

198
203
211

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 203 + 211 = 612 (100%)
R 198 of 612 ~ 32.35%
G 203 of 612 ~ 33.17%
B 211 of 612 ~ 34.48%

%32.35
%33.17
%34.48

CMYK RENK MODELİ

#C6CBD3 rengi CMYK tonu (6,4,0,17).

  • camgöbeği tonu 6.16%
  • eflatun tonu 3.79%
  • sarı tonu 0.00%
  • ana renk tonu 17.25%
CMYK:
(6,4,0,17)
C6M4Y0K17 
(6%,4%,0%,17%)
(0.06/0.04/0.00/0.17)	

CMYK yüzdeleri

%6.16
%3.79
%0
%17.25

Codes

Color #C6CBD3 in popluar color models

C6CBD3
RGB198203211
HSL217°12.87%80.20%
HSB/HSV217°6.16%82.75%
CMYK6.16%3.79%0.00%
17.25%

Color #C6CBD3 in popluar number systems.

HEXC6CBD3
Decimal198203211
Binary110001101100101111010011
Octal306313323

Shades and tints

Shades of #C6CBD3

#C6CBD3
(198,203,211)
#B4B9C0
(180,185,192)
#A2A7AD
(162,167,173)
#90959A
(144,149,154)
#7E8387
(126,131,135)
#6C7174
(108,113,116)
#5A5F61
(90,95,97)
#484D4E
(72,77,78)
#363B3B
(54,59,59)
#242928
(36,41,40)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #C6CBD3

#C6CBD3
(198,203,211)
#CBCFD7
(203,207,215)
#D0D3DB
(208,211,219)
#D5D7DF
(213,215,223)
#DADBE3
(218,219,227)
#DFDFE7
(223,223,231)
#E4E3EB
(228,227,235)
#E9E7EF
(233,231,239)
#EEEBF3
(238,235,243)
#F3EFF7
(243,239,247)
#F8F3FB
(248,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CBD3 color. Also use rgb(198,203,211) instead hex code.

Text Font Color

.myTextColor { color: #C6CBD3; }

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

This text font color is #C6CBD3.


Background Color

.myBgColor { background-color: #C6CBD3; }

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

This div background color is #C6CBD3.


Border color

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

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

This div border color is #C6CBD3.


Opacity

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

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

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

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

This text has shadow with #C6CBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CBD3 on black background.


Color preview on white background

This text has color #C6CBD3 on white background.



Black color preview on #C6CBD3 background

This text has black color on #C6CBD3 background.


White color preview on #C6CBD3 background

This text has white color on #C6CBD3 background.