COLOR #CCB7B7

HEX: #CCB7B7
RGB: (204,183,183)

Color info

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

RGB color model

#CCB7B7 color RGB value is (204,183,183).

  • red value is 204;
  • green value is 183;
  • blue value is 183.
RGB:
(204,183,183)
(80%,72%,72%)

RGB channels and saturation

R 204 of 255 = 80%
G 183 of 255 = 72%
B 183 of 255 = 72%

204
183
183

R + G + B ~ 75%. #CCB7B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 183 + 183 = 570 (100%)
R 204 of 570 ~ 35.79%
G 183 of 570 ~ 32.11%
B 183 of 570 ~ 32.11%

%35.79
%32.11
%32.11

CMYK color model

#CCB7B7 color CMYK value is (0,10,10,20).

  • cyan value is 0.00%
  • magenta value is 10.29%
  • yellow value is 10.29%
  • key color value is 20.00%
CMYK:
(0,10,10,20)
C0M10Y10K20 
(0%,10%,10%,20%)
(0.00/0.10/0.10/0.20)	

CMYK percentages

%0
%10.29
%10.29
%20

Codes

Color #CCB7B7 in popluar color models

CCB7B7
RGB204183183
HSL17.07%75.88%
HSB/HSV10.29%80.00%
CMYK0.00%10.29%10.29%
20.00%

Color #CCB7B7 in popluar number systems.

HEXCCB7B7
Decimal204183183
Binary110011001011011110110111
Octal314267267

Shades and tints

Shades of #CCB7B7

#CCB7B7
(204,183,183)
#BAA7A7
(186,167,167)
#A89797
(168,151,151)
#968787
(150,135,135)
#847777
(132,119,119)
#726767
(114,103,103)
#605757
(96,87,87)
#4E4747
(78,71,71)
#3C3737
(60,55,55)
#2A2727
(42,39,39)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #CCB7B7

#CCB7B7
(204,183,183)
#D0BDBD
(208,189,189)
#D4C3C3
(212,195,195)
#D8C9C9
(216,201,201)
#DCCFCF
(220,207,207)
#E0D5D5
(224,213,213)
#E4DBDB
(228,219,219)
#E8E1E1
(232,225,225)
#ECE7E7
(236,231,231)
#F0EDED
(240,237,237)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB7B7; }

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

This text font color is #CCB7B7.


Background Color

.myBgColor { background-color: #CCB7B7; }

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

This div background color is #CCB7B7.


Border color

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

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

This div border color is #CCB7B7.


Opacity

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

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

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

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

This text has shadow with #CCB7B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB7B7 on black background.


Color preview on white background

This text has color #CCB7B7 on white background.



Black color preview on #CCB7B7 background

This text has black color on #CCB7B7 background.


White color preview on #CCB7B7 background

This text has white color on #CCB7B7 background.