COLOR #CCBAAB

HEX: #CCBAAB
RGB: (204,186,171)

Color info

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

RGB color model

#CCBAAB color RGB value is (204,186,171).

  • red value is 204;
  • green value is 186;
  • blue value is 171.
RGB:
(204,186,171)
(80%,73%,67%)

RGB channels and saturation

R 204 of 255 = 80%
G 186 of 255 = 73%
B 171 of 255 = 67%

204
186
171

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

Portions of RGB colors in percentages

R + G + B =
204 + 186 + 171 = 561 (100%)
R 204 of 561 ~ 36.36%
G 186 of 561 ~ 33.16%
B 171 of 561 ~ 30.48%

%36.36
%33.16
%30.48

CMYK color model

#CCBAAB color CMYK value is (0,9,16,20).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 16.18%
  • key color value is 20.00%
CMYK:
(0,9,16,20)
C0M9Y16K20 
(0%,9%,16%,20%)
(0.00/0.09/0.16/0.20)	

CMYK percentages

%0
%8.82
%16.18
%20

Codes

Color #CCBAAB in popluar color models

CCBAAB
RGB204186171
HSL27°24.44%73.53%
HSB/HSV27°16.18%80.00%
CMYK0.00%8.82%16.18%
20.00%

Color #CCBAAB in popluar number systems.

HEXCCBAAB
Decimal204186171
Binary110011001011101010101011
Octal314272253

Shades and tints

Shades of #CCBAAB

#CCBAAB
(204,186,171)
#BAAA9C
(186,170,156)
#A89A8D
(168,154,141)
#968A7E
(150,138,126)
#847A6F
(132,122,111)
#726A60
(114,106,96)
#605A51
(96,90,81)
#4E4A42
(78,74,66)
#3C3A33
(60,58,51)
#2A2A24
(42,42,36)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #CCBAAB

#CCBAAB
(204,186,171)
#D0C0B2
(208,192,178)
#D4C6B9
(212,198,185)
#D8CCC0
(216,204,192)
#DCD2C7
(220,210,199)
#E0D8CE
(224,216,206)
#E4DED5
(228,222,213)
#E8E4DC
(232,228,220)
#ECEAE3
(236,234,227)
#F0F0EA
(240,240,234)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBAAB; }

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

This text font color is #CCBAAB.


Background Color

.myBgColor { background-color: #CCBAAB; }

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

This div background color is #CCBAAB.


Border color

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

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

This div border color is #CCBAAB.


Opacity

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

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

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

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

This text has shadow with #CCBAAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCBAAB on black background.


Color preview on white background

This text has color #CCBAAB on white background.



Black color preview on #CCBAAB background

This text has black color on #CCBAAB background.


White color preview on #CCBAAB background

This text has white color on #CCBAAB background.