COLOR #CCC6BC

HEX: #CCC6BC RGB: (204,198,188)

Color info

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

RGB color model

#CCC6BC color RGB value is (204,198,188).

RGB: (204,198,188) (80%, 78%, 74%)

RGB channels and saturation

R 204 of 255 = 80%
G 198 of 255 = 78%
B 188 of 255 = 74%

204
198
188

R + G + B ~ 77%. #CCC6BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 198 + 188 = 590 (100%)
R 204 of 590 ~ 34.58%
G 198 of 590 ~ 33.56%
B 188 of 590 ~ 31.86'%

%34.58
%33.56
%31.86

CMYK color model

#CCC6BC color CMYK value is (0,3,8,20).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 7.84%
  • key color value is 20.00%

CMYK: (0,3,8,20)
C0M3Y8K20 (0%, 3%, 8%, 20%)
(0.00 / 0.03 / 0.08 / 0.20)

CMYK percentages

%0
%2.94
%7.84
%20

Codes

Color #CCC6BC in popluar color models

CC C6 BC
RGB 204 198 188
HSL 38° 13.56% 76.86%
HSB/HSV 38° 7.84% 80.00%
CMYK 0.00% 2.94% 7.84%
20.00%

Color #CCC6BC in popluar number systems.

HEX CC C6 BC
Decimal 204 198 188
Binary 11001100 11000110 10111100
Octal 314 306 274

Shades and tints

Shades of #CCC6BC

#CCC6BC
(204,198,188)
#BAB4AB
(186,180,171)
#A8A29A
(168,162,154)
#969089
(150,144,137)
#847E78
(132,126,120)
#726C67
(114,108,103)
#605A56
(96,90,86)
#4E4845
(78,72,69)
#3C3634
(60,54,52)
#2A2423
(42,36,35)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #CCC6BC

#CCC6BC
(204,198,188)
#D0CBC2
(208,203,194)
#D4D0C8
(212,208,200)
#D8D5CE
(216,213,206)
#DCDAD4
(220,218,212)
#E0DFDA
(224,223,218)
#E4E4E0
(228,228,224)
#E8E9E6
(232,233,230)
#ECEEEC
(236,238,236)
#F0F3F2
(240,243,242)
#F4F8F8
(244,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC6BC; }

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

This text font color is #CCC6BC.

Background Color

.myBgColor { background-color: #CCC6BC; }

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

This div background color is #CCC6BC.

Border color

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

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

This div border color is #CCC6BC.

Opacity

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

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

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

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

This text has shadow with #CCC6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC6BC.

Preview

Color preview on black background

This text has color #CCC6BC on black background.


Color preview on white background

This text has color #CCC6BC on white background.


Black color preview on #CCC6BC background

This text has black color on #CCC6BC background.


White color preview on #CCC6BC background

This text has white color on #CCC6BC background.


Related colors

Complementary color

Complementary color for #hex is #333943.


I love getcolorcode.com

Triadic colors

1 #BCCCC6 and #C6BCCC with #CCC6BC are triadic colors.

2 #BCC6CC and #C6CCBC with #CCC6BC are triadic colors.