COLOR #CCBBCB

HEX: #CCBBCB
RGB: (204,187,203)

Color info

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

RGB color model

#CCBBCB color RGB value is (204,187,203).

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

RGB channels and saturation

R 204 of 255 = 80%
G 187 of 255 = 73%
B 203 of 255 = 80%

204
187
203

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

Portions of RGB colors in percentages

R + G + B =
204 + 187 + 203 = 594 (100%)
R 204 of 594 ~ 34.34%
G 187 of 594 ~ 31.48%
B 203 of 594 ~ 34.18%

%34.34
%31.48
%34.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 0.49%
  • key color value is 20.00%
CMYK:
(0,8,0,20)
C0M8Y0K20 
(0%,8%,0%,20%)
(0.00/0.08/0.00/0.20)	

CMYK percentages

%0
%8.33
%0.49
%20

Codes

Color #CCBBCB in popluar color models

CCBBCB
RGB204187203
HSL304°14.29%76.67%
HSB/HSV304°8.33%80.00%
CMYK0.00%8.33%0.49%
20.00%

Color #CCBBCB in popluar number systems.

HEXCCBBCB
Decimal204187203
Binary110011001011101111001011
Octal314273313

Shades and tints

Shades of #CCBBCB

#CCBBCB
(204,187,203)
#BAAAB9
(186,170,185)
#A899A7
(168,153,167)
#968895
(150,136,149)
#847783
(132,119,131)
#726671
(114,102,113)
#60555F
(96,85,95)
#4E444D
(78,68,77)
#3C333B
(60,51,59)
#2A2229
(42,34,41)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #CCBBCB

#CCBBCB
(204,187,203)
#D0C1CF
(208,193,207)
#D4C7D3
(212,199,211)
#D8CDD7
(216,205,215)
#DCD3DB
(220,211,219)
#E0D9DF
(224,217,223)
#E4DFE3
(228,223,227)
#E8E5E7
(232,229,231)
#ECEBEB
(236,235,235)
#F0F1EF
(240,241,239)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBBCB; }

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

This text font color is #CCBBCB.


Background Color

.myBgColor { background-color: #CCBBCB; }

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

This div background color is #CCBBCB.


Border color

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

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

This div border color is #CCBBCB.


Opacity

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

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

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

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

This text has shadow with #CCBBCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCBBCB on black background.


Color preview on white background

This text has color #CCBBCB on white background.



Black color preview on #CCBBCB background

This text has black color on #CCBBCB background.


White color preview on #CCBBCB background

This text has white color on #CCBBCB background.