COLOR #CCBBBD

HEX: #CCBBBD
RGB: (204,187,189)

Color info

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

RGB color model

#CCBBBD color RGB value is (204,187,189).

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

RGB channels and saturation

R 204 of 255 = 80%
G 187 of 255 = 73%
B 189 of 255 = 74%

204
187
189

R + G + B ~ 76%. #CCBBBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 187 + 189 = 580 (100%)
R 204 of 580 ~ 35.17%
G 187 of 580 ~ 32.24%
B 189 of 580 ~ 32.59%

%35.17
%32.24
%32.59

CMYK color model

#CCBBBD color CMYK value is (0,8,7,20).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 7.35%
  • key color value is 20.00%
CMYK:
(0,8,7,20)
C0M8Y7K20 
(0%,8%,7%,20%)
(0.00/0.08/0.07/0.20)	

CMYK percentages

%0
%8.33
%7.35
%20

Codes

Color #CCBBBD in popluar color models

CCBBBD
RGB204187189
HSL353°14.29%76.67%
HSB/HSV353°8.33%80.00%
CMYK0.00%8.33%7.35%
20.00%

Color #CCBBBD in popluar number systems.

HEXCCBBBD
Decimal204187189
Binary110011001011101110111101
Octal314273275

Shades and tints

Shades of #CCBBBD

#CCBBBD
(204,187,189)
#BAAAAC
(186,170,172)
#A8999B
(168,153,155)
#96888A
(150,136,138)
#847779
(132,119,121)
#726668
(114,102,104)
#605557
(96,85,87)
#4E4446
(78,68,70)
#3C3335
(60,51,53)
#2A2224
(42,34,36)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #CCBBBD

#CCBBBD
(204,187,189)
#D0C1C3
(208,193,195)
#D4C7C9
(212,199,201)
#D8CDCF
(216,205,207)
#DCD3D5
(220,211,213)
#E0D9DB
(224,217,219)
#E4DFE1
(228,223,225)
#E8E5E7
(232,229,231)
#ECEBED
(236,235,237)
#F0F1F3
(240,241,243)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBBBD; }

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

This text font color is #CCBBBD.


Background Color

.myBgColor { background-color: #CCBBBD; }

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

This div background color is #CCBBBD.


Border color

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

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

This div border color is #CCBBBD.


Opacity

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

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

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

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

This text has shadow with #CCBBBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCBBBD on black background.


Color preview on white background

This text has color #CCBBBD on white background.



Black color preview on #CCBBBD background

This text has black color on #CCBBBD background.


White color preview on #CCBBBD background

This text has white color on #CCBBBD background.