COLOR #CCABAB

HEX: #CCABAB RGB: (204,171,171)

Color info

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

RGB color model

#CCABAB color RGB value is (204,171,171).

RGB: (204,171,171) (80%, 67%, 67%)

RGB channels and saturation

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

204
171
171

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

Portions of RGB colors in percentages

R + G + B = 204 + 171 + 171 = 546 (100%)
R 204 of 546 ~ 37.36%
G 171 of 546 ~ 31.32%
B 171 of 546 ~ 31.32'%

%37.36
%31.32
%31.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.18%
  • yellow value is 16.18%
  • key color value is 20.00%

CMYK: (0,16,16,20)
C0M16Y16K20 (0%, 16%, 16%, 20%)
(0.00 / 0.16 / 0.16 / 0.20)

CMYK percentages

%0
%16.18
%16.18
%20

Codes

Color #CCABAB in popluar color models

CC AB AB
RGB 204 171 171
HSL 24.44% 73.53%
HSB/HSV 16.18% 80.00%
CMYK 0.00% 16.18% 16.18%
20.00%

Color #CCABAB in popluar number systems.

HEX CC AB AB
Decimal 204 171 171
Binary 11001100 10101011 10101011
Octal 314 253 253

Shades and tints

Shades of #CCABAB

#CCABAB
(204,171,171)
#BA9C9C
(186,156,156)
#A88D8D
(168,141,141)
#967E7E
(150,126,126)
#846F6F
(132,111,111)
#726060
(114,96,96)
#605151
(96,81,81)
#4E4242
(78,66,66)
#3C3333
(60,51,51)
#2A2424
(42,36,36)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #CCABAB

#CCABAB
(204,171,171)
#D0B2B2
(208,178,178)
#D4B9B9
(212,185,185)
#D8C0C0
(216,192,192)
#DCC7C7
(220,199,199)
#E0CECE
(224,206,206)
#E4D5D5
(228,213,213)
#E8DCDC
(232,220,220)
#ECE3E3
(236,227,227)
#F0EAEA
(240,234,234)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCABAB; }

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

This text font color is #CCABAB.

Background Color

.myBgColor { background-color: #CCABAB; }

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

This div background color is #CCABAB.

Border color

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

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

This div border color is #CCABAB.

Opacity

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

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

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

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

This text has shadow with #CCABAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCABAB.

Preview

Color preview on black background

This text has color #CCABAB on black background.


Color preview on white background

This text has color #CCABAB on white background.


Black color preview on #CCABAB background

This text has black color on #CCABAB background.


White color preview on #CCABAB background

This text has white color on #CCABAB background.


Related colors

Complementary color

Complementary color for #hex is #335454.


I love getcolorcode.com