COLOR #CCBCC6

HEX: #CCBCC6
RGB: (204,188,198)

Color info

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

RGB color model

#CCBCC6 color RGB value is (204,188,198).

  • red value is 204;
  • green value is 188;
  • blue value is 198.
RGB:
(204,188,198)
(80%,74%,78%)

RGB channels and saturation

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

204
188
198

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

Portions of RGB colors in percentages

R + G + B =
204 + 188 + 198 = 590 (100%)
R 204 of 590 ~ 34.58%
G 188 of 590 ~ 31.86%
B 198 of 590 ~ 33.56%

%34.58
%31.86
%33.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.84%
  • yellow value is 2.94%
  • 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
%2.94
%20

Codes

Color #CCBCC6 in popluar color models

CCBCC6
RGB204188198
HSL323°13.56%76.86%
HSB/HSV323°7.84%80.00%
CMYK0.00%7.84%2.94%
20.00%

Color #CCBCC6 in popluar number systems.

HEXCCBCC6
Decimal204188198
Binary110011001011110011000110
Octal314274306

Shades and tints

Shades of #CCBCC6

#CCBCC6
(204,188,198)
#BAABB4
(186,171,180)
#A89AA2
(168,154,162)
#968990
(150,137,144)
#84787E
(132,120,126)
#72676C
(114,103,108)
#60565A
(96,86,90)
#4E4548
(78,69,72)
#3C3436
(60,52,54)
#2A2324
(42,35,36)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #CCBCC6

#CCBCC6
(204,188,198)
#D0C2CB
(208,194,203)
#D4C8D0
(212,200,208)
#D8CED5
(216,206,213)
#DCD4DA
(220,212,218)
#E0DADF
(224,218,223)
#E4E0E4
(228,224,228)
#E8E6E9
(232,230,233)
#ECECEE
(236,236,238)
#F0F2F3
(240,242,243)
#F4F8F8
(244,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBCC6; }

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

This text font color is #CCBCC6.


Background Color

.myBgColor { background-color: #CCBCC6; }

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

This div background color is #CCBCC6.


Border color

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

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

This div border color is #CCBCC6.


Opacity

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

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

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

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

This text has shadow with #CCBCC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCBCC6 on black background.


Color preview on white background

This text has color #CCBCC6 on white background.



Black color preview on #CCBCC6 background

This text has black color on #CCBCC6 background.


White color preview on #CCBCC6 background

This text has white color on #CCBCC6 background.