COLOR #CCC1B5

HEX: #CCC1B5
RGB: (204,193,181)

Color info

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

RGB color model

#CCC1B5 color RGB value is (204,193,181).

  • red value is 204;
  • green value is 193;
  • blue value is 181.
RGB:
(204,193,181)
(80%,76%,71%)

RGB channels and saturation

R 204 of 255 = 80%
G 193 of 255 = 76%
B 181 of 255 = 71%

204
193
181

R + G + B ~ 76%. #CCC1B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 193 + 181 = 578 (100%)
R 204 of 578 ~ 35.29%
G 193 of 578 ~ 33.39%
B 181 of 578 ~ 31.31%

%35.29
%33.39
%31.31

CMYK color model

#CCC1B5 color CMYK value is (0,5,11,20).

  • cyan value is 0.00%
  • magenta value is 5.39%
  • yellow value is 11.27%
  • key color value is 20.00%
CMYK:
(0,5,11,20)
C0M5Y11K20 
(0%,5%,11%,20%)
(0.00/0.05/0.11/0.20)	

CMYK percentages

%0
%5.39
%11.27
%20

Codes

Color #CCC1B5 in popluar color models

CCC1B5
RGB204193181
HSL31°18.40%75.49%
HSB/HSV31°11.27%80.00%
CMYK0.00%5.39%11.27%
20.00%

Color #CCC1B5 in popluar number systems.

HEXCCC1B5
Decimal204193181
Binary110011001100000110110101
Octal314301265

Shades and tints

Shades of #CCC1B5

#CCC1B5
(204,193,181)
#BAB0A5
(186,176,165)
#A89F95
(168,159,149)
#968E85
(150,142,133)
#847D75
(132,125,117)
#726C65
(114,108,101)
#605B55
(96,91,85)
#4E4A45
(78,74,69)
#3C3935
(60,57,53)
#2A2825
(42,40,37)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #CCC1B5

#CCC1B5
(204,193,181)
#D0C6BB
(208,198,187)
#D4CBC1
(212,203,193)
#D8D0C7
(216,208,199)
#DCD5CD
(220,213,205)
#E0DAD3
(224,218,211)
#E4DFD9
(228,223,217)
#E8E4DF
(232,228,223)
#ECE9E5
(236,233,229)
#F0EEEB
(240,238,235)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC1B5; }

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

This text font color is #CCC1B5.


Background Color

.myBgColor { background-color: #CCC1B5; }

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

This div background color is #CCC1B5.


Border color

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

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

This div border color is #CCC1B5.


Opacity

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

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

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

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

This text has shadow with #CCC1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC1B5 on black background.


Color preview on white background

This text has color #CCC1B5 on white background.



Black color preview on #CCC1B5 background

This text has black color on #CCC1B5 background.


White color preview on #CCC1B5 background

This text has white color on #CCC1B5 background.