COLOR #C5CBCB

HEX: #C5CBCB
RGB: (197,203,203)

Renk bilgisi

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

RGB renk modeli

#C5CBCB color RGB value is (197,203,203).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 203 of 255 = 80%
B 203 of 255 = 80%

197
203
203

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 203 + 203 = 603 (100%)
R 197 of 603 ~ 32.67%
G 203 of 603 ~ 33.67%
B 203 of 603 ~ 33.67%

%32.67
%33.67
%33.67

CMYK RENK MODELİ

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

  • camgöbeği tonu 2.96%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 20.39%
CMYK:
(3,0,0,20)
C3M0Y0K20 
(3%,0%,0%,20%)
(0.03/0.00/0.00/0.20)	

CMYK yüzdeleri

%2.96
%0
%0
%20.39

Codes

Color #C5CBCB in popluar color models

C5CBCB
RGB197203203
HSL180°5.45%78.43%
HSB/HSV180°2.96%79.61%
CMYK2.96%0.00%0.00%
20.39%

Color #C5CBCB in popluar number systems.

HEXC5CBCB
Decimal197203203
Binary110001011100101111001011
Octal305313313

Shades and tints

Shades of #C5CBCB

#C5CBCB
(197,203,203)
#B4B9B9
(180,185,185)
#A3A7A7
(163,167,167)
#929595
(146,149,149)
#818383
(129,131,131)
#707171
(112,113,113)
#5F5F5F
(95,95,95)
#4E4D4D
(78,77,77)
#3D3B3B
(61,59,59)
#2C2929
(44,41,41)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #C5CBCB

#C5CBCB
(197,203,203)
#CACFCF
(202,207,207)
#CFD3D3
(207,211,211)
#D4D7D7
(212,215,215)
#D9DBDB
(217,219,219)
#DEDFDF
(222,223,223)
#E3E3E3
(227,227,227)
#E8E7E7
(232,231,231)
#EDEBEB
(237,235,235)
#F2EFEF
(242,239,239)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CBCB; }

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

This text font color is #C5CBCB.


Background Color

.myBgColor { background-color: #C5CBCB; }

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

This div background color is #C5CBCB.


Border color

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

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

This div border color is #C5CBCB.


Opacity

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

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

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

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

This text has shadow with #C5CBCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CBCB on black background.


Color preview on white background

This text has color #C5CBCB on white background.



Black color preview on #C5CBCB background

This text has black color on #C5CBCB background.


White color preview on #C5CBCB background

This text has white color on #C5CBCB background.