COLOR #C6D9CE

HEX: #C6D9CE
RGB: (198,217,206)

Renk bilgisi

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

RGB renk modeli

#C6D9CE color RGB value is (198,217,206).

  • kırmız ton 198;
  • yeşil ton 217;
  • mavi ton 206.
RGB:
(198,217,206)
(78%,85%,81%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 217 of 255 = 85%
B 206 of 255 = 81%

198
217
206

R + G + B ~ 81%. #C6D9CE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 217 + 206 = 621 (100%)
R 198 of 621 ~ 31.88%
G 217 of 621 ~ 34.94%
B 206 of 621 ~ 33.17%

%31.88
%34.94
%33.17

CMYK RENK MODELİ

#C6D9CE rengi CMYK tonu (9,0,5,15).

  • camgöbeği tonu 8.76%
  • eflatun tonu 0.00%
  • sarı tonu 5.07%
  • ana renk tonu 14.90%
CMYK:
(9,0,5,15)
C9M0Y5K15 
(9%,0%,5%,15%)
(0.09/0.00/0.05/0.15)	

CMYK yüzdeleri

%8.76
%0
%5.07
%14.9

Codes

Color #C6D9CE in popluar color models

C6D9CE
RGB198217206
HSL145°20.00%81.37%
HSB/HSV145°8.76%85.10%
CMYK8.76%0.00%5.07%
14.90%

Color #C6D9CE in popluar number systems.

HEXC6D9CE
Decimal198217206
Binary110001101101100111001110
Octal306331316

Shades and tints

Shades of #C6D9CE

#C6D9CE
(198,217,206)
#B4C6BC
(180,198,188)
#A2B3AA
(162,179,170)
#90A098
(144,160,152)
#7E8D86
(126,141,134)
#6C7A74
(108,122,116)
#5A6762
(90,103,98)
#485450
(72,84,80)
#36413E
(54,65,62)
#242E2C
(36,46,44)
#121B1A
(18,27,26)
#000000
(0,0,0)

Tints of #C6D9CE

#C6D9CE
(198,217,206)
#CBDCD2
(203,220,210)
#D0DFD6
(208,223,214)
#D5E2DA
(213,226,218)
#DAE5DE
(218,229,222)
#DFE8E2
(223,232,226)
#E4EBE6
(228,235,230)
#E9EEEA
(233,238,234)
#EEF1EE
(238,241,238)
#F3F4F2
(243,244,242)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D9CE color. Also use rgb(198,217,206) instead hex code.

Text Font Color

.myTextColor { color: #C6D9CE; }

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

This text font color is #C6D9CE.


Background Color

.myBgColor { background-color: #C6D9CE; }

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

This div background color is #C6D9CE.


Border color

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

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

This div border color is #C6D9CE.


Opacity

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

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

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

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

This text has shadow with #C6D9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D9CE on black background.


Color preview on white background

This text has color #C6D9CE on white background.



Black color preview on #C6D9CE background

This text has black color on #C6D9CE background.


White color preview on #C6D9CE background

This text has white color on #C6D9CE background.