COLOR #C9C7CC

HEX: #C9C7CC
RGB: (201,199,204)

Renk bilgisi

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

RGB renk modeli

#C9C7CC color RGB value is (201,199,204).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 199 of 255 = 78%
B 204 of 255 = 80%

201
199
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 199 + 204 = 604 (100%)
R 201 of 604 ~ 33.28%
G 199 of 604 ~ 32.95%
B 204 of 604 ~ 33.77%

%33.28
%32.95
%33.77

CMYK RENK MODELİ

#C9C7CC rengi CMYK tonu (1,2,0,20).

  • camgöbeği tonu 1.47%
  • eflatun tonu 2.45%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(1,2,0,20)
C1M2Y0K20 
(1%,2%,0%,20%)
(0.01/0.02/0.00/0.20)	

CMYK yüzdeleri

%1.47
%2.45
%0
%20

Codes

Color #C9C7CC in popluar color models

C9C7CC
RGB201199204
HSL264°4.67%79.02%
HSB/HSV264°2.45%80.00%
CMYK1.47%2.45%0.00%
20.00%

Color #C9C7CC in popluar number systems.

HEXC9C7CC
Decimal201199204
Binary110010011100011111001100
Octal311307314

Shades and tints

Shades of #C9C7CC

#C9C7CC
(201,199,204)
#B7B5BA
(183,181,186)
#A5A3A8
(165,163,168)
#939196
(147,145,150)
#817F84
(129,127,132)
#6F6D72
(111,109,114)
#5D5B60
(93,91,96)
#4B494E
(75,73,78)
#39373C
(57,55,60)
#27252A
(39,37,42)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #C9C7CC

#C9C7CC
(201,199,204)
#CDCCD0
(205,204,208)
#D1D1D4
(209,209,212)
#D5D6D8
(213,214,216)
#D9DBDC
(217,219,220)
#DDE0E0
(221,224,224)
#E1E5E4
(225,229,228)
#E5EAE8
(229,234,232)
#E9EFEC
(233,239,236)
#EDF4F0
(237,244,240)
#F1F9F4
(241,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C7CC; }

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

This text font color is #C9C7CC.


Background Color

.myBgColor { background-color: #C9C7CC; }

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

This div background color is #C9C7CC.


Border color

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

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

This div border color is #C9C7CC.


Opacity

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

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

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

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

This text has shadow with #C9C7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C7CC on black background.


Color preview on white background

This text has color #C9C7CC on white background.



Black color preview on #C9C7CC background

This text has black color on #C9C7CC background.


White color preview on #C9C7CC background

This text has white color on #C9C7CC background.