COLOR #CCCBC7

HEX: #CCCBC7 RGB: (204,203,199)

Color info

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

RGB color model

#CCCBC7 color RGB value is (204,203,199).

RGB: (204,203,199) (80%, 80%, 78%)

RGB channels and saturation

R 204 of 255 = 80%
G 203 of 255 = 80%
B 199 of 255 = 78%

204
203
199

R + G + B ~ 79%. #CCCBC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 203 + 199 = 606 (100%)
R 204 of 606 ~ 33.66%
G 203 of 606 ~ 33.5%
B 199 of 606 ~ 32.84'%

%33.66
%33.5
%32.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.49%
  • yellow value is 2.45%
  • key color value is 20.00%
CMYK: (0,0,2,20) C0M0Y2K20 (0%,0%,2%,20%) (0.00/0.00/0.02/0.20) 

CMYK percentages

%0
%0.49
%2.45
%20

Codes

Color #CCCBC7 in popluar color models

CC CB C7
RGB 204 203 199
HSL 48° 4.67% 79.02%
HSB/HSV 48° 2.45% 80.00%
CMYK 0.00% 0.49% 2.45%
20.00%

Color #CCCBC7 in popluar number systems.

HEX CC CB C7
Decimal 204 203 199
Binary 11001100 11001011 11000111
Octal 314 313 307

Shades and tints

Shades of #CCCBC7

#CCCBC7
(204,203,199)
#BAB9B5
(186,185,181)
#A8A7A3
(168,167,163)
#969591
(150,149,145)
#84837F
(132,131,127)
#72716D
(114,113,109)
#605F5B
(96,95,91)
#4E4D49
(78,77,73)
#3C3B37
(60,59,55)
#2A2925
(42,41,37)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #CCCBC7

#CCCBC7
(204,203,199)
#D0CFCC
(208,207,204)
#D4D3D1
(212,211,209)
#D8D7D6
(216,215,214)
#DCDBDB
(220,219,219)
#E0DFE0
(224,223,224)
#E4E3E5
(228,227,229)
#E8E7EA
(232,231,234)
#ECEBEF
(236,235,239)
#F0EFF4
(240,239,244)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCCBC7 color. Also use rgb(204,203,199) instead hex code.

Text Font Color

.myTextColor { color: #CCCBC7; }

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

This text font color is #CCCBC7.

Background Color

.myBgColor { background-color: #CCCBC7; }

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

This div background color is #CCCBC7.

Border color

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

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

This div border color is #CCCBC7.

Opacity

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

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

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

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

This text has shadow with #CCCBC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCBC7.

Preview

Color preview on black background

This text has color #CCCBC7 on black background.


Color preview on white background

This text has color #CCCBC7 on white background.


Black color preview on #CCCBC7 background

This text has black color on #CCCBC7 background.


White color preview on #CCCBC7 background

This text has white color on #CCCBC7 background.


Related colors

Complementary color

Complementary color for #hex is #333438.


I love getcolorcode.com

Triadic colors

1 #C7CCCB and #CBC7CC with #CCCBC7 are triadic colors.

2 #C7CBCC and #CBCCC7 with #CCCBC7 are triadic colors.