COLOR #C6CEE3

HEX: #C6CEE3
RGB: (198,206,227)

Color info

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

RGB color model

#C6CEE3 color RGB value is (198,206,227).

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

RGB channels and saturation

R 198 of 255 = 78%
G 206 of 255 = 81%
B 227 of 255 = 89%

198
206
227

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

Portions of RGB colors in percentages

R + G + B =
198 + 206 + 227 = 631 (100%)
R 198 of 631 ~ 31.38%
G 206 of 631 ~ 32.65%
B 227 of 631 ~ 35.97%

%31.38
%32.65
%35.97

CMYK color model

#C6CEE3 color CMYK value is (13,9,0,11).

  • cyan value is 12.78%
  • magenta value is 9.25%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(13,9,0,11)
C13M9Y0K11 
(13%,9%,0%,11%)
(0.13/0.09/0.00/0.11)	

CMYK percentages

%12.78
%9.25
%0
%10.98

Codes

Color #C6CEE3 in popluar color models

C6CEE3
RGB198206227
HSL223°34.12%83.33%
HSB/HSV223°12.78%89.02%
CMYK12.78%9.25%0.00%
10.98%

Color #C6CEE3 in popluar number systems.

HEXC6CEE3
Decimal198206227
Binary110001101100111011100011
Octal306316343

Shades and tints

Shades of #C6CEE3

#C6CEE3
(198,206,227)
#B4BCCF
(180,188,207)
#A2AABB
(162,170,187)
#9098A7
(144,152,167)
#7E8693
(126,134,147)
#6C747F
(108,116,127)
#5A626B
(90,98,107)
#485057
(72,80,87)
#363E43
(54,62,67)
#242C2F
(36,44,47)
#121A1B
(18,26,27)
#000000
(0,0,0)

Tints of #C6CEE3

#C6CEE3
(198,206,227)
#CBD2E5
(203,210,229)
#D0D6E7
(208,214,231)
#D5DAE9
(213,218,233)
#DADEEB
(218,222,235)
#DFE2ED
(223,226,237)
#E4E6EF
(228,230,239)
#E9EAF1
(233,234,241)
#EEEEF3
(238,238,243)
#F3F2F5
(243,242,245)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CEE3; }

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

This text font color is #C6CEE3.


Background Color

.myBgColor { background-color: #C6CEE3; }

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

This div background color is #C6CEE3.


Border color

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

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

This div border color is #C6CEE3.


Opacity

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

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

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

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

This text has shadow with #C6CEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CEE3 on black background.


Color preview on white background

This text has color #C6CEE3 on white background.



Black color preview on #C6CEE3 background

This text has black color on #C6CEE3 background.


White color preview on #C6CEE3 background

This text has white color on #C6CEE3 background.