COLOR #C6D5CA

HEX: #C6D5CA
RGB: (198,213,202)

Renk bilgisi

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

RGB renk modeli

#C6D5CA color RGB value is (198,213,202).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 213 of 255 = 84%
B 202 of 255 = 79%

198
213
202

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 213 + 202 = 613 (100%)
R 198 of 613 ~ 32.3%
G 213 of 613 ~ 34.75%
B 202 of 613 ~ 32.95%

%32.3
%34.75
%32.95

CMYK RENK MODELİ

#C6D5CA rengi CMYK tonu (7,0,5,16).

  • camgöbeği tonu 7.04%
  • eflatun tonu 0.00%
  • sarı tonu 5.16%
  • ana renk tonu 16.47%
CMYK:
(7,0,5,16)
C7M0Y5K16 
(7%,0%,5%,16%)
(0.07/0.00/0.05/0.16)	

CMYK yüzdeleri

%7.04
%0
%5.16
%16.47

Codes

Color #C6D5CA in popluar color models

C6D5CA
RGB198213202
HSL136°15.15%80.59%
HSB/HSV136°7.04%83.53%
CMYK7.04%0.00%5.16%
16.47%

Color #C6D5CA in popluar number systems.

HEXC6D5CA
Decimal198213202
Binary110001101101010111001010
Octal306325312

Shades and tints

Shades of #C6D5CA

#C6D5CA
(198,213,202)
#B4C2B8
(180,194,184)
#A2AFA6
(162,175,166)
#909C94
(144,156,148)
#7E8982
(126,137,130)
#6C7670
(108,118,112)
#5A635E
(90,99,94)
#48504C
(72,80,76)
#363D3A
(54,61,58)
#242A28
(36,42,40)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #C6D5CA

#C6D5CA
(198,213,202)
#CBD8CE
(203,216,206)
#D0DBD2
(208,219,210)
#D5DED6
(213,222,214)
#DAE1DA
(218,225,218)
#DFE4DE
(223,228,222)
#E4E7E2
(228,231,226)
#E9EAE6
(233,234,230)
#EEEDEA
(238,237,234)
#F3F0EE
(243,240,238)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D5CA; }

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

This text font color is #C6D5CA.


Background Color

.myBgColor { background-color: #C6D5CA; }

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

This div background color is #C6D5CA.


Border color

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

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

This div border color is #C6D5CA.


Opacity

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

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

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

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

This text has shadow with #C6D5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D5CA on black background.


Color preview on white background

This text has color #C6D5CA on white background.



Black color preview on #C6D5CA background

This text has black color on #C6D5CA background.


White color preview on #C6D5CA background

This text has white color on #C6D5CA background.