COLOR #CCC2B5

HEX: #CCC2B5
RGB: (204,194,181)

Color info

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

RGB color model

#CCC2B5 color RGB value is (204,194,181).

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

RGB channels and saturation

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

204
194
181

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

Portions of RGB colors in percentages

R + G + B =
204 + 194 + 181 = 579 (100%)
R 204 of 579 ~ 35.23%
G 194 of 579 ~ 33.51%
B 181 of 579 ~ 31.26%

%35.23
%33.51
%31.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.90%
  • 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
%4.9
%11.27
%20

Codes

Color #CCC2B5 in popluar color models

CCC2B5
RGB204194181
HSL34°18.40%75.49%
HSB/HSV34°11.27%80.00%
CMYK0.00%4.90%11.27%
20.00%

Color #CCC2B5 in popluar number systems.

HEXCCC2B5
Decimal204194181
Binary110011001100001010110101
Octal314302265

Shades and tints

Shades of #CCC2B5

#CCC2B5
(204,194,181)
#BAB1A5
(186,177,165)
#A8A095
(168,160,149)
#968F85
(150,143,133)
#847E75
(132,126,117)
#726D65
(114,109,101)
#605C55
(96,92,85)
#4E4B45
(78,75,69)
#3C3A35
(60,58,53)
#2A2925
(42,41,37)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #CCC2B5

#CCC2B5
(204,194,181)
#D0C7BB
(208,199,187)
#D4CCC1
(212,204,193)
#D8D1C7
(216,209,199)
#DCD6CD
(220,214,205)
#E0DBD3
(224,219,211)
#E4E0D9
(228,224,217)
#E8E5DF
(232,229,223)
#ECEAE5
(236,234,229)
#F0EFEB
(240,239,235)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC2B5; }

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

This text font color is #CCC2B5.


Background Color

.myBgColor { background-color: #CCC2B5; }

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

This div background color is #CCC2B5.


Border color

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

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

This div border color is #CCC2B5.


Opacity

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

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

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

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

This text has shadow with #CCC2B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC2B5 on black background.


Color preview on white background

This text has color #CCC2B5 on white background.



Black color preview on #CCC2B5 background

This text has black color on #CCC2B5 background.


White color preview on #CCC2B5 background

This text has white color on #CCC2B5 background.