COLOR #CCABAA

HEX: #CCABAA
RGB: (204,171,170)

Color info

#CCABAA contains red, green and blue colors in about the same proportion. Web safe color of #CCABAA is #CC9999 (or #C99).

RGB color model

#CCABAA color RGB value is (204,171,170).

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

RGB channels and saturation

R 204 of 255 = 80%
G 171 of 255 = 67%
B 170 of 255 = 67%

204
171
170

R + G + B ~ 71%. #CCABAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 171 + 170 = 545 (100%)
R 204 of 545 ~ 37.43%
G 171 of 545 ~ 31.38%
B 170 of 545 ~ 31.19%

%37.43
%31.38
%31.19

CMYK color model

#CCABAA color CMYK value is (0,16,17,20).

  • cyan value is 0.00%
  • magenta value is 16.18%
  • yellow value is 16.67%
  • key color value is 20.00%
CMYK:
(0,16,17,20)
C0M16Y17K20 
(0%,16%,17%,20%)
(0.00/0.16/0.17/0.20)	

CMYK percentages

%0
%16.18
%16.67
%20

Codes

Color #CCABAA in popluar color models

CCABAA
RGB204171170
HSL25.00%73.33%
HSB/HSV16.67%80.00%
CMYK0.00%16.18%16.67%
20.00%

Color #CCABAA in popluar number systems.

HEXCCABAA
Decimal204171170
Binary110011001010101110101010
Octal314253252

Shades and tints

Shades of #CCABAA

#CCABAA
(204,171,170)
#BA9C9B
(186,156,155)
#A88D8C
(168,141,140)
#967E7D
(150,126,125)
#846F6E
(132,111,110)
#72605F
(114,96,95)
#605150
(96,81,80)
#4E4241
(78,66,65)
#3C3332
(60,51,50)
#2A2423
(42,36,35)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #CCABAA

#CCABAA
(204,171,170)
#D0B2B1
(208,178,177)
#D4B9B8
(212,185,184)
#D8C0BF
(216,192,191)
#DCC7C6
(220,199,198)
#E0CECD
(224,206,205)
#E4D5D4
(228,213,212)
#E8DCDB
(232,220,219)
#ECE3E2
(236,227,226)
#F0EAE9
(240,234,233)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCABAA; }

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

This text font color is #CCABAA.


Background Color

.myBgColor { background-color: #CCABAA; }

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

This div background color is #CCABAA.


Border color

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

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

This div border color is #CCABAA.


Opacity

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

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

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

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

This text has shadow with #CCABAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCABAA on black background.


Color preview on white background

This text has color #CCABAA on white background.



Black color preview on #CCABAA background

This text has black color on #CCABAA background.


White color preview on #CCABAA background

This text has white color on #CCABAA background.