COLOR #CCC6B9

HEX: #CCC6B9
RGB: (204,198,185)

Color info

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

RGB color model

#CCC6B9 color RGB value is (204,198,185).

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

RGB channels and saturation

R 204 of 255 = 80%
G 198 of 255 = 78%
B 185 of 255 = 73%

204
198
185

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

Portions of RGB colors in percentages

R + G + B =
204 + 198 + 185 = 587 (100%)
R 204 of 587 ~ 34.75%
G 198 of 587 ~ 33.73%
B 185 of 587 ~ 31.52%

%34.75
%33.73
%31.52

CMYK color model

#CCC6B9 color CMYK value is (0,3,9,20).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 9.31%
  • key color value is 20.00%
CMYK:
(0,3,9,20)
C0M3Y9K20 
(0%,3%,9%,20%)
(0.00/0.03/0.09/0.20)	

CMYK percentages

%0
%2.94
%9.31
%20

Codes

Color #CCC6B9 in popluar color models

CCC6B9
RGB204198185
HSL41°15.70%76.27%
HSB/HSV41°9.31%80.00%
CMYK0.00%2.94%9.31%
20.00%

Color #CCC6B9 in popluar number systems.

HEXCCC6B9
Decimal204198185
Binary110011001100011010111001
Octal314306271

Shades and tints

Shades of #CCC6B9

#CCC6B9
(204,198,185)
#BAB4A9
(186,180,169)
#A8A299
(168,162,153)
#969089
(150,144,137)
#847E79
(132,126,121)
#726C69
(114,108,105)
#605A59
(96,90,89)
#4E4849
(78,72,73)
#3C3639
(60,54,57)
#2A2429
(42,36,41)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #CCC6B9

#CCC6B9
(204,198,185)
#D0CBBF
(208,203,191)
#D4D0C5
(212,208,197)
#D8D5CB
(216,213,203)
#DCDAD1
(220,218,209)
#E0DFD7
(224,223,215)
#E4E4DD
(228,228,221)
#E8E9E3
(232,233,227)
#ECEEE9
(236,238,233)
#F0F3EF
(240,243,239)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC6B9; }

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

This text font color is #CCC6B9.


Background Color

.myBgColor { background-color: #CCC6B9; }

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

This div background color is #CCC6B9.


Border color

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

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

This div border color is #CCC6B9.


Opacity

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

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

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

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

This text has shadow with #CCC6B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC6B9 on black background.


Color preview on white background

This text has color #CCC6B9 on white background.



Black color preview on #CCC6B9 background

This text has black color on #CCC6B9 background.


White color preview on #CCC6B9 background

This text has white color on #CCC6B9 background.