COLOR #C6D6CD

HEX: #C6D6CD
RGB: (198,214,205)

Renk bilgisi

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

RGB renk modeli

#C6D6CD color RGB value is (198,214,205).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 214 of 255 = 84%
B 205 of 255 = 80%

198
214
205

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 214 + 205 = 617 (100%)
R 198 of 617 ~ 32.09%
G 214 of 617 ~ 34.68%
B 205 of 617 ~ 33.23%

%32.09
%34.68
%33.23

CMYK RENK MODELİ

#C6D6CD rengi CMYK tonu (7,0,4,16).

  • camgöbeği tonu 7.48%
  • eflatun tonu 0.00%
  • sarı tonu 4.21%
  • ana renk tonu 16.08%
CMYK:
(7,0,4,16)
C7M0Y4K16 
(7%,0%,4%,16%)
(0.07/0.00/0.04/0.16)	

CMYK yüzdeleri

%7.48
%0
%4.21
%16.08

Codes

Color #C6D6CD in popluar color models

C6D6CD
RGB198214205
HSL146°16.33%80.78%
HSB/HSV146°7.48%83.92%
CMYK7.48%0.00%4.21%
16.08%

Color #C6D6CD in popluar number systems.

HEXC6D6CD
Decimal198214205
Binary110001101101011011001101
Octal306326315

Shades and tints

Shades of #C6D6CD

#C6D6CD
(198,214,205)
#B4C3BB
(180,195,187)
#A2B0A9
(162,176,169)
#909D97
(144,157,151)
#7E8A85
(126,138,133)
#6C7773
(108,119,115)
#5A6461
(90,100,97)
#48514F
(72,81,79)
#363E3D
(54,62,61)
#242B2B
(36,43,43)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #C6D6CD

#C6D6CD
(198,214,205)
#CBD9D1
(203,217,209)
#D0DCD5
(208,220,213)
#D5DFD9
(213,223,217)
#DAE2DD
(218,226,221)
#DFE5E1
(223,229,225)
#E4E8E5
(228,232,229)
#E9EBE9
(233,235,233)
#EEEEED
(238,238,237)
#F3F1F1
(243,241,241)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D6CD color. Also use rgb(198,214,205) instead hex code.

Text Font Color

.myTextColor { color: #C6D6CD; }

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

This text font color is #C6D6CD.


Background Color

.myBgColor { background-color: #C6D6CD; }

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

This div background color is #C6D6CD.


Border color

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

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

This div border color is #C6D6CD.


Opacity

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

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

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

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

This text has shadow with #C6D6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D6CD on black background.


Color preview on white background

This text has color #C6D6CD on white background.



Black color preview on #C6D6CD background

This text has black color on #C6D6CD background.


White color preview on #C6D6CD background

This text has white color on #C6D6CD background.