COLOR #C6D2CA

HEX: #C6D2CA
RGB: (198,210,202)

Renk bilgisi

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

RGB renk modeli

#C6D2CA color RGB value is (198,210,202).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 210 of 255 = 82%
B 202 of 255 = 79%

198
210
202

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 210 + 202 = 610 (100%)
R 198 of 610 ~ 32.46%
G 210 of 610 ~ 34.43%
B 202 of 610 ~ 33.11%

%32.46
%34.43
%33.11

CMYK RENK MODELİ

#C6D2CA rengi CMYK tonu (6,0,4,18).

  • camgöbeği tonu 5.71%
  • eflatun tonu 0.00%
  • sarı tonu 3.81%
  • ana renk tonu 17.65%
CMYK:
(6,0,4,18)
C6M0Y4K18 
(6%,0%,4%,18%)
(0.06/0.00/0.04/0.18)	

CMYK yüzdeleri

%5.71
%0
%3.81
%17.65

Codes

Color #C6D2CA in popluar color models

C6D2CA
RGB198210202
HSL140°11.76%80.00%
HSB/HSV140°5.71%82.35%
CMYK5.71%0.00%3.81%
17.65%

Color #C6D2CA in popluar number systems.

HEXC6D2CA
Decimal198210202
Binary110001101101001011001010
Octal306322312

Shades and tints

Shades of #C6D2CA

#C6D2CA
(198,210,202)
#B4BFB8
(180,191,184)
#A2ACA6
(162,172,166)
#909994
(144,153,148)
#7E8682
(126,134,130)
#6C7370
(108,115,112)
#5A605E
(90,96,94)
#484D4C
(72,77,76)
#363A3A
(54,58,58)
#242728
(36,39,40)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #C6D2CA

#C6D2CA
(198,210,202)
#CBD6CE
(203,214,206)
#D0DAD2
(208,218,210)
#D5DED6
(213,222,214)
#DAE2DA
(218,226,218)
#DFE6DE
(223,230,222)
#E4EAE2
(228,234,226)
#E9EEE6
(233,238,230)
#EEF2EA
(238,242,234)
#F3F6EE
(243,246,238)
#F8FAF2
(248,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D2CA; }

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

This text font color is #C6D2CA.


Background Color

.myBgColor { background-color: #C6D2CA; }

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

This div background color is #C6D2CA.


Border color

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

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

This div border color is #C6D2CA.


Opacity

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

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

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

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

This text has shadow with #C6D2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D2CA on black background.


Color preview on white background

This text has color #C6D2CA on white background.



Black color preview on #C6D2CA background

This text has black color on #C6D2CA background.


White color preview on #C6D2CA background

This text has white color on #C6D2CA background.