COLOR #C6CBE7

HEX: #C6CBE7
RGB: (198,203,231)

Renk bilgisi

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

RGB renk modeli

#C6CBE7 color RGB value is (198,203,231).

  • kırmız ton 198;
  • yeşil ton 203;
  • mavi ton 231.
RGB:
(198,203,231)
(78%,80%,91%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 203 of 255 = 80%
B 231 of 255 = 91%

198
203
231

R + G + B ~ 83%. #C6CBE7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 203 + 231 = 632 (100%)
R 198 of 632 ~ 31.33%
G 203 of 632 ~ 32.12%
B 231 of 632 ~ 36.55%

%31.33
%32.12
%36.55

CMYK RENK MODELİ

#C6CBE7 rengi CMYK tonu (14,12,0,9).

  • camgöbeği tonu 14.29%
  • eflatun tonu 12.12%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(14,12,0,9)
C14M12Y0K9 
(14%,12%,0%,9%)
(0.14/0.12/0.00/0.09)	

CMYK yüzdeleri

%14.29
%12.12
%0
%9.41

Codes

Color #C6CBE7 in popluar color models

C6CBE7
RGB198203231
HSL231°40.74%84.12%
HSB/HSV231°14.29%90.59%
CMYK14.29%12.12%0.00%
9.41%

Color #C6CBE7 in popluar number systems.

HEXC6CBE7
Decimal198203231
Binary110001101100101111100111
Octal306313347

Shades and tints

Shades of #C6CBE7

#C6CBE7
(198,203,231)
#B4B9D2
(180,185,210)
#A2A7BD
(162,167,189)
#9095A8
(144,149,168)
#7E8393
(126,131,147)
#6C717E
(108,113,126)
#5A5F69
(90,95,105)
#484D54
(72,77,84)
#363B3F
(54,59,63)
#24292A
(36,41,42)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #C6CBE7

#C6CBE7
(198,203,231)
#CBCFE9
(203,207,233)
#D0D3EB
(208,211,235)
#D5D7ED
(213,215,237)
#DADBEF
(218,219,239)
#DFDFF1
(223,223,241)
#E4E3F3
(228,227,243)
#E9E7F5
(233,231,245)
#EEEBF7
(238,235,247)
#F3EFF9
(243,239,249)
#F8F3FB
(248,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CBE7 color. Also use rgb(198,203,231) instead hex code.

Text Font Color

.myTextColor { color: #C6CBE7; }

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

This text font color is #C6CBE7.


Background Color

.myBgColor { background-color: #C6CBE7; }

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

This div background color is #C6CBE7.


Border color

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

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

This div border color is #C6CBE7.


Opacity

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

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

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

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

This text has shadow with #C6CBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CBE7 on black background.


Color preview on white background

This text has color #C6CBE7 on white background.



Black color preview on #C6CBE7 background

This text has black color on #C6CBE7 background.


White color preview on #C6CBE7 background

This text has white color on #C6CBE7 background.