COLOR #C6CED3

HEX: #C6CED3
RGB: (198,206,211)

Color info

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

RGB color model

#C6CED3 color RGB value is (198,206,211).

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

RGB channels and saturation

R 198 of 255 = 78%
G 206 of 255 = 81%
B 211 of 255 = 83%

198
206
211

R + G + B ~ 81%. #C6CED3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 206 + 211 = 615 (100%)
R 198 of 615 ~ 32.2%
G 206 of 615 ~ 33.5%
B 211 of 615 ~ 34.31%

%32.2
%33.5
%34.31

CMYK color model

#C6CED3 color CMYK value is (6,2,0,17).

  • cyan value is 6.16%
  • magenta value is 2.37%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(6,2,0,17)
C6M2Y0K17 
(6%,2%,0%,17%)
(0.06/0.02/0.00/0.17)	

CMYK percentages

%6.16
%2.37
%0
%17.25

Codes

Color #C6CED3 in popluar color models

C6CED3
RGB198206211
HSL203°12.87%80.20%
HSB/HSV203°6.16%82.75%
CMYK6.16%2.37%0.00%
17.25%

Color #C6CED3 in popluar number systems.

HEXC6CED3
Decimal198206211
Binary110001101100111011010011
Octal306316323

Shades and tints

Shades of #C6CED3

#C6CED3
(198,206,211)
#B4BCC0
(180,188,192)
#A2AAAD
(162,170,173)
#90989A
(144,152,154)
#7E8687
(126,134,135)
#6C7474
(108,116,116)
#5A6261
(90,98,97)
#48504E
(72,80,78)
#363E3B
(54,62,59)
#242C28
(36,44,40)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #C6CED3

#C6CED3
(198,206,211)
#CBD2D7
(203,210,215)
#D0D6DB
(208,214,219)
#D5DADF
(213,218,223)
#DADEE3
(218,222,227)
#DFE2E7
(223,226,231)
#E4E6EB
(228,230,235)
#E9EAEF
(233,234,239)
#EEEEF3
(238,238,243)
#F3F2F7
(243,242,247)
#F8F6FB
(248,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CED3; }

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

This text font color is #C6CED3.


Background Color

.myBgColor { background-color: #C6CED3; }

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

This div background color is #C6CED3.


Border color

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

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

This div border color is #C6CED3.


Opacity

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

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

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

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

This text has shadow with #C6CED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CED3 on black background.


Color preview on white background

This text has color #C6CED3 on white background.



Black color preview on #C6CED3 background

This text has black color on #C6CED3 background.


White color preview on #C6CED3 background

This text has white color on #C6CED3 background.