COLOR #CCBCC8

HEX: #CCBCC8 RGB: (204,188,200)

Color info

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

RGB color model

#CCBCC8 color RGB value is (204,188,200).

RGB: (204,188,200) (80%, 74%, 78%)

RGB channels and saturation

R 204 of 255 = 80%
G 188 of 255 = 74%
B 200 of 255 = 78%

204
188
200

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

Portions of RGB colors in percentages

R + G + B = 204 + 188 + 200 = 592 (100%)
R 204 of 592 ~ 34.46%
G 188 of 592 ~ 31.76%
B 200 of 592 ~ 33.78'%

%34.46
%31.76
%33.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.84%
  • yellow value is 1.96%
  • key color value is 20.00%

CMYK: (0,8,2,20)
C0M8Y2K20 (0%, 8%, 2%, 20%)
(0.00 / 0.08 / 0.02 / 0.20)

CMYK percentages

%0
%7.84
%1.96
%20

Codes

Color #CCBCC8 in popluar color models

CC BC C8
RGB 204 188 200
HSL 315° 13.56% 76.86%
HSB/HSV 315° 7.84% 80.00%
CMYK 0.00% 7.84% 1.96%
20.00%

Color #CCBCC8 in popluar number systems.

HEX CC BC C8
Decimal 204 188 200
Binary 11001100 10111100 11001000
Octal 314 274 310

Shades and tints

Shades of #CCBCC8

#CCBCC8
(204,188,200)
#BAABB6
(186,171,182)
#A89AA4
(168,154,164)
#968992
(150,137,146)
#847880
(132,120,128)
#72676E
(114,103,110)
#60565C
(96,86,92)
#4E454A
(78,69,74)
#3C3438
(60,52,56)
#2A2326
(42,35,38)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #CCBCC8

#CCBCC8
(204,188,200)
#D0C2CD
(208,194,205)
#D4C8D2
(212,200,210)
#D8CED7
(216,206,215)
#DCD4DC
(220,212,220)
#E0DAE1
(224,218,225)
#E4E0E6
(228,224,230)
#E8E6EB
(232,230,235)
#ECECF0
(236,236,240)
#F0F2F5
(240,242,245)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBCC8; }

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

This text font color is #CCBCC8.

Background Color

.myBgColor { background-color: #CCBCC8; }

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

This div background color is #CCBCC8.

Border color

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

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

This div border color is #CCBCC8.

Opacity

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

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

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

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

This text has shadow with #CCBCC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCBCC8.

Preview

Color preview on black background

This text has color #CCBCC8 on black background.


Color preview on white background

This text has color #CCBCC8 on white background.


Black color preview on #CCBCC8 background

This text has black color on #CCBCC8 background.


White color preview on #CCBCC8 background

This text has white color on #CCBCC8 background.


Related colors

Complementary color

Complementary color for #hex is #334337.


I love getcolorcode.com

Triadic colors

1 #C8CCBC and #BCC8CC with #CCBCC8 are triadic colors.

2 #C8BCCC and #BCCCC8 with #CCBCC8 are triadic colors.