COLOR #CCBAC1

HEX: #CCBAC1
RGB: (204,186,193)

Color info

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

RGB color model

#CCBAC1 color RGB value is (204,186,193).

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

RGB channels and saturation

R 204 of 255 = 80%
G 186 of 255 = 73%
B 193 of 255 = 76%

204
186
193

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

Portions of RGB colors in percentages

R + G + B =
204 + 186 + 193 = 583 (100%)
R 204 of 583 ~ 34.99%
G 186 of 583 ~ 31.9%
B 193 of 583 ~ 33.1%

%34.99
%31.9
%33.1

CMYK color model

#CCBAC1 color CMYK value is (0,9,5,20).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 5.39%
  • key color value is 20.00%
CMYK:
(0,9,5,20)
C0M9Y5K20 
(0%,9%,5%,20%)
(0.00/0.09/0.05/0.20)	

CMYK percentages

%0
%8.82
%5.39
%20

Codes

Color #CCBAC1 in popluar color models

CCBAC1
RGB204186193
HSL337°15.00%76.47%
HSB/HSV337°8.82%80.00%
CMYK0.00%8.82%5.39%
20.00%

Color #CCBAC1 in popluar number systems.

HEXCCBAC1
Decimal204186193
Binary110011001011101011000001
Octal314272301

Shades and tints

Shades of #CCBAC1

#CCBAC1
(204,186,193)
#BAAAB0
(186,170,176)
#A89A9F
(168,154,159)
#968A8E
(150,138,142)
#847A7D
(132,122,125)
#726A6C
(114,106,108)
#605A5B
(96,90,91)
#4E4A4A
(78,74,74)
#3C3A39
(60,58,57)
#2A2A28
(42,42,40)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #CCBAC1

#CCBAC1
(204,186,193)
#D0C0C6
(208,192,198)
#D4C6CB
(212,198,203)
#D8CCD0
(216,204,208)
#DCD2D5
(220,210,213)
#E0D8DA
(224,216,218)
#E4DEDF
(228,222,223)
#E8E4E4
(232,228,228)
#ECEAE9
(236,234,233)
#F0F0EE
(240,240,238)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBAC1; }

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

This text font color is #CCBAC1.


Background Color

.myBgColor { background-color: #CCBAC1; }

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

This div background color is #CCBAC1.


Border color

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

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

This div border color is #CCBAC1.


Opacity

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

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

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

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

This text has shadow with #CCBAC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCBAC1 on black background.


Color preview on white background

This text has color #CCBAC1 on white background.



Black color preview on #CCBAC1 background

This text has black color on #CCBAC1 background.


White color preview on #CCBAC1 background

This text has white color on #CCBAC1 background.