COLOR #CCBCC5

HEX: #CCBCC5 RGB: (204,188,197)

Color info

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

RGB color model

#CCBCC5 color RGB value is (204,188,197).

RGB: (204,188,197) (80%, 74%, 77%)

RGB channels and saturation

R 204 of 255 = 80%
G 188 of 255 = 74%
B 197 of 255 = 77%

204
188
197

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

Portions of RGB colors in percentages

R + G + B = 204 + 188 + 197 = 589 (100%)
R 204 of 589 ~ 34.63%
G 188 of 589 ~ 31.92%
B 197 of 589 ~ 33.45'%

%34.63
%31.92
%33.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.84%
  • yellow value is 3.43%
  • key color value is 20.00%
CMYK: (0,8,3,20) C0M8Y3K20 (0%,8%,3%,20%) (0.00/0.08/0.03/0.20) 

CMYK percentages

%0
%7.84
%3.43
%20

Codes

Color #CCBCC5 in popluar color models

CC BC C5
RGB 204 188 197
HSL 326° 13.56% 76.86%
HSB/HSV 326° 7.84% 80.00%
CMYK 0.00% 7.84% 3.43%
20.00%

Color #CCBCC5 in popluar number systems.

HEX CC BC C5
Decimal 204 188 197
Binary 11001100 10111100 11000101
Octal 314 274 305

Shades and tints

Shades of #CCBCC5

#CCBCC5
(204,188,197)
#BAABB4
(186,171,180)
#A89AA3
(168,154,163)
#968992
(150,137,146)
#847881
(132,120,129)
#726770
(114,103,112)
#60565F
(96,86,95)
#4E454E
(78,69,78)
#3C343D
(60,52,61)
#2A232C
(42,35,44)
#18121B
(24,18,27)
#000000
(0,0,0)

Tints of #CCBCC5

#CCBCC5
(204,188,197)
#D0C2CA
(208,194,202)
#D4C8CF
(212,200,207)
#D8CED4
(216,206,212)
#DCD4D9
(220,212,217)
#E0DADE
(224,218,222)
#E4E0E3
(228,224,227)
#E8E6E8
(232,230,232)
#ECECED
(236,236,237)
#F0F2F2
(240,242,242)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBCC5; }

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

This text font color is #CCBCC5.

Background Color

.myBgColor { background-color: #CCBCC5; }

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

This div background color is #CCBCC5.

Border color

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

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

This div border color is #CCBCC5.

Opacity

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

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

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

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

This text has shadow with #CCBCC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCBCC5.

Preview

Color preview on black background

This text has color #CCBCC5 on black background.


Color preview on white background

This text has color #CCBCC5 on white background.


Black color preview on #CCBCC5 background

This text has black color on #CCBCC5 background.


White color preview on #CCBCC5 background

This text has white color on #CCBCC5 background.


Related colors

Complementary color

Complementary color for #hex is #33433A.


I love getcolorcode.com

Triadic colors

1 #C5CCBC and #BCC5CC with #CCBCC5 are triadic colors.

2 #C5BCCC and #BCCCC5 with #CCBCC5 are triadic colors.