COLOR #CCC3B1

HEX: #CCC3B1
RGB: (204,195,177)

Color info

#CCC3B1 contains red, green and blue colors in about the same proportion. Web safe color of #CCC3B1 is #CCCC99 (or #CC9).

RGB color model

#CCC3B1 color RGB value is (204,195,177).

  • red value is 204;
  • green value is 195;
  • blue value is 177.
RGB:
(204,195,177)
(80%,76%,69%)

RGB channels and saturation

R 204 of 255 = 80%
G 195 of 255 = 76%
B 177 of 255 = 69%

204
195
177

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

Portions of RGB colors in percentages

R + G + B =
204 + 195 + 177 = 576 (100%)
R 204 of 576 ~ 35.42%
G 195 of 576 ~ 33.85%
B 177 of 576 ~ 30.73%

%35.42
%33.85
%30.73

CMYK color model

#CCC3B1 color CMYK value is (0,4,13,20).

  • cyan value is 0.00%
  • magenta value is 4.41%
  • yellow value is 13.24%
  • key color value is 20.00%
CMYK:
(0,4,13,20)
C0M4Y13K20 
(0%,4%,13%,20%)
(0.00/0.04/0.13/0.20)	

CMYK percentages

%0
%4.41
%13.24
%20

Codes

Color #CCC3B1 in popluar color models

CCC3B1
RGB204195177
HSL40°20.93%74.71%
HSB/HSV40°13.24%80.00%
CMYK0.00%4.41%13.24%
20.00%

Color #CCC3B1 in popluar number systems.

HEXCCC3B1
Decimal204195177
Binary110011001100001110110001
Octal314303261

Shades and tints

Shades of #CCC3B1

#CCC3B1
(204,195,177)
#BAB2A1
(186,178,161)
#A8A191
(168,161,145)
#969081
(150,144,129)
#847F71
(132,127,113)
#726E61
(114,110,97)
#605D51
(96,93,81)
#4E4C41
(78,76,65)
#3C3B31
(60,59,49)
#2A2A21
(42,42,33)
#181911
(24,25,17)
#000000
(0,0,0)

Tints of #CCC3B1

#CCC3B1
(204,195,177)
#D0C8B8
(208,200,184)
#D4CDBF
(212,205,191)
#D8D2C6
(216,210,198)
#DCD7CD
(220,215,205)
#E0DCD4
(224,220,212)
#E4E1DB
(228,225,219)
#E8E6E2
(232,230,226)
#ECEBE9
(236,235,233)
#F0F0F0
(240,240,240)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC3B1; }

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

This text font color is #CCC3B1.


Background Color

.myBgColor { background-color: #CCC3B1; }

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

This div background color is #CCC3B1.


Border color

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

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

This div border color is #CCC3B1.


Opacity

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

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

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

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

This text has shadow with #CCC3B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC3B1 on black background.


Color preview on white background

This text has color #CCC3B1 on white background.



Black color preview on #CCC3B1 background

This text has black color on #CCC3B1 background.


White color preview on #CCC3B1 background

This text has white color on #CCC3B1 background.