COLOR #C5CCC7

HEX: #C5CCC7
RGB: (197,204,199)

Renk bilgisi

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

RGB renk modeli

#C5CCC7 color RGB value is (197,204,199).

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

RGB bağlantıları ve doygunluk

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

197
204
199

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 204 + 199 = 600 (100%)
R 197 of 600 ~ 32.83%
G 204 of 600 ~ 34%
B 199 of 600 ~ 33.17%

%32.83
%34
%33.17

CMYK RENK MODELİ

#C5CCC7 rengi CMYK tonu (3,0,2,20).

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

CMYK yüzdeleri

%3.43
%0
%2.45
%20

Codes

Color #C5CCC7 in popluar color models

C5CCC7
RGB197204199
HSL137°6.42%78.63%
HSB/HSV137°3.43%80.00%
CMYK3.43%0.00%2.45%
20.00%

Color #C5CCC7 in popluar number systems.

HEXC5CCC7
Decimal197204199
Binary110001011100110011000111
Octal305314307

Shades and tints

Shades of #C5CCC7

#C5CCC7
(197,204,199)
#B4BAB5
(180,186,181)
#A3A8A3
(163,168,163)
#929691
(146,150,145)
#81847F
(129,132,127)
#70726D
(112,114,109)
#5F605B
(95,96,91)
#4E4E49
(78,78,73)
#3D3C37
(61,60,55)
#2C2A25
(44,42,37)
#1B1813
(27,24,19)
#000000
(0,0,0)

Tints of #C5CCC7

#C5CCC7
(197,204,199)
#CAD0CC
(202,208,204)
#CFD4D1
(207,212,209)
#D4D8D6
(212,216,214)
#D9DCDB
(217,220,219)
#DEE0E0
(222,224,224)
#E3E4E5
(227,228,229)
#E8E8EA
(232,232,234)
#EDECEF
(237,236,239)
#F2F0F4
(242,240,244)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CCC7; }

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

This text font color is #C5CCC7.


Background Color

.myBgColor { background-color: #C5CCC7; }

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

This div background color is #C5CCC7.


Border color

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

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

This div border color is #C5CCC7.


Opacity

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

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

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

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

This text has shadow with #C5CCC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CCC7 on black background.


Color preview on white background

This text has color #C5CCC7 on white background.



Black color preview on #C5CCC7 background

This text has black color on #C5CCC7 background.


White color preview on #C5CCC7 background

This text has white color on #C5CCC7 background.