COLOR #CCCCB9

HEX: #CCCCB9
RGB: (204,204,185)

Color info

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

RGB color model

#CCCCB9 color RGB value is (204,204,185).

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

RGB channels and saturation

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

204
204
185

R + G + B ~ 78%. #CCCCB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 204 + 185 = 593 (100%)
R 204 of 593 ~ 34.4%
G 204 of 593 ~ 34.4%
B 185 of 593 ~ 31.2%

%34.4
%34.4
%31.2

CMYK color model

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

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

CMYK percentages

%0
%0
%9.31
%20

Codes

Color #CCCCB9 in popluar color models

CCCCB9
RGB204204185
HSL60°15.70%76.27%
HSB/HSV60°9.31%80.00%
CMYK0.00%0.00%9.31%
20.00%

Color #CCCCB9 in popluar number systems.

HEXCCCCB9
Decimal204204185
Binary110011001100110010111001
Octal314314271

Shades and tints

Shades of #CCCCB9

#CCCCB9
(204,204,185)
#BABAA9
(186,186,169)
#A8A899
(168,168,153)
#969689
(150,150,137)
#848479
(132,132,121)
#727269
(114,114,105)
#606059
(96,96,89)
#4E4E49
(78,78,73)
#3C3C39
(60,60,57)
#2A2A29
(42,42,41)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #CCCCB9

#CCCCB9
(204,204,185)
#D0D0BF
(208,208,191)
#D4D4C5
(212,212,197)
#D8D8CB
(216,216,203)
#DCDCD1
(220,220,209)
#E0E0D7
(224,224,215)
#E4E4DD
(228,228,221)
#E8E8E3
(232,232,227)
#ECECE9
(236,236,233)
#F0F0EF
(240,240,239)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCCB9; }

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

This text font color is #CCCCB9.


Background Color

.myBgColor { background-color: #CCCCB9; }

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

This div background color is #CCCCB9.


Border color

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

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

This div border color is #CCCCB9.


Opacity

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

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

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

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

This text has shadow with #CCCCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCCB9 on black background.


Color preview on white background

This text has color #CCCCB9 on white background.



Black color preview on #CCCCB9 background

This text has black color on #CCCCB9 background.


White color preview on #CCCCB9 background

This text has white color on #CCCCB9 background.