COLOR #C9CCDB

HEX: #C9CCDB
RGB: (201,204,219)

Renk bilgisi

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

RGB renk modeli

#C9CCDB color RGB value is (201,204,219).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 204 of 255 = 80%
B 219 of 255 = 86%

201
204
219

R + G + B ~ 82%. #C9CCDB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 204 + 219 = 624 (100%)
R 201 of 624 ~ 32.21%
G 204 of 624 ~ 32.69%
B 219 of 624 ~ 35.1%

%32.21
%32.69
%35.1

CMYK RENK MODELİ

#C9CCDB rengi CMYK tonu (8,7,0,14).

  • camgöbeği tonu 8.22%
  • eflatun tonu 6.85%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(8,7,0,14)
C8M7Y0K14 
(8%,7%,0%,14%)
(0.08/0.07/0.00/0.14)	

CMYK yüzdeleri

%8.22
%6.85
%0
%14.12

Codes

Color #C9CCDB in popluar color models

C9CCDB
RGB201204219
HSL230°20.00%82.35%
HSB/HSV230°8.22%85.88%
CMYK8.22%6.85%0.00%
14.12%

Color #C9CCDB in popluar number systems.

HEXC9CCDB
Decimal201204219
Binary110010011100110011011011
Octal311314333

Shades and tints

Shades of #C9CCDB

#C9CCDB
(201,204,219)
#B7BAC8
(183,186,200)
#A5A8B5
(165,168,181)
#9396A2
(147,150,162)
#81848F
(129,132,143)
#6F727C
(111,114,124)
#5D6069
(93,96,105)
#4B4E56
(75,78,86)
#393C43
(57,60,67)
#272A30
(39,42,48)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #C9CCDB

#C9CCDB
(201,204,219)
#CDD0DE
(205,208,222)
#D1D4E1
(209,212,225)
#D5D8E4
(213,216,228)
#D9DCE7
(217,220,231)
#DDE0EA
(221,224,234)
#E1E4ED
(225,228,237)
#E5E8F0
(229,232,240)
#E9ECF3
(233,236,243)
#EDF0F6
(237,240,246)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CCDB; }

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

This text font color is #C9CCDB.


Background Color

.myBgColor { background-color: #C9CCDB; }

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

This div background color is #C9CCDB.


Border color

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

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

This div border color is #C9CCDB.


Opacity

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

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

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

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

This text has shadow with #C9CCDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CCDB on black background.


Color preview on white background

This text has color #C9CCDB on white background.



Black color preview on #C9CCDB background

This text has black color on #C9CCDB background.


White color preview on #C9CCDB background

This text has white color on #C9CCDB background.