COLOR #CCC6B7

HEX: #CCC6B7
RGB: (204,198,183)

Color info

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

RGB color model

#CCC6B7 color RGB value is (204,198,183).

  • red value is 204;
  • green value is 198;
  • blue value is 183.
RGB:
(204,198,183)
(80%,78%,72%)

RGB channels and saturation

R 204 of 255 = 80%
G 198 of 255 = 78%
B 183 of 255 = 72%

204
198
183

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

Portions of RGB colors in percentages

R + G + B =
204 + 198 + 183 = 585 (100%)
R 204 of 585 ~ 34.87%
G 198 of 585 ~ 33.85%
B 183 of 585 ~ 31.28%

%34.87
%33.85
%31.28

CMYK color model

#CCC6B7 color CMYK value is (0,3,10,20).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 10.29%
  • key color value is 20.00%
CMYK:
(0,3,10,20)
C0M3Y10K20 
(0%,3%,10%,20%)
(0.00/0.03/0.10/0.20)	

CMYK percentages

%0
%2.94
%10.29
%20

Codes

Color #CCC6B7 in popluar color models

CCC6B7
RGB204198183
HSL43°17.07%75.88%
HSB/HSV43°10.29%80.00%
CMYK0.00%2.94%10.29%
20.00%

Color #CCC6B7 in popluar number systems.

HEXCCC6B7
Decimal204198183
Binary110011001100011010110111
Octal314306267

Shades and tints

Shades of #CCC6B7

#CCC6B7
(204,198,183)
#BAB4A7
(186,180,167)
#A8A297
(168,162,151)
#969087
(150,144,135)
#847E77
(132,126,119)
#726C67
(114,108,103)
#605A57
(96,90,87)
#4E4847
(78,72,71)
#3C3637
(60,54,55)
#2A2427
(42,36,39)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #CCC6B7

#CCC6B7
(204,198,183)
#D0CBBD
(208,203,189)
#D4D0C3
(212,208,195)
#D8D5C9
(216,213,201)
#DCDACF
(220,218,207)
#E0DFD5
(224,223,213)
#E4E4DB
(228,228,219)
#E8E9E1
(232,233,225)
#ECEEE7
(236,238,231)
#F0F3ED
(240,243,237)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC6B7; }

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

This text font color is #CCC6B7.


Background Color

.myBgColor { background-color: #CCC6B7; }

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

This div background color is #CCC6B7.


Border color

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

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

This div border color is #CCC6B7.


Opacity

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

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

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

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

This text has shadow with #CCC6B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC6B7 on black background.


Color preview on white background

This text has color #CCC6B7 on white background.



Black color preview on #CCC6B7 background

This text has black color on #CCC6B7 background.


White color preview on #CCC6B7 background

This text has white color on #CCC6B7 background.