COLOR #C9CEEC

HEX: #C9CEEC
RGB: (201,206,236)

Renk bilgisi

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

RGB renk modeli

#C9CEEC color RGB value is (201,206,236).

  • kırmız ton 201;
  • yeşil ton 206;
  • mavi ton 236.
RGB:
(201,206,236)
(79%,81%,93%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 206 of 255 = 81%
B 236 of 255 = 93%

201
206
236

R + G + B ~ 84%. #C9CEEC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 206 + 236 = 643 (100%)
R 201 of 643 ~ 31.26%
G 206 of 643 ~ 32.04%
B 236 of 643 ~ 36.7%

%31.26
%32.04
%36.7

CMYK RENK MODELİ

#C9CEEC rengi CMYK tonu (15,13,0,7).

  • camgöbeği tonu 14.83%
  • eflatun tonu 12.71%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(15,13,0,7)
C15M13Y0K7 
(15%,13%,0%,7%)
(0.15/0.13/0.00/0.07)	

CMYK yüzdeleri

%14.83
%12.71
%0
%7.45

Codes

Color #C9CEEC in popluar color models

C9CEEC
RGB201206236
HSL231°47.95%85.69%
HSB/HSV231°14.83%92.55%
CMYK14.83%12.71%0.00%
7.45%

Color #C9CEEC in popluar number systems.

HEXC9CEEC
Decimal201206236
Binary110010011100111011101100
Octal311316354

Shades and tints

Shades of #C9CEEC

#C9CEEC
(201,206,236)
#B7BCD7
(183,188,215)
#A5AAC2
(165,170,194)
#9398AD
(147,152,173)
#818698
(129,134,152)
#6F7483
(111,116,131)
#5D626E
(93,98,110)
#4B5059
(75,80,89)
#393E44
(57,62,68)
#272C2F
(39,44,47)
#151A1A
(21,26,26)
#000000
(0,0,0)

Tints of #C9CEEC

#C9CEEC
(201,206,236)
#CDD2ED
(205,210,237)
#D1D6EE
(209,214,238)
#D5DAEF
(213,218,239)
#D9DEF0
(217,222,240)
#DDE2F1
(221,226,241)
#E1E6F2
(225,230,242)
#E5EAF3
(229,234,243)
#E9EEF4
(233,238,244)
#EDF2F5
(237,242,245)
#F1F6F6
(241,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CEEC color. Also use rgb(201,206,236) instead hex code.

Text Font Color

.myTextColor { color: #C9CEEC; }

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

This text font color is #C9CEEC.


Background Color

.myBgColor { background-color: #C9CEEC; }

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

This div background color is #C9CEEC.


Border color

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

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

This div border color is #C9CEEC.


Opacity

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

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

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

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

This text has shadow with #C9CEEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CEEC on black background.


Color preview on white background

This text has color #C9CEEC on white background.



Black color preview on #C9CEEC background

This text has black color on #C9CEEC background.


White color preview on #C9CEEC background

This text has white color on #C9CEEC background.