COLOR #C9CCD7

HEX: #C9CCD7
RGB: (201,204,215)

Renk bilgisi

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

RGB renk modeli

#C9CCD7 color RGB value is (201,204,215).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 204 of 255 = 80%
B 215 of 255 = 84%

201
204
215

R + G + B ~ 81%. #C9CCD7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 204 + 215 = 620 (100%)
R 201 of 620 ~ 32.42%
G 204 of 620 ~ 32.9%
B 215 of 620 ~ 34.68%

%32.42
%32.9
%34.68

CMYK RENK MODELİ

#C9CCD7 rengi CMYK tonu (7,5,0,16).

  • camgöbeği tonu 6.51%
  • eflatun tonu 5.12%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(7,5,0,16)
C7M5Y0K16 
(7%,5%,0%,16%)
(0.07/0.05/0.00/0.16)	

CMYK yüzdeleri

%6.51
%5.12
%0
%15.69

Codes

Color #C9CCD7 in popluar color models

C9CCD7
RGB201204215
HSL227°14.89%81.57%
HSB/HSV227°6.51%84.31%
CMYK6.51%5.12%0.00%
15.69%

Color #C9CCD7 in popluar number systems.

HEXC9CCD7
Decimal201204215
Binary110010011100110011010111
Octal311314327

Shades and tints

Shades of #C9CCD7

#C9CCD7
(201,204,215)
#B7BAC4
(183,186,196)
#A5A8B1
(165,168,177)
#93969E
(147,150,158)
#81848B
(129,132,139)
#6F7278
(111,114,120)
#5D6065
(93,96,101)
#4B4E52
(75,78,82)
#393C3F
(57,60,63)
#272A2C
(39,42,44)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #C9CCD7

#C9CCD7
(201,204,215)
#CDD0DA
(205,208,218)
#D1D4DD
(209,212,221)
#D5D8E0
(213,216,224)
#D9DCE3
(217,220,227)
#DDE0E6
(221,224,230)
#E1E4E9
(225,228,233)
#E5E8EC
(229,232,236)
#E9ECEF
(233,236,239)
#EDF0F2
(237,240,242)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CCD7; }

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

This text font color is #C9CCD7.


Background Color

.myBgColor { background-color: #C9CCD7; }

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

This div background color is #C9CCD7.


Border color

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

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

This div border color is #C9CCD7.


Opacity

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

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

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

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

This text has shadow with #C9CCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CCD7 on black background.


Color preview on white background

This text has color #C9CCD7 on white background.



Black color preview on #C9CCD7 background

This text has black color on #C9CCD7 background.


White color preview on #C9CCD7 background

This text has white color on #C9CCD7 background.