COLOR #CCC7CB

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

Color info

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

RGB color model

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

  • red value is 204;
  • green value is 199;
  • blue value is 203.
RGB:
(204,199,203)
(80%,78%,80%)

RGB channels and saturation

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

204
199
203

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

Portions of RGB colors in percentages

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

%33.66
%32.84
%33.5

CMYK color model

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

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

CMYK percentages

%0
%2.45
%0.49
%20

Codes

Color #CCC7CB in popluar color models

CCC7CB
RGB204199203
HSL312°4.67%79.02%
HSB/HSV312°2.45%80.00%
CMYK0.00%2.45%0.49%
20.00%

Color #CCC7CB in popluar number systems.

HEXCCC7CB
Decimal204199203
Binary110011001100011111001011
Octal314307313

Shades and tints

Shades of #CCC7CB

#CCC7CB
(204,199,203)
#BAB5B9
(186,181,185)
#A8A3A7
(168,163,167)
#969195
(150,145,149)
#847F83
(132,127,131)
#726D71
(114,109,113)
#605B5F
(96,91,95)
#4E494D
(78,73,77)
#3C373B
(60,55,59)
#2A2529
(42,37,41)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #CCC7CB

#CCC7CB
(204,199,203)
#D0CCCF
(208,204,207)
#D4D1D3
(212,209,211)
#D8D6D7
(216,214,215)
#DCDBDB
(220,219,219)
#E0E0DF
(224,224,223)
#E4E5E3
(228,229,227)
#E8EAE7
(232,234,231)
#ECEFEB
(236,239,235)
#F0F4EF
(240,244,239)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC7CB; }

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

This text font color is #CCC7CB.


Background Color

.myBgColor { background-color: #CCC7CB; }

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

This div background color is #CCC7CB.


Border color

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

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

This div border color is #CCC7CB.


Opacity

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

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

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

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

This text has shadow with #CCC7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC7CB on black background.


Color preview on white background

This text has color #CCC7CB on white background.



Black color preview on #CCC7CB background

This text has black color on #CCC7CB background.


White color preview on #CCC7CB background

This text has white color on #CCC7CB background.