COLOR #CCBCC2

HEX: #CCBCC2
RGB: (204,188,194)

Color info

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

RGB color model

#CCBCC2 color RGB value is (204,188,194).

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

RGB channels and saturation

R 204 of 255 = 80%
G 188 of 255 = 74%
B 194 of 255 = 76%

204
188
194

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

Portions of RGB colors in percentages

R + G + B =
204 + 188 + 194 = 586 (100%)
R 204 of 586 ~ 34.81%
G 188 of 586 ~ 32.08%
B 194 of 586 ~ 33.11%

%34.81
%32.08
%33.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.84%
  • yellow value is 4.90%
  • key color value is 20.00%
CMYK:
(0,8,5,20)
C0M8Y5K20 
(0%,8%,5%,20%)
(0.00/0.08/0.05/0.20)	

CMYK percentages

%0
%7.84
%4.9
%20

Codes

Color #CCBCC2 in popluar color models

CCBCC2
RGB204188194
HSL338°13.56%76.86%
HSB/HSV338°7.84%80.00%
CMYK0.00%7.84%4.90%
20.00%

Color #CCBCC2 in popluar number systems.

HEXCCBCC2
Decimal204188194
Binary110011001011110011000010
Octal314274302

Shades and tints

Shades of #CCBCC2

#CCBCC2
(204,188,194)
#BAABB1
(186,171,177)
#A89AA0
(168,154,160)
#96898F
(150,137,143)
#84787E
(132,120,126)
#72676D
(114,103,109)
#60565C
(96,86,92)
#4E454B
(78,69,75)
#3C343A
(60,52,58)
#2A2329
(42,35,41)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #CCBCC2

#CCBCC2
(204,188,194)
#D0C2C7
(208,194,199)
#D4C8CC
(212,200,204)
#D8CED1
(216,206,209)
#DCD4D6
(220,212,214)
#E0DADB
(224,218,219)
#E4E0E0
(228,224,224)
#E8E6E5
(232,230,229)
#ECECEA
(236,236,234)
#F0F2EF
(240,242,239)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBCC2; }

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

This text font color is #CCBCC2.


Background Color

.myBgColor { background-color: #CCBCC2; }

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

This div background color is #CCBCC2.


Border color

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

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

This div border color is #CCBCC2.


Opacity

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

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

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

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

This text has shadow with #CCBCC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCBCC2 on black background.


Color preview on white background

This text has color #CCBCC2 on white background.



Black color preview on #CCBCC2 background

This text has black color on #CCBCC2 background.


White color preview on #CCBCC2 background

This text has white color on #CCBCC2 background.