COLOR #CCABB9

HEX: #CCABB9 RGB: (204,171,185)

Color info

#CCABB9 contains red, green and blue colors in about the same proportion. Web safe color of #CCABB9 is #CC99CC (or #C9C).

RGB color model

#CCABB9 color RGB value is (204,171,185).

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

RGB channels and saturation

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

204
171
185

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

Portions of RGB colors in percentages

R + G + B = 204 + 171 + 185 = 560 (100%)
R 204 of 560 ~ 36.43%
G 171 of 560 ~ 30.54%
B 185 of 560 ~ 33.04'%

%36.43
%30.54
%33.04

CMYK color model

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

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

CMYK: (0,16,9,20)
C0M16Y9K20 (0%, 16%, 9%, 20%)
(0.00 / 0.16 / 0.09 / 0.20)

CMYK percentages

%0
%16.18
%9.31
%20

Codes

Color #CCABB9 in popluar color models

CC AB B9
RGB 204 171 185
HSL 335° 24.44% 73.53%
HSB/HSV 335° 16.18% 80.00%
CMYK 0.00% 16.18% 9.31%
20.00%

Color #CCABB9 in popluar number systems.

HEX CC AB B9
Decimal 204 171 185
Binary 11001100 10101011 10111001
Octal 314 253 271

Shades and tints

Shades of #CCABB9

#CCABB9
(204,171,185)
#BA9CA9
(186,156,169)
#A88D99
(168,141,153)
#967E89
(150,126,137)
#846F79
(132,111,121)
#726069
(114,96,105)
#605159
(96,81,89)
#4E4249
(78,66,73)
#3C3339
(60,51,57)
#2A2429
(42,36,41)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #CCABB9

#CCABB9
(204,171,185)
#D0B2BF
(208,178,191)
#D4B9C5
(212,185,197)
#D8C0CB
(216,192,203)
#DCC7D1
(220,199,209)
#E0CED7
(224,206,215)
#E4D5DD
(228,213,221)
#E8DCE3
(232,220,227)
#ECE3E9
(236,227,233)
#F0EAEF
(240,234,239)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCABB9; }

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

This text font color is #CCABB9.

Background Color

.myBgColor { background-color: #CCABB9; }

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

This div background color is #CCABB9.

Border color

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

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

This div border color is #CCABB9.

Opacity

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

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

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

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

This text has shadow with #CCABB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCABB9.

Preview

Color preview on black background

This text has color #CCABB9 on black background.


Color preview on white background

This text has color #CCABB9 on white background.


Black color preview on #CCABB9 background

This text has black color on #CCABB9 background.


White color preview on #CCABB9 background

This text has white color on #CCABB9 background.


Related colors

Complementary color

Complementary color for #hex is #335446.


I love getcolorcode.com

Triadic colors

1 #B9CCAB and #ABB9CC with #CCABB9 are triadic colors.

2 #B9ABCC and #ABCCB9 with #CCABB9 are triadic colors.