COLOR #C5CCC6

HEX: #C5CCC6
RGB: (197,204,198)

Renk bilgisi

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

RGB renk modeli

#C5CCC6 color RGB value is (197,204,198).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 204 of 255 = 80%
B 198 of 255 = 78%

197
204
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 204 + 198 = 599 (100%)
R 197 of 599 ~ 32.89%
G 204 of 599 ~ 34.06%
B 198 of 599 ~ 33.06%

%32.89
%34.06
%33.06

CMYK RENK MODELİ

#C5CCC6 rengi CMYK tonu (3,0,3,20).

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

CMYK yüzdeleri

%3.43
%0
%2.94
%20

Codes

Color #C5CCC6 in popluar color models

C5CCC6
RGB197204198
HSL129°6.42%78.63%
HSB/HSV129°3.43%80.00%
CMYK3.43%0.00%2.94%
20.00%

Color #C5CCC6 in popluar number systems.

HEXC5CCC6
Decimal197204198
Binary110001011100110011000110
Octal305314306

Shades and tints

Shades of #C5CCC6

#C5CCC6
(197,204,198)
#B4BAB4
(180,186,180)
#A3A8A2
(163,168,162)
#929690
(146,150,144)
#81847E
(129,132,126)
#70726C
(112,114,108)
#5F605A
(95,96,90)
#4E4E48
(78,78,72)
#3D3C36
(61,60,54)
#2C2A24
(44,42,36)
#1B1812
(27,24,18)
#000000
(0,0,0)

Tints of #C5CCC6

#C5CCC6
(197,204,198)
#CAD0CB
(202,208,203)
#CFD4D0
(207,212,208)
#D4D8D5
(212,216,213)
#D9DCDA
(217,220,218)
#DEE0DF
(222,224,223)
#E3E4E4
(227,228,228)
#E8E8E9
(232,232,233)
#EDECEE
(237,236,238)
#F2F0F3
(242,240,243)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CCC6; }

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

This text font color is #C5CCC6.


Background Color

.myBgColor { background-color: #C5CCC6; }

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

This div background color is #C5CCC6.


Border color

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

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

This div border color is #C5CCC6.


Opacity

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

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

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

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

This text has shadow with #C5CCC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CCC6 on black background.


Color preview on white background

This text has color #C5CCC6 on white background.



Black color preview on #C5CCC6 background

This text has black color on #C5CCC6 background.


White color preview on #C5CCC6 background

This text has white color on #C5CCC6 background.