COLOR #C6CECB

HEX: #C6CECB RGB: (198,206,203)

Color info

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

RGB color model

#C6CECB color RGB value is (198,206,203).

RGB: (198,206,203) (78%, 81%, 80%)

RGB channels and saturation

R 198 of 255 = 78%
G 206 of 255 = 81%
B 203 of 255 = 80%

198
206
203

R + G + B ~ 80%. #C6CECB is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 206 + 203 = 607 (100%)
R 198 of 607 ~ 32.62%
G 206 of 607 ~ 33.94%
B 203 of 607 ~ 33.44'%

%32.62
%33.94
%33.44

CMYK color model

#C6CECB color CMYK value is (4,0,1,19).

  • cyan value is 3.88%
  • magenta value is 0.00%
  • yellow value is 1.46%
  • key color value is 19.22%

CMYK: (4,0,1,19)
C4M0Y1K19 (4%, 0%, 1%, 19%)
(0.04 / 0.00 / 0.01 / 0.19)

CMYK percentages

%3.88
%0
%1.46
%19.22

Codes

Color #C6CECB in popluar color models

C6 CE CB
RGB 198 206 203
HSL 158° 7.55% 79.22%
HSB/HSV 158° 3.88% 80.78%
CMYK 3.88% 0.00% 1.46%
19.22%

Color #C6CECB in popluar number systems.

HEX C6 CE CB
Decimal 198 206 203
Binary 11000110 11001110 11001011
Octal 306 316 313

Shades and tints

Shades of #C6CECB

#C6CECB
(198,206,203)
#B4BCB9
(180,188,185)
#A2AAA7
(162,170,167)
#909895
(144,152,149)
#7E8683
(126,134,131)
#6C7471
(108,116,113)
#5A625F
(90,98,95)
#48504D
(72,80,77)
#363E3B
(54,62,59)
#242C29
(36,44,41)
#121A17
(18,26,23)
#000000
(0,0,0)

Tints of #C6CECB

#C6CECB
(198,206,203)
#CBD2CF
(203,210,207)
#D0D6D3
(208,214,211)
#D5DAD7
(213,218,215)
#DADEDB
(218,222,219)
#DFE2DF
(223,226,223)
#E4E6E3
(228,230,227)
#E9EAE7
(233,234,231)
#EEEEEB
(238,238,235)
#F3F2EF
(243,242,239)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CECB; }

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

This text font color is #C6CECB.

Background Color

.myBgColor { background-color: #C6CECB; }

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

This div background color is #C6CECB.

Border color

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

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

This div border color is #C6CECB.

Opacity

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

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

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

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

This text has shadow with #C6CECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CECB.

Preview

Color preview on black background

This text has color #C6CECB on black background.


Color preview on white background

This text has color #C6CECB on white background.


Black color preview on #C6CECB background

This text has black color on #C6CECB background.


White color preview on #C6CECB background

This text has white color on #C6CECB background.


Related colors

Complementary color

Complementary color for #hex is #393134.


I love getcolorcode.com

Triadic colors

1 #CBC6CE and #CECBC6 with #C6CECB are triadic colors.

2 #CBCEC6 and #CEC6CB with #C6CECB are triadic colors.