COLOR #C9CCFF

HEX: #C9CCFF RGB: (201,204,255)

Renk bilgisi

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

RGB renk modeli

#C9CCFF color RGB value is (201,204,255).

RGB: (201,204,255) (79%, 80%, 100%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 204 of 255 = 80%
B 255 of 255 = 100%

201
204
255

R + G + B ~ 86%. #C9CCFF is light color.

Yüzdelerle RGB renk parçaları

R + G + B = 201 + 204 + 255 = 660 (100%)
R 201 of 660 ~ 30.45%
G 204 of 660 ~ 30.91%
B 255 of 660 ~ 38.64'%

%30.45
%30.91
%38.64

CMYK RENK MODELİ

#C9CCFF rengi CMYK tonu (21,20,0,0).

  • camgöbeği tonu 21.18%
  • eflatun tonu 20.00%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%

CMYK: (21,20,0,0)
C21M20Y0K0 (21%, 20%, 0%, 0%)
(0.21 / 0.20 / 0.00 / 0.00)

CMYK yüzdeleri

%21.18
%20
%0
%0

Codes

Color #C9CCFF in popluar color models

C9 CC FF
RGB 201 204 255
HSL 237° 100.00% 89.41%
HSB/HSV 237° 21.18% 100.00%
CMYK 21.18% 20.00% 0.00%
0.00%

Color #C9CCFF in popluar number systems.

HEX C9 CC FF
Decimal 201 204 255
Binary 11001001 11001100 11111111
Octal 311 314 377

Shades and tints

Shades of #C9CCFF

#C9CCFF
(201,204,255)
#B7BAE8
(183,186,232)
#A5A8D1
(165,168,209)
#9396BA
(147,150,186)
#8184A3
(129,132,163)
#6F728C
(111,114,140)
#5D6075
(93,96,117)
#4B4E5E
(75,78,94)
#393C47
(57,60,71)
#272A30
(39,42,48)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #C9CCFF

#C9CCFF
(201,204,255)
#CDD0FF
(205,208,255)
#D1D4FF
(209,212,255)
#D5D8FF
(213,216,255)
#D9DCFF
(217,220,255)
#DDE0FF
(221,224,255)
#E1E4FF
(225,228,255)
#E5E8FF
(229,232,255)
#E9ECFF
(233,236,255)
#EDF0FF
(237,240,255)
#F1F4FF
(241,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CCFF; }

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

This text font color is #C9CCFF.

Background Color

.myBgColor { background-color: #C9CCFF; }

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

This div background color is #C9CCFF.

Border color

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

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

This div border color is #C9CCFF.

Opacity

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

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

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

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

This text has shadow with #C9CCFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CCFF.

Preview

Color preview on black background

This text has color #C9CCFF on black background.


Color preview on white background

This text has color #C9CCFF on white background.


Black color preview on #C9CCFF background

This text has black color on #C9CCFF background.


White color preview on #C9CCFF background

This text has white color on #C9CCFF background.


Related colors

Complementary color

Complementary color for #hex is #363300.


I love getcolorcode.com

Triadic colors

1 #FFC9CC and #CCFFC9 with #C9CCFF are triadic colors.

2 #FFCCC9 and #CCC9FF with #C9CCFF are triadic colors.