COLOR #C6D5D7

HEX: #C6D5D7
RGB: (198,213,215)

Renk bilgisi

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

RGB renk modeli

#C6D5D7 color RGB value is (198,213,215).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 213 of 255 = 84%
B 215 of 255 = 84%

198
213
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 213 + 215 = 626 (100%)
R 198 of 626 ~ 31.63%
G 213 of 626 ~ 34.03%
B 215 of 626 ~ 34.35%

%31.63
%34.03
%34.35

CMYK RENK MODELİ

#C6D5D7 rengi CMYK tonu (8,1,0,16).

  • camgöbeği tonu 7.91%
  • eflatun tonu 0.93%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(8,1,0,16)
C8M1Y0K16 
(8%,1%,0%,16%)
(0.08/0.01/0.00/0.16)	

CMYK yüzdeleri

%7.91
%0.93
%0
%15.69

Codes

Color #C6D5D7 in popluar color models

C6D5D7
RGB198213215
HSL187°17.53%80.98%
HSB/HSV187°7.91%84.31%
CMYK7.91%0.93%0.00%
15.69%

Color #C6D5D7 in popluar number systems.

HEXC6D5D7
Decimal198213215
Binary110001101101010111010111
Octal306325327

Shades and tints

Shades of #C6D5D7

#C6D5D7
(198,213,215)
#B4C2C4
(180,194,196)
#A2AFB1
(162,175,177)
#909C9E
(144,156,158)
#7E898B
(126,137,139)
#6C7678
(108,118,120)
#5A6365
(90,99,101)
#485052
(72,80,82)
#363D3F
(54,61,63)
#242A2C
(36,42,44)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #C6D5D7

#C6D5D7
(198,213,215)
#CBD8DA
(203,216,218)
#D0DBDD
(208,219,221)
#D5DEE0
(213,222,224)
#DAE1E3
(218,225,227)
#DFE4E6
(223,228,230)
#E4E7E9
(228,231,233)
#E9EAEC
(233,234,236)
#EEEDEF
(238,237,239)
#F3F0F2
(243,240,242)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D5D7; }

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

This text font color is #C6D5D7.


Background Color

.myBgColor { background-color: #C6D5D7; }

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

This div background color is #C6D5D7.


Border color

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

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

This div border color is #C6D5D7.


Opacity

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

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

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

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

This text has shadow with #C6D5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D5D7 on black background.


Color preview on white background

This text has color #C6D5D7 on white background.



Black color preview on #C6D5D7 background

This text has black color on #C6D5D7 background.


White color preview on #C6D5D7 background

This text has white color on #C6D5D7 background.