COLOR #CCBAB4

HEX: #CCBAB4
RGB: (204,186,180)

Color info

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

RGB color model

#CCBAB4 color RGB value is (204,186,180).

  • red value is 204;
  • green value is 186;
  • blue value is 180.
RGB:
(204,186,180)
(80%,73%,71%)

RGB channels and saturation

R 204 of 255 = 80%
G 186 of 255 = 73%
B 180 of 255 = 71%

204
186
180

R + G + B ~ 75%. #CCBAB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 186 + 180 = 570 (100%)
R 204 of 570 ~ 35.79%
G 186 of 570 ~ 32.63%
B 180 of 570 ~ 31.58%

%35.79
%32.63
%31.58

CMYK color model

#CCBAB4 color CMYK value is (0,9,12,20).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 11.76%
  • key color value is 20.00%
CMYK:
(0,9,12,20)
C0M9Y12K20 
(0%,9%,12%,20%)
(0.00/0.09/0.12/0.20)	

CMYK percentages

%0
%8.82
%11.76
%20

Codes

Color #CCBAB4 in popluar color models

CCBAB4
RGB204186180
HSL15°19.05%75.29%
HSB/HSV15°11.76%80.00%
CMYK0.00%8.82%11.76%
20.00%

Color #CCBAB4 in popluar number systems.

HEXCCBAB4
Decimal204186180
Binary110011001011101010110100
Octal314272264

Shades and tints

Shades of #CCBAB4

#CCBAB4
(204,186,180)
#BAAAA4
(186,170,164)
#A89A94
(168,154,148)
#968A84
(150,138,132)
#847A74
(132,122,116)
#726A64
(114,106,100)
#605A54
(96,90,84)
#4E4A44
(78,74,68)
#3C3A34
(60,58,52)
#2A2A24
(42,42,36)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #CCBAB4

#CCBAB4
(204,186,180)
#D0C0BA
(208,192,186)
#D4C6C0
(212,198,192)
#D8CCC6
(216,204,198)
#DCD2CC
(220,210,204)
#E0D8D2
(224,216,210)
#E4DED8
(228,222,216)
#E8E4DE
(232,228,222)
#ECEAE4
(236,234,228)
#F0F0EA
(240,240,234)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBAB4; }

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

This text font color is #CCBAB4.


Background Color

.myBgColor { background-color: #CCBAB4; }

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

This div background color is #CCBAB4.


Border color

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

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

This div border color is #CCBAB4.


Opacity

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

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

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

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

This text has shadow with #CCBAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCBAB4 on black background.


Color preview on white background

This text has color #CCBAB4 on white background.



Black color preview on #CCBAB4 background

This text has black color on #CCBAB4 background.


White color preview on #CCBAB4 background

This text has white color on #CCBAB4 background.