COLOR #C6CACC

HEX: #C6CACC
RGB: (198,202,204)

Renk bilgisi

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

RGB renk modeli

#C6CACC color RGB value is (198,202,204).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 202 of 255 = 79%
B 204 of 255 = 80%

198
202
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 202 + 204 = 604 (100%)
R 198 of 604 ~ 32.78%
G 202 of 604 ~ 33.44%
B 204 of 604 ~ 33.77%

%32.78
%33.44
%33.77

CMYK RENK MODELİ

#C6CACC rengi CMYK tonu (3,1,0,20).

  • camgöbeği tonu 2.94%
  • eflatun tonu 0.98%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(3,1,0,20)
C3M1Y0K20 
(3%,1%,0%,20%)
(0.03/0.01/0.00/0.20)	

CMYK yüzdeleri

%2.94
%0.98
%0
%20

Codes

Color #C6CACC in popluar color models

C6CACC
RGB198202204
HSL200°5.56%78.82%
HSB/HSV200°2.94%80.00%
CMYK2.94%0.98%0.00%
20.00%

Color #C6CACC in popluar number systems.

HEXC6CACC
Decimal198202204
Binary110001101100101011001100
Octal306312314

Shades and tints

Shades of #C6CACC

#C6CACC
(198,202,204)
#B4B8BA
(180,184,186)
#A2A6A8
(162,166,168)
#909496
(144,148,150)
#7E8284
(126,130,132)
#6C7072
(108,112,114)
#5A5E60
(90,94,96)
#484C4E
(72,76,78)
#363A3C
(54,58,60)
#24282A
(36,40,42)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #C6CACC

#C6CACC
(198,202,204)
#CBCED0
(203,206,208)
#D0D2D4
(208,210,212)
#D5D6D8
(213,214,216)
#DADADC
(218,218,220)
#DFDEE0
(223,222,224)
#E4E2E4
(228,226,228)
#E9E6E8
(233,230,232)
#EEEAEC
(238,234,236)
#F3EEF0
(243,238,240)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CACC; }

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

This text font color is #C6CACC.


Background Color

.myBgColor { background-color: #C6CACC; }

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

This div background color is #C6CACC.


Border color

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

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

This div border color is #C6CACC.


Opacity

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

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

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

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

This text has shadow with #C6CACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CACC on black background.


Color preview on white background

This text has color #C6CACC on white background.



Black color preview on #C6CACC background

This text has black color on #C6CACC background.


White color preview on #C6CACC background

This text has white color on #C6CACC background.