COLOR #CCB4B1

HEX: #CCB4B1
RGB: (204,180,177)

Color info

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

RGB color model

#CCB4B1 color RGB value is (204,180,177).

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

RGB channels and saturation

R 204 of 255 = 80%
G 180 of 255 = 71%
B 177 of 255 = 69%

204
180
177

R + G + B ~ 73%. #CCB4B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 180 + 177 = 561 (100%)
R 204 of 561 ~ 36.36%
G 180 of 561 ~ 32.09%
B 177 of 561 ~ 31.55%

%36.36
%32.09
%31.55

CMYK color model

#CCB4B1 color CMYK value is (0,12,13,20).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 13.24%
  • key color value is 20.00%
CMYK:
(0,12,13,20)
C0M12Y13K20 
(0%,12%,13%,20%)
(0.00/0.12/0.13/0.20)	

CMYK percentages

%0
%11.76
%13.24
%20

Codes

Color #CCB4B1 in popluar color models

CCB4B1
RGB204180177
HSL20.93%74.71%
HSB/HSV13.24%80.00%
CMYK0.00%11.76%13.24%
20.00%

Color #CCB4B1 in popluar number systems.

HEXCCB4B1
Decimal204180177
Binary110011001011010010110001
Octal314264261

Shades and tints

Shades of #CCB4B1

#CCB4B1
(204,180,177)
#BAA4A1
(186,164,161)
#A89491
(168,148,145)
#968481
(150,132,129)
#847471
(132,116,113)
#726461
(114,100,97)
#605451
(96,84,81)
#4E4441
(78,68,65)
#3C3431
(60,52,49)
#2A2421
(42,36,33)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #CCB4B1

#CCB4B1
(204,180,177)
#D0BAB8
(208,186,184)
#D4C0BF
(212,192,191)
#D8C6C6
(216,198,198)
#DCCCCD
(220,204,205)
#E0D2D4
(224,210,212)
#E4D8DB
(228,216,219)
#E8DEE2
(232,222,226)
#ECE4E9
(236,228,233)
#F0EAF0
(240,234,240)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB4B1; }

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

This text font color is #CCB4B1.


Background Color

.myBgColor { background-color: #CCB4B1; }

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

This div background color is #CCB4B1.


Border color

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

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

This div border color is #CCB4B1.


Opacity

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

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

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

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

This text has shadow with #CCB4B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB4B1 on black background.


Color preview on white background

This text has color #CCB4B1 on white background.



Black color preview on #CCB4B1 background

This text has black color on #CCB4B1 background.


White color preview on #CCB4B1 background

This text has white color on #CCB4B1 background.