COLOR #C6D3D7

HEX: #C6D3D7
RGB: (198,211,215)

Renk bilgisi

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

RGB renk modeli

#C6D3D7 color RGB value is (198,211,215).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 211 of 255 = 83%
B 215 of 255 = 84%

198
211
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 211 + 215 = 624 (100%)
R 198 of 624 ~ 31.73%
G 211 of 624 ~ 33.81%
B 215 of 624 ~ 34.46%

%31.73
%33.81
%34.46

CMYK RENK MODELİ

#C6D3D7 rengi CMYK tonu (8,2,0,16).

  • camgöbeği tonu 7.91%
  • eflatun tonu 1.86%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(8,2,0,16)
C8M2Y0K16 
(8%,2%,0%,16%)
(0.08/0.02/0.00/0.16)	

CMYK yüzdeleri

%7.91
%1.86
%0
%15.69

Codes

Color #C6D3D7 in popluar color models

C6D3D7
RGB198211215
HSL194°17.53%80.98%
HSB/HSV194°7.91%84.31%
CMYK7.91%1.86%0.00%
15.69%

Color #C6D3D7 in popluar number systems.

HEXC6D3D7
Decimal198211215
Binary110001101101001111010111
Octal306323327

Shades and tints

Shades of #C6D3D7

#C6D3D7
(198,211,215)
#B4C0C4
(180,192,196)
#A2ADB1
(162,173,177)
#909A9E
(144,154,158)
#7E878B
(126,135,139)
#6C7478
(108,116,120)
#5A6165
(90,97,101)
#484E52
(72,78,82)
#363B3F
(54,59,63)
#24282C
(36,40,44)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #C6D3D7

#C6D3D7
(198,211,215)
#CBD7DA
(203,215,218)
#D0DBDD
(208,219,221)
#D5DFE0
(213,223,224)
#DAE3E3
(218,227,227)
#DFE7E6
(223,231,230)
#E4EBE9
(228,235,233)
#E9EFEC
(233,239,236)
#EEF3EF
(238,243,239)
#F3F7F2
(243,247,242)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D3D7; }

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

This text font color is #C6D3D7.


Background Color

.myBgColor { background-color: #C6D3D7; }

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

This div background color is #C6D3D7.


Border color

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

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

This div border color is #C6D3D7.


Opacity

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

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

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

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

This text has shadow with #C6D3D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D3D7 on black background.


Color preview on white background

This text has color #C6D3D7 on white background.



Black color preview on #C6D3D7 background

This text has black color on #C6D3D7 background.


White color preview on #C6D3D7 background

This text has white color on #C6D3D7 background.