COLOR #C6CEC5

HEX: #C6CEC5 RGB: (198,206,197)

Color info

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

RGB color model

#C6CEC5 color RGB value is (198,206,197).

RGB: (198,206,197) (78%, 81%, 77%)

RGB channels and saturation

R 198 of 255 = 78%
G 206 of 255 = 81%
B 197 of 255 = 77%

198
206
197

R + G + B ~ 79%. #C6CEC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 206 + 197 = 601 (100%)
R 198 of 601 ~ 32.95%
G 206 of 601 ~ 34.28%
B 197 of 601 ~ 32.78'%

%32.95
%34.28
%32.78

CMYK color model

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

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

CMYK: (4,0,4,19)
C4M0Y4K19 (4%, 0%, 4%, 19%)
(0.04 / 0.00 / 0.04 / 0.19)

CMYK percentages

%3.88
%0
%4.37
%19.22

Codes

Color #C6CEC5 in popluar color models

C6 CE C5
RGB 198 206 197
HSL 113° 8.41% 79.02%
HSB/HSV 113° 4.37% 80.78%
CMYK 3.88% 0.00% 4.37%
19.22%

Color #C6CEC5 in popluar number systems.

HEX C6 CE C5
Decimal 198 206 197
Binary 11000110 11001110 11000101
Octal 306 316 305

Shades and tints

Shades of #C6CEC5

#C6CEC5
(198,206,197)
#B4BCB4
(180,188,180)
#A2AAA3
(162,170,163)
#909892
(144,152,146)
#7E8681
(126,134,129)
#6C7470
(108,116,112)
#5A625F
(90,98,95)
#48504E
(72,80,78)
#363E3D
(54,62,61)
#242C2C
(36,44,44)
#121A1B
(18,26,27)
#000000
(0,0,0)

Tints of #C6CEC5

#C6CEC5
(198,206,197)
#CBD2CA
(203,210,202)
#D0D6CF
(208,214,207)
#D5DAD4
(213,218,212)
#DADED9
(218,222,217)
#DFE2DE
(223,226,222)
#E4E6E3
(228,230,227)
#E9EAE8
(233,234,232)
#EEEEED
(238,238,237)
#F3F2F2
(243,242,242)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CEC5; }

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

This text font color is #C6CEC5.

Background Color

.myBgColor { background-color: #C6CEC5; }

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

This div background color is #C6CEC5.

Border color

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

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

This div border color is #C6CEC5.

Opacity

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

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

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

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

This text has shadow with #C6CEC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CEC5.

Preview

Color preview on black background

This text has color #C6CEC5 on black background.


Color preview on white background

This text has color #C6CEC5 on white background.


Black color preview on #C6CEC5 background

This text has black color on #C6CEC5 background.


White color preview on #C6CEC5 background

This text has white color on #C6CEC5 background.


Related colors

Complementary color

Complementary color for #hex is #39313A.


I love getcolorcode.com

Triadic colors

1 #C5C6CE and #CEC5C6 with #C6CEC5 are triadic colors.

2 #C5CEC6 and #CEC6C5 with #C6CEC5 are triadic colors.