COLOR #C6CCE3

HEX: #C6CCE3
RGB: (198,204,227)

Color info

#C6CCE3 contains red, green and blue colors in about the same proportion. Web safe color of #C6CCE3 is #CCCCCC (or #CCC).

RGB color model

#C6CCE3 color RGB value is (198,204,227).

  • red value is 198;
  • green value is 204;
  • blue value is 227.
RGB:
(198,204,227)
(78%,80%,89%)

RGB channels and saturation

R 198 of 255 = 78%
G 204 of 255 = 80%
B 227 of 255 = 89%

198
204
227

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

Portions of RGB colors in percentages

R + G + B =
198 + 204 + 227 = 629 (100%)
R 198 of 629 ~ 31.48%
G 204 of 629 ~ 32.43%
B 227 of 629 ~ 36.09%

%31.48
%32.43
%36.09

CMYK color model

#C6CCE3 color CMYK value is (13,10,0,11).

  • cyan value is 12.78%
  • magenta value is 10.13%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(13,10,0,11)
C13M10Y0K11 
(13%,10%,0%,11%)
(0.13/0.10/0.00/0.11)	

CMYK percentages

%12.78
%10.13
%0
%10.98

Codes

Color #C6CCE3 in popluar color models

C6CCE3
RGB198204227
HSL228°34.12%83.33%
HSB/HSV228°12.78%89.02%
CMYK12.78%10.13%0.00%
10.98%

Color #C6CCE3 in popluar number systems.

HEXC6CCE3
Decimal198204227
Binary110001101100110011100011
Octal306314343

Shades and tints

Shades of #C6CCE3

#C6CCE3
(198,204,227)
#B4BACF
(180,186,207)
#A2A8BB
(162,168,187)
#9096A7
(144,150,167)
#7E8493
(126,132,147)
#6C727F
(108,114,127)
#5A606B
(90,96,107)
#484E57
(72,78,87)
#363C43
(54,60,67)
#242A2F
(36,42,47)
#12181B
(18,24,27)
#000000
(0,0,0)

Tints of #C6CCE3

#C6CCE3
(198,204,227)
#CBD0E5
(203,208,229)
#D0D4E7
(208,212,231)
#D5D8E9
(213,216,233)
#DADCEB
(218,220,235)
#DFE0ED
(223,224,237)
#E4E4EF
(228,228,239)
#E9E8F1
(233,232,241)
#EEECF3
(238,236,243)
#F3F0F5
(243,240,245)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CCE3; }

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

This text font color is #C6CCE3.


Background Color

.myBgColor { background-color: #C6CCE3; }

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

This div background color is #C6CCE3.


Border color

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

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

This div border color is #C6CCE3.


Opacity

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

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

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

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

This text has shadow with #C6CCE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CCE3 on black background.


Color preview on white background

This text has color #C6CCE3 on white background.



Black color preview on #C6CCE3 background

This text has black color on #C6CCE3 background.


White color preview on #C6CCE3 background

This text has white color on #C6CCE3 background.