COLOR #CCCAB1

HEX: #CCCAB1 RGB: (204,202,177)

Color info

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

RGB color model

#CCCAB1 color RGB value is (204,202,177).

RGB: (204,202,177) (80%, 79%, 69%)

RGB channels and saturation

R 204 of 255 = 80%
G 202 of 255 = 79%
B 177 of 255 = 69%

204
202
177

R + G + B ~ 76%. #CCCAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 202 + 177 = 583 (100%)
R 204 of 583 ~ 34.99%
G 202 of 583 ~ 34.65%
B 177 of 583 ~ 30.36'%

%34.99
%34.65
%30.36

CMYK color model

#CCCAB1 color CMYK value is (0,1,13,20).

  • cyan value is 0.00%
  • magenta value is 0.98%
  • yellow value is 13.24%
  • key color value is 20.00%

CMYK: (0,1,13,20)
C0M1Y13K20 (0%, 1%, 13%, 20%)
(0.00 / 0.01 / 0.13 / 0.20)

CMYK percentages

%0
%0.98
%13.24
%20

Codes

Color #CCCAB1 in popluar color models

CC CA B1
RGB 204 202 177
HSL 56° 20.93% 74.71%
HSB/HSV 56° 13.24% 80.00%
CMYK 0.00% 0.98% 13.24%
20.00%

Color #CCCAB1 in popluar number systems.

HEX CC CA B1
Decimal 204 202 177
Binary 11001100 11001010 10110001
Octal 314 312 261

Shades and tints

Shades of #CCCAB1

#CCCAB1
(204,202,177)
#BAB8A1
(186,184,161)
#A8A691
(168,166,145)
#969481
(150,148,129)
#848271
(132,130,113)
#727061
(114,112,97)
#605E51
(96,94,81)
#4E4C41
(78,76,65)
#3C3A31
(60,58,49)
#2A2821
(42,40,33)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #CCCAB1

#CCCAB1
(204,202,177)
#D0CEB8
(208,206,184)
#D4D2BF
(212,210,191)
#D8D6C6
(216,214,198)
#DCDACD
(220,218,205)
#E0DED4
(224,222,212)
#E4E2DB
(228,226,219)
#E8E6E2
(232,230,226)
#ECEAE9
(236,234,233)
#F0EEF0
(240,238,240)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCAB1; }

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

This text font color is #CCCAB1.

Background Color

.myBgColor { background-color: #CCCAB1; }

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

This div background color is #CCCAB1.

Border color

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

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

This div border color is #CCCAB1.

Opacity

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

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

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

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

This text has shadow with #CCCAB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCAB1.

Preview

Color preview on black background

This text has color #CCCAB1 on black background.


Color preview on white background

This text has color #CCCAB1 on white background.


Black color preview on #CCCAB1 background

This text has black color on #CCCAB1 background.


White color preview on #CCCAB1 background

This text has white color on #CCCAB1 background.


Related colors

Complementary color

Complementary color for #hex is #33354E.


I love getcolorcode.com

Triadic colors

1 #B1CCCA and #CAB1CC with #CCCAB1 are triadic colors.

2 #B1CACC and #CACCB1 with #CCCAB1 are triadic colors.