COLOR #C6CAE6

HEX: #C6CAE6
RGB: (198,202,230)

Renk bilgisi

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

RGB renk modeli

#C6CAE6 color RGB value is (198,202,230).

  • kırmız ton 198;
  • yeşil ton 202;
  • mavi ton 230.
RGB:
(198,202,230)
(78%,79%,90%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 202 of 255 = 79%
B 230 of 255 = 90%

198
202
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 202 + 230 = 630 (100%)
R 198 of 630 ~ 31.43%
G 202 of 630 ~ 32.06%
B 230 of 630 ~ 36.51%

%31.43
%32.06
%36.51

CMYK RENK MODELİ

#C6CAE6 rengi CMYK tonu (14,12,0,10).

  • camgöbeği tonu 13.91%
  • eflatun tonu 12.17%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(14,12,0,10)
C14M12Y0K10 
(14%,12%,0%,10%)
(0.14/0.12/0.00/0.10)	

CMYK yüzdeleri

%13.91
%12.17
%0
%9.8

Codes

Color #C6CAE6 in popluar color models

C6CAE6
RGB198202230
HSL233°39.02%83.92%
HSB/HSV233°13.91%90.20%
CMYK13.91%12.17%0.00%
9.80%

Color #C6CAE6 in popluar number systems.

HEXC6CAE6
Decimal198202230
Binary110001101100101011100110
Octal306312346

Shades and tints

Shades of #C6CAE6

#C6CAE6
(198,202,230)
#B4B8D2
(180,184,210)
#A2A6BE
(162,166,190)
#9094AA
(144,148,170)
#7E8296
(126,130,150)
#6C7082
(108,112,130)
#5A5E6E
(90,94,110)
#484C5A
(72,76,90)
#363A46
(54,58,70)
#242832
(36,40,50)
#12161E
(18,22,30)
#000000
(0,0,0)

Tints of #C6CAE6

#C6CAE6
(198,202,230)
#CBCEE8
(203,206,232)
#D0D2EA
(208,210,234)
#D5D6EC
(213,214,236)
#DADAEE
(218,218,238)
#DFDEF0
(223,222,240)
#E4E2F2
(228,226,242)
#E9E6F4
(233,230,244)
#EEEAF6
(238,234,246)
#F3EEF8
(243,238,248)
#F8F2FA
(248,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CAE6 color. Also use rgb(198,202,230) instead hex code.

Text Font Color

.myTextColor { color: #C6CAE6; }

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

This text font color is #C6CAE6.


Background Color

.myBgColor { background-color: #C6CAE6; }

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

This div background color is #C6CAE6.


Border color

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

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

This div border color is #C6CAE6.


Opacity

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

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

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

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

This text has shadow with #C6CAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CAE6 on black background.


Color preview on white background

This text has color #C6CAE6 on white background.



Black color preview on #C6CAE6 background

This text has black color on #C6CAE6 background.


White color preview on #C6CAE6 background

This text has white color on #C6CAE6 background.