COLOR #C6D3C1

HEX: #C6D3C1
RGB: (198,211,193)

Renk bilgisi

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

RGB renk modeli

#C6D3C1 color RGB value is (198,211,193).

  • kırmız ton 198;
  • yeşil ton 211;
  • mavi ton 193.
RGB:
(198,211,193)
(78%,83%,76%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 211 of 255 = 83%
B 193 of 255 = 76%

198
211
193

R + G + B ~ 79%. #C6D3C1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 211 + 193 = 602 (100%)
R 198 of 602 ~ 32.89%
G 211 of 602 ~ 35.05%
B 193 of 602 ~ 32.06%

%32.89
%35.05
%32.06

CMYK RENK MODELİ

#C6D3C1 rengi CMYK tonu (6,0,9,17).

  • camgöbeği tonu 6.16%
  • eflatun tonu 0.00%
  • sarı tonu 8.53%
  • ana renk tonu 17.25%
CMYK:
(6,0,9,17)
C6M0Y9K17 
(6%,0%,9%,17%)
(0.06/0.00/0.09/0.17)	

CMYK yüzdeleri

%6.16
%0
%8.53
%17.25

Codes

Color #C6D3C1 in popluar color models

C6D3C1
RGB198211193
HSL103°16.98%79.22%
HSB/HSV103°8.53%82.75%
CMYK6.16%0.00%8.53%
17.25%

Color #C6D3C1 in popluar number systems.

HEXC6D3C1
Decimal198211193
Binary110001101101001111000001
Octal306323301

Shades and tints

Shades of #C6D3C1

#C6D3C1
(198,211,193)
#B4C0B0
(180,192,176)
#A2AD9F
(162,173,159)
#909A8E
(144,154,142)
#7E877D
(126,135,125)
#6C746C
(108,116,108)
#5A615B
(90,97,91)
#484E4A
(72,78,74)
#363B39
(54,59,57)
#242828
(36,40,40)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #C6D3C1

#C6D3C1
(198,211,193)
#CBD7C6
(203,215,198)
#D0DBCB
(208,219,203)
#D5DFD0
(213,223,208)
#DAE3D5
(218,227,213)
#DFE7DA
(223,231,218)
#E4EBDF
(228,235,223)
#E9EFE4
(233,239,228)
#EEF3E9
(238,243,233)
#F3F7EE
(243,247,238)
#F8FBF3
(248,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D3C1 color. Also use rgb(198,211,193) instead hex code.

Text Font Color

.myTextColor { color: #C6D3C1; }

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

This text font color is #C6D3C1.


Background Color

.myBgColor { background-color: #C6D3C1; }

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

This div background color is #C6D3C1.


Border color

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

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

This div border color is #C6D3C1.


Opacity

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

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

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

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

This text has shadow with #C6D3C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D3C1 on black background.


Color preview on white background

This text has color #C6D3C1 on white background.



Black color preview on #C6D3C1 background

This text has black color on #C6D3C1 background.


White color preview on #C6D3C1 background

This text has white color on #C6D3C1 background.