COLOR #C5C0CC

HEX: #C5C0CC
RGB: (197,192,204)

Renk bilgisi

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

RGB renk modeli

#C5C0CC color RGB value is (197,192,204).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 192 of 255 = 75%
B 204 of 255 = 80%

197
192
204

R + G + B ~ 77%. #C5C0CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 192 + 204 = 593 (100%)
R 197 of 593 ~ 33.22%
G 192 of 593 ~ 32.38%
B 204 of 593 ~ 34.4%

%33.22
%32.38
%34.4

CMYK RENK MODELİ

#C5C0CC rengi CMYK tonu (3,6,0,20).

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

CMYK yüzdeleri

%3.43
%5.88
%0
%20

Codes

Color #C5C0CC in popluar color models

C5C0CC
RGB197192204
HSL265°10.53%77.65%
HSB/HSV265°5.88%80.00%
CMYK3.43%5.88%0.00%
20.00%

Color #C5C0CC in popluar number systems.

HEXC5C0CC
Decimal197192204
Binary110001011100000011001100
Octal305300314

Shades and tints

Shades of #C5C0CC

#C5C0CC
(197,192,204)
#B4AFBA
(180,175,186)
#A39EA8
(163,158,168)
#928D96
(146,141,150)
#817C84
(129,124,132)
#706B72
(112,107,114)
#5F5A60
(95,90,96)
#4E494E
(78,73,78)
#3D383C
(61,56,60)
#2C272A
(44,39,42)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #C5C0CC

#C5C0CC
(197,192,204)
#CAC5D0
(202,197,208)
#CFCAD4
(207,202,212)
#D4CFD8
(212,207,216)
#D9D4DC
(217,212,220)
#DED9E0
(222,217,224)
#E3DEE4
(227,222,228)
#E8E3E8
(232,227,232)
#EDE8EC
(237,232,236)
#F2EDF0
(242,237,240)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C0CC; }

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

This text font color is #C5C0CC.


Background Color

.myBgColor { background-color: #C5C0CC; }

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

This div background color is #C5C0CC.


Border color

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

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

This div border color is #C5C0CC.


Opacity

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

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

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

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

This text has shadow with #C5C0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C0CC on black background.


Color preview on white background

This text has color #C5C0CC on white background.



Black color preview on #C5C0CC background

This text has black color on #C5C0CC background.


White color preview on #C5C0CC background

This text has white color on #C5C0CC background.