COLOR #C6CCE9

HEX: #C6CCE9
RGB: (198,204,233)

Renk bilgisi

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

RGB renk modeli

#C6CCE9 color RGB value is (198,204,233).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 204 of 255 = 80%
B 233 of 255 = 91%

198
204
233

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 204 + 233 = 635 (100%)
R 198 of 635 ~ 31.18%
G 204 of 635 ~ 32.13%
B 233 of 635 ~ 36.69%

%31.18
%32.13
%36.69

CMYK RENK MODELİ

#C6CCE9 rengi CMYK tonu (15,12,0,9).

  • camgöbeği tonu 15.02%
  • eflatun tonu 12.45%
  • sarı tonu 0.00%
  • ana renk tonu 8.63%
CMYK:
(15,12,0,9)
C15M12Y0K9 
(15%,12%,0%,9%)
(0.15/0.12/0.00/0.09)	

CMYK yüzdeleri

%15.02
%12.45
%0
%8.63

Codes

Color #C6CCE9 in popluar color models

C6CCE9
RGB198204233
HSL230°44.30%84.51%
HSB/HSV230°15.02%91.37%
CMYK15.02%12.45%0.00%
8.63%

Color #C6CCE9 in popluar number systems.

HEXC6CCE9
Decimal198204233
Binary110001101100110011101001
Octal306314351

Shades and tints

Shades of #C6CCE9

#C6CCE9
(198,204,233)
#B4BAD4
(180,186,212)
#A2A8BF
(162,168,191)
#9096AA
(144,150,170)
#7E8495
(126,132,149)
#6C7280
(108,114,128)
#5A606B
(90,96,107)
#484E56
(72,78,86)
#363C41
(54,60,65)
#242A2C
(36,42,44)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #C6CCE9

#C6CCE9
(198,204,233)
#CBD0EB
(203,208,235)
#D0D4ED
(208,212,237)
#D5D8EF
(213,216,239)
#DADCF1
(218,220,241)
#DFE0F3
(223,224,243)
#E4E4F5
(228,228,245)
#E9E8F7
(233,232,247)
#EEECF9
(238,236,249)
#F3F0FB
(243,240,251)
#F8F4FD
(248,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CCE9 color. Also use rgb(198,204,233) instead hex code.

Text Font Color

.myTextColor { color: #C6CCE9; }

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

This text font color is #C6CCE9.


Background Color

.myBgColor { background-color: #C6CCE9; }

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

This div background color is #C6CCE9.


Border color

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

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

This div border color is #C6CCE9.


Opacity

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

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

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

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

This text has shadow with #C6CCE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CCE9 on black background.


Color preview on white background

This text has color #C6CCE9 on white background.



Black color preview on #C6CCE9 background

This text has black color on #C6CCE9 background.


White color preview on #C6CCE9 background

This text has white color on #C6CCE9 background.