COLOR #CCBBC0

HEX: #CCBBC0 RGB: (204,187,192)

Color info

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

RGB color model

#CCBBC0 color RGB value is (204,187,192).

RGB: (204,187,192) (80%, 73%, 75%)

RGB channels and saturation

R 204 of 255 = 80%
G 187 of 255 = 73%
B 192 of 255 = 75%

204
187
192

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

Portions of RGB colors in percentages

R + G + B = 204 + 187 + 192 = 583 (100%)
R 204 of 583 ~ 34.99%
G 187 of 583 ~ 32.08%
B 192 of 583 ~ 32.93'%

%34.99
%32.08
%32.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 5.88%
  • key color value is 20.00%

CMYK: (0,8,6,20)
C0M8Y6K20 (0%, 8%, 6%, 20%)
(0.00 / 0.08 / 0.06 / 0.20)

CMYK percentages

%0
%8.33
%5.88
%20

Codes

Color #CCBBC0 in popluar color models

CC BB C0
RGB 204 187 192
HSL 342° 14.29% 76.67%
HSB/HSV 342° 8.33% 80.00%
CMYK 0.00% 8.33% 5.88%
20.00%

Color #CCBBC0 in popluar number systems.

HEX CC BB C0
Decimal 204 187 192
Binary 11001100 10111011 11000000
Octal 314 273 300

Shades and tints

Shades of #CCBBC0

#CCBBC0
(204,187,192)
#BAAAAF
(186,170,175)
#A8999E
(168,153,158)
#96888D
(150,136,141)
#84777C
(132,119,124)
#72666B
(114,102,107)
#60555A
(96,85,90)
#4E4449
(78,68,73)
#3C3338
(60,51,56)
#2A2227
(42,34,39)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #CCBBC0

#CCBBC0
(204,187,192)
#D0C1C5
(208,193,197)
#D4C7CA
(212,199,202)
#D8CDCF
(216,205,207)
#DCD3D4
(220,211,212)
#E0D9D9
(224,217,217)
#E4DFDE
(228,223,222)
#E8E5E3
(232,229,227)
#ECEBE8
(236,235,232)
#F0F1ED
(240,241,237)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBBC0; }

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

This text font color is #CCBBC0.

Background Color

.myBgColor { background-color: #CCBBC0; }

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

This div background color is #CCBBC0.

Border color

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

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

This div border color is #CCBBC0.

Opacity

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

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

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

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

This text has shadow with #CCBBC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCBBC0.

Preview

Color preview on black background

This text has color #CCBBC0 on black background.


Color preview on white background

This text has color #CCBBC0 on white background.


Black color preview on #CCBBC0 background

This text has black color on #CCBBC0 background.


White color preview on #CCBBC0 background

This text has white color on #CCBBC0 background.


Related colors

Complementary color

Complementary color for #hex is #33443F.


I love getcolorcode.com

Triadic colors

1 #C0CCBB and #BBC0CC with #CCBBC0 are triadic colors.

2 #C0BBCC and #BBCCC0 with #CCBBC0 are triadic colors.