COLOR #C6CCE7

HEX: #C6CCE7
RGB: (198,204,231)

Color info

#C6CCE7 contains red, green and blue colors in about the same proportion. Web safe color of #C6CCE7 is #CCCCFF (or #CCF).

RGB color model

#C6CCE7 color RGB value is (198,204,231).

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

RGB channels and saturation

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

198
204
231

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

Portions of RGB colors in percentages

R + G + B =
198 + 204 + 231 = 633 (100%)
R 198 of 633 ~ 31.28%
G 204 of 633 ~ 32.23%
B 231 of 633 ~ 36.49%

%31.28
%32.23
%36.49

CMYK color model

#C6CCE7 color CMYK value is (14,12,0,9).

  • cyan value is 14.29%
  • magenta value is 11.69%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(14,12,0,9)
C14M12Y0K9 
(14%,12%,0%,9%)
(0.14/0.12/0.00/0.09)	

CMYK percentages

%14.29
%11.69
%0
%9.41

Codes

Color #C6CCE7 in popluar color models

C6CCE7
RGB198204231
HSL229°40.74%84.12%
HSB/HSV229°14.29%90.59%
CMYK14.29%11.69%0.00%
9.41%

Color #C6CCE7 in popluar number systems.

HEXC6CCE7
Decimal198204231
Binary110001101100110011100111
Octal306314347

Shades and tints

Shades of #C6CCE7

#C6CCE7
(198,204,231)
#B4BAD2
(180,186,210)
#A2A8BD
(162,168,189)
#9096A8
(144,150,168)
#7E8493
(126,132,147)
#6C727E
(108,114,126)
#5A6069
(90,96,105)
#484E54
(72,78,84)
#363C3F
(54,60,63)
#242A2A
(36,42,42)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #C6CCE7

#C6CCE7
(198,204,231)
#CBD0E9
(203,208,233)
#D0D4EB
(208,212,235)
#D5D8ED
(213,216,237)
#DADCEF
(218,220,239)
#DFE0F1
(223,224,241)
#E4E4F3
(228,228,243)
#E9E8F5
(233,232,245)
#EEECF7
(238,236,247)
#F3F0F9
(243,240,249)
#F8F4FB
(248,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CCE7; }

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

This text font color is #C6CCE7.


Background Color

.myBgColor { background-color: #C6CCE7; }

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

This div background color is #C6CCE7.


Border color

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

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

This div border color is #C6CCE7.


Opacity

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

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

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

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

This text has shadow with #C6CCE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CCE7 on black background.


Color preview on white background

This text has color #C6CCE7 on white background.



Black color preview on #C6CCE7 background

This text has black color on #C6CCE7 background.


White color preview on #C6CCE7 background

This text has white color on #C6CCE7 background.