COLOR #CCCABC

HEX: #CCCABC
RGB: (204,202,188)

Color info

#CCCABC contains red, green and blue colors in about the same proportion. Web safe color of #CCCABC is #CCCCCC (or #CCC).

RGB color model

#CCCABC color RGB value is (204,202,188).

  • red value is 204;
  • green value is 202;
  • blue value is 188.
RGB:
(204,202,188)
(80%,79%,74%)

RGB channels and saturation

R 204 of 255 = 80%
G 202 of 255 = 79%
B 188 of 255 = 74%

204
202
188

R + G + B ~ 78%. #CCCABC is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 202 + 188 = 594 (100%)
R 204 of 594 ~ 34.34%
G 202 of 594 ~ 34.01%
B 188 of 594 ~ 31.65%

%34.34
%34.01
%31.65

CMYK color model

#CCCABC color CMYK value is (0,1,8,20).

  • cyan value is 0.00%
  • magenta value is 0.98%
  • yellow value is 7.84%
  • key color value is 20.00%
CMYK:
(0,1,8,20)
C0M1Y8K20 
(0%,1%,8%,20%)
(0.00/0.01/0.08/0.20)	

CMYK percentages

%0
%0.98
%7.84
%20

Codes

Color #CCCABC in popluar color models

CCCABC
RGB204202188
HSL52°13.56%76.86%
HSB/HSV52°7.84%80.00%
CMYK0.00%0.98%7.84%
20.00%

Color #CCCABC in popluar number systems.

HEXCCCABC
Decimal204202188
Binary110011001100101010111100
Octal314312274

Shades and tints

Shades of #CCCABC

#CCCABC
(204,202,188)
#BAB8AB
(186,184,171)
#A8A69A
(168,166,154)
#969489
(150,148,137)
#848278
(132,130,120)
#727067
(114,112,103)
#605E56
(96,94,86)
#4E4C45
(78,76,69)
#3C3A34
(60,58,52)
#2A2823
(42,40,35)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #CCCABC

#CCCABC
(204,202,188)
#D0CEC2
(208,206,194)
#D4D2C8
(212,210,200)
#D8D6CE
(216,214,206)
#DCDAD4
(220,218,212)
#E0DEDA
(224,222,218)
#E4E2E0
(228,226,224)
#E8E6E6
(232,230,230)
#ECEAEC
(236,234,236)
#F0EEF2
(240,238,242)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCABC; }

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

This text font color is #CCCABC.


Background Color

.myBgColor { background-color: #CCCABC; }

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

This div background color is #CCCABC.


Border color

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

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

This div border color is #CCCABC.


Opacity

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

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

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

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

This text has shadow with #CCCABC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCABC on black background.


Color preview on white background

This text has color #CCCABC on white background.



Black color preview on #CCCABC background

This text has black color on #CCCABC background.


White color preview on #CCCABC background

This text has white color on #CCCABC background.