COLOR #C9DCFF

HEX: #C9DCFF
RGB: (201,220,255)

Renk bilgisi

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

RGB renk modeli

#C9DCFF color RGB value is (201,220,255).

  • kırmız ton 201;
  • yeşil ton 220;
  • mavi ton 255.
RGB:
(201,220,255)
(79%,86%,100%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 220 of 255 = 86%
B 255 of 255 = 100%

201
220
255

R + G + B ~ 88%. #C9DCFF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 220 + 255 = 676 (100%)
R 201 of 676 ~ 29.73%
G 220 of 676 ~ 32.54%
B 255 of 676 ~ 37.72%

%29.73
%32.54
%37.72

CMYK RENK MODELİ

#C9DCFF rengi CMYK tonu (21,14,0,0).

  • camgöbeği tonu 21.18%
  • eflatun tonu 13.73%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(21,14,0,0)
C21M14Y0K0 
(21%,14%,0%,0%)
(0.21/0.14/0.00/0.00)	

CMYK yüzdeleri

%21.18
%13.73
%0
%0

Codes

Color #C9DCFF in popluar color models

C9DCFF
RGB201220255
HSL219°100.00%89.41%
HSB/HSV219°21.18%100.00%
CMYK21.18%13.73%0.00%
0.00%

Color #C9DCFF in popluar number systems.

HEXC9DCFF
Decimal201220255
Binary110010011101110011111111
Octal311334377

Shades and tints

Shades of #C9DCFF

#C9DCFF
(201,220,255)
#B7C8E8
(183,200,232)
#A5B4D1
(165,180,209)
#93A0BA
(147,160,186)
#818CA3
(129,140,163)
#6F788C
(111,120,140)
#5D6475
(93,100,117)
#4B505E
(75,80,94)
#393C47
(57,60,71)
#272830
(39,40,48)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #C9DCFF

#C9DCFF
(201,220,255)
#CDDFFF
(205,223,255)
#D1E2FF
(209,226,255)
#D5E5FF
(213,229,255)
#D9E8FF
(217,232,255)
#DDEBFF
(221,235,255)
#E1EEFF
(225,238,255)
#E5F1FF
(229,241,255)
#E9F4FF
(233,244,255)
#EDF7FF
(237,247,255)
#F1FAFF
(241,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9DCFF color. Also use rgb(201,220,255) instead hex code.

Text Font Color

.myTextColor { color: #C9DCFF; }

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

This text font color is #C9DCFF.


Background Color

.myBgColor { background-color: #C9DCFF; }

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

This div background color is #C9DCFF.


Border color

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

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

This div border color is #C9DCFF.


Opacity

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

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

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

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

This text has shadow with #C9DCFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DCFF on black background.


Color preview on white background

This text has color #C9DCFF on white background.



Black color preview on #C9DCFF background

This text has black color on #C9DCFF background.


White color preview on #C9DCFF background

This text has white color on #C9DCFF background.