COLOR #C6D4CB

HEX: #C6D4CB
RGB: (198,212,203)

Renk bilgisi

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

RGB renk modeli

#C6D4CB color RGB value is (198,212,203).

  • kırmız ton 198;
  • yeşil ton 212;
  • mavi ton 203.
RGB:
(198,212,203)
(78%,83%,80%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 212 of 255 = 83%
B 203 of 255 = 80%

198
212
203

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 212 + 203 = 613 (100%)
R 198 of 613 ~ 32.3%
G 212 of 613 ~ 34.58%
B 203 of 613 ~ 33.12%

%32.3
%34.58
%33.12

CMYK RENK MODELİ

#C6D4CB rengi CMYK tonu (7,0,4,17).

  • camgöbeği tonu 6.60%
  • eflatun tonu 0.00%
  • sarı tonu 4.25%
  • ana renk tonu 16.86%
CMYK:
(7,0,4,17)
C7M0Y4K17 
(7%,0%,4%,17%)
(0.07/0.00/0.04/0.17)	

CMYK yüzdeleri

%6.6
%0
%4.25
%16.86

Codes

Color #C6D4CB in popluar color models

C6D4CB
RGB198212203
HSL141°14.00%80.39%
HSB/HSV141°6.60%83.14%
CMYK6.60%0.00%4.25%
16.86%

Color #C6D4CB in popluar number systems.

HEXC6D4CB
Decimal198212203
Binary110001101101010011001011
Octal306324313

Shades and tints

Shades of #C6D4CB

#C6D4CB
(198,212,203)
#B4C1B9
(180,193,185)
#A2AEA7
(162,174,167)
#909B95
(144,155,149)
#7E8883
(126,136,131)
#6C7571
(108,117,113)
#5A625F
(90,98,95)
#484F4D
(72,79,77)
#363C3B
(54,60,59)
#242929
(36,41,41)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #C6D4CB

#C6D4CB
(198,212,203)
#CBD7CF
(203,215,207)
#D0DAD3
(208,218,211)
#D5DDD7
(213,221,215)
#DAE0DB
(218,224,219)
#DFE3DF
(223,227,223)
#E4E6E3
(228,230,227)
#E9E9E7
(233,233,231)
#EEECEB
(238,236,235)
#F3EFEF
(243,239,239)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D4CB color. Also use rgb(198,212,203) instead hex code.

Text Font Color

.myTextColor { color: #C6D4CB; }

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

This text font color is #C6D4CB.


Background Color

.myBgColor { background-color: #C6D4CB; }

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

This div background color is #C6D4CB.


Border color

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

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

This div border color is #C6D4CB.


Opacity

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

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

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

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

This text has shadow with #C6D4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D4CB on black background.


Color preview on white background

This text has color #C6D4CB on white background.



Black color preview on #C6D4CB background

This text has black color on #C6D4CB background.


White color preview on #C6D4CB background

This text has white color on #C6D4CB background.