COLOR #C6CEE0

HEX: #C6CEE0
RGB: (198,206,224)

Renk bilgisi

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

RGB renk modeli

#C6CEE0 color RGB value is (198,206,224).

  • kırmız ton 198;
  • yeşil ton 206;
  • mavi ton 224.
RGB:
(198,206,224)
(78%,81%,88%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 206 of 255 = 81%
B 224 of 255 = 88%

198
206
224

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 206 + 224 = 628 (100%)
R 198 of 628 ~ 31.53%
G 206 of 628 ~ 32.8%
B 224 of 628 ~ 35.67%

%31.53
%32.8
%35.67

CMYK RENK MODELİ

#C6CEE0 rengi CMYK tonu (12,8,0,12).

  • camgöbeği tonu 11.61%
  • eflatun tonu 8.04%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(12,8,0,12)
C12M8Y0K12 
(12%,8%,0%,12%)
(0.12/0.08/0.00/0.12)	

CMYK yüzdeleri

%11.61
%8.04
%0
%12.16

Codes

Color #C6CEE0 in popluar color models

C6CEE0
RGB198206224
HSL222°29.55%82.75%
HSB/HSV222°11.61%87.84%
CMYK11.61%8.04%0.00%
12.16%

Color #C6CEE0 in popluar number systems.

HEXC6CEE0
Decimal198206224
Binary110001101100111011100000
Octal306316340

Shades and tints

Shades of #C6CEE0

#C6CEE0
(198,206,224)
#B4BCCC
(180,188,204)
#A2AAB8
(162,170,184)
#9098A4
(144,152,164)
#7E8690
(126,134,144)
#6C747C
(108,116,124)
#5A6268
(90,98,104)
#485054
(72,80,84)
#363E40
(54,62,64)
#242C2C
(36,44,44)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #C6CEE0

#C6CEE0
(198,206,224)
#CBD2E2
(203,210,226)
#D0D6E4
(208,214,228)
#D5DAE6
(213,218,230)
#DADEE8
(218,222,232)
#DFE2EA
(223,226,234)
#E4E6EC
(228,230,236)
#E9EAEE
(233,234,238)
#EEEEF0
(238,238,240)
#F3F2F2
(243,242,242)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CEE0 color. Also use rgb(198,206,224) instead hex code.

Text Font Color

.myTextColor { color: #C6CEE0; }

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

This text font color is #C6CEE0.


Background Color

.myBgColor { background-color: #C6CEE0; }

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

This div background color is #C6CEE0.


Border color

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

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

This div border color is #C6CEE0.


Opacity

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

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

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

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

This text has shadow with #C6CEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CEE0 on black background.


Color preview on white background

This text has color #C6CEE0 on white background.



Black color preview on #C6CEE0 background

This text has black color on #C6CEE0 background.


White color preview on #C6CEE0 background

This text has white color on #C6CEE0 background.