COLOR #C9C1C4

HEX: #C9C1C4
RGB: (201,193,196)

Renk bilgisi

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

RGB renk modeli

#C9C1C4 color RGB value is (201,193,196).

  • kırmız ton 201;
  • yeşil ton 193;
  • mavi ton 196.
RGB:
(201,193,196)
(79%,76%,77%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 193 of 255 = 76%
B 196 of 255 = 77%

201
193
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 193 + 196 = 590 (100%)
R 201 of 590 ~ 34.07%
G 193 of 590 ~ 32.71%
B 196 of 590 ~ 33.22%

%34.07
%32.71
%33.22

CMYK RENK MODELİ

#C9C1C4 rengi CMYK tonu (0,4,2,21).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.98%
  • sarı tonu 2.49%
  • ana renk tonu 21.18%
CMYK:
(0,4,2,21)
C0M4Y2K21 
(0%,4%,2%,21%)
(0.00/0.04/0.02/0.21)	

CMYK yüzdeleri

%0
%3.98
%2.49
%21.18

Codes

Color #C9C1C4 in popluar color models

C9C1C4
RGB201193196
HSL338°6.90%77.25%
HSB/HSV338°3.98%78.82%
CMYK0.00%3.98%2.49%
21.18%

Color #C9C1C4 in popluar number systems.

HEXC9C1C4
Decimal201193196
Binary110010011100000111000100
Octal311301304

Shades and tints

Shades of #C9C1C4

#C9C1C4
(201,193,196)
#B7B0B3
(183,176,179)
#A59FA2
(165,159,162)
#938E91
(147,142,145)
#817D80
(129,125,128)
#6F6C6F
(111,108,111)
#5D5B5E
(93,91,94)
#4B4A4D
(75,74,77)
#39393C
(57,57,60)
#27282B
(39,40,43)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #C9C1C4

#C9C1C4
(201,193,196)
#CDC6C9
(205,198,201)
#D1CBCE
(209,203,206)
#D5D0D3
(213,208,211)
#D9D5D8
(217,213,216)
#DDDADD
(221,218,221)
#E1DFE2
(225,223,226)
#E5E4E7
(229,228,231)
#E9E9EC
(233,233,236)
#EDEEF1
(237,238,241)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C1C4 color. Also use rgb(201,193,196) instead hex code.

Text Font Color

.myTextColor { color: #C9C1C4; }

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

This text font color is #C9C1C4.


Background Color

.myBgColor { background-color: #C9C1C4; }

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

This div background color is #C9C1C4.


Border color

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

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

This div border color is #C9C1C4.


Opacity

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

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

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

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

This text has shadow with #C9C1C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C1C4 on black background.


Color preview on white background

This text has color #C9C1C4 on white background.



Black color preview on #C9C1C4 background

This text has black color on #C9C1C4 background.


White color preview on #C9C1C4 background

This text has white color on #C9C1C4 background.