COLOR #C9CCDF

HEX: #C9CCDF
RGB: (201,204,223)

Renk bilgisi

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

RGB renk modeli

#C9CCDF color RGB value is (201,204,223).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 204 of 255 = 80%
B 223 of 255 = 87%

201
204
223

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 204 + 223 = 628 (100%)
R 201 of 628 ~ 32.01%
G 204 of 628 ~ 32.48%
B 223 of 628 ~ 35.51%

%32.01
%32.48
%35.51

CMYK RENK MODELİ

#C9CCDF rengi CMYK tonu (10,9,0,13).

  • camgöbeği tonu 9.87%
  • eflatun tonu 8.52%
  • sarı tonu 0.00%
  • ana renk tonu 12.55%
CMYK:
(10,9,0,13)
C10M9Y0K13 
(10%,9%,0%,13%)
(0.10/0.09/0.00/0.13)	

CMYK yüzdeleri

%9.87
%8.52
%0
%12.55

Codes

Color #C9CCDF in popluar color models

C9CCDF
RGB201204223
HSL232°25.58%83.14%
HSB/HSV232°9.87%87.45%
CMYK9.87%8.52%0.00%
12.55%

Color #C9CCDF in popluar number systems.

HEXC9CCDF
Decimal201204223
Binary110010011100110011011111
Octal311314337

Shades and tints

Shades of #C9CCDF

#C9CCDF
(201,204,223)
#B7BACB
(183,186,203)
#A5A8B7
(165,168,183)
#9396A3
(147,150,163)
#81848F
(129,132,143)
#6F727B
(111,114,123)
#5D6067
(93,96,103)
#4B4E53
(75,78,83)
#393C3F
(57,60,63)
#272A2B
(39,42,43)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #C9CCDF

#C9CCDF
(201,204,223)
#CDD0E1
(205,208,225)
#D1D4E3
(209,212,227)
#D5D8E5
(213,216,229)
#D9DCE7
(217,220,231)
#DDE0E9
(221,224,233)
#E1E4EB
(225,228,235)
#E5E8ED
(229,232,237)
#E9ECEF
(233,236,239)
#EDF0F1
(237,240,241)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CCDF; }

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

This text font color is #C9CCDF.


Background Color

.myBgColor { background-color: #C9CCDF; }

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

This div background color is #C9CCDF.


Border color

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

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

This div border color is #C9CCDF.


Opacity

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

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

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

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

This text has shadow with #C9CCDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CCDF on black background.


Color preview on white background

This text has color #C9CCDF on white background.



Black color preview on #C9CCDF background

This text has black color on #C9CCDF background.


White color preview on #C9CCDF background

This text has white color on #C9CCDF background.