COLOR #C6CCC1

HEX: #C6CCC1
RGB: (198,204,193)

Renk bilgisi

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

RGB renk modeli

#C6CCC1 color RGB value is (198,204,193).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 204 of 255 = 80%
B 193 of 255 = 76%

198
204
193

R + G + B ~ 78%. #C6CCC1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 204 + 193 = 595 (100%)
R 198 of 595 ~ 33.28%
G 204 of 595 ~ 34.29%
B 193 of 595 ~ 32.44%

%33.28
%34.29
%32.44

CMYK RENK MODELİ

#C6CCC1 rengi CMYK tonu (3,0,5,20).

  • camgöbeği tonu 2.94%
  • eflatun tonu 0.00%
  • sarı tonu 5.39%
  • ana renk tonu 20.00%
CMYK:
(3,0,5,20)
C3M0Y5K20 
(3%,0%,5%,20%)
(0.03/0.00/0.05/0.20)	

CMYK yüzdeleri

%2.94
%0
%5.39
%20

Codes

Color #C6CCC1 in popluar color models

C6CCC1
RGB198204193
HSL93°9.73%77.84%
HSB/HSV93°5.39%80.00%
CMYK2.94%0.00%5.39%
20.00%

Color #C6CCC1 in popluar number systems.

HEXC6CCC1
Decimal198204193
Binary110001101100110011000001
Octal306314301

Shades and tints

Shades of #C6CCC1

#C6CCC1
(198,204,193)
#B4BAB0
(180,186,176)
#A2A89F
(162,168,159)
#90968E
(144,150,142)
#7E847D
(126,132,125)
#6C726C
(108,114,108)
#5A605B
(90,96,91)
#484E4A
(72,78,74)
#363C39
(54,60,57)
#242A28
(36,42,40)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #C6CCC1

#C6CCC1
(198,204,193)
#CBD0C6
(203,208,198)
#D0D4CB
(208,212,203)
#D5D8D0
(213,216,208)
#DADCD5
(218,220,213)
#DFE0DA
(223,224,218)
#E4E4DF
(228,228,223)
#E9E8E4
(233,232,228)
#EEECE9
(238,236,233)
#F3F0EE
(243,240,238)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CCC1; }

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

This text font color is #C6CCC1.


Background Color

.myBgColor { background-color: #C6CCC1; }

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

This div background color is #C6CCC1.


Border color

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

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

This div border color is #C6CCC1.


Opacity

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

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

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

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

This text has shadow with #C6CCC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CCC1 on black background.


Color preview on white background

This text has color #C6CCC1 on white background.



Black color preview on #C6CCC1 background

This text has black color on #C6CCC1 background.


White color preview on #C6CCC1 background

This text has white color on #C6CCC1 background.