COLOR #CCBAC7

HEX: #CCBAC7
RGB: (204,186,199)

Color info

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

RGB color model

#CCBAC7 color RGB value is (204,186,199).

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

RGB channels and saturation

R 204 of 255 = 80%
G 186 of 255 = 73%
B 199 of 255 = 78%

204
186
199

R + G + B ~ 77%. #CCBAC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 186 + 199 = 589 (100%)
R 204 of 589 ~ 34.63%
G 186 of 589 ~ 31.58%
B 199 of 589 ~ 33.79%

%34.63
%31.58
%33.79

CMYK color model

#CCBAC7 color CMYK value is (0,9,2,20).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 2.45%
  • key color value is 20.00%
CMYK:
(0,9,2,20)
C0M9Y2K20 
(0%,9%,2%,20%)
(0.00/0.09/0.02/0.20)	

CMYK percentages

%0
%8.82
%2.45
%20

Codes

Color #CCBAC7 in popluar color models

CCBAC7
RGB204186199
HSL317°15.00%76.47%
HSB/HSV317°8.82%80.00%
CMYK0.00%8.82%2.45%
20.00%

Color #CCBAC7 in popluar number systems.

HEXCCBAC7
Decimal204186199
Binary110011001011101011000111
Octal314272307

Shades and tints

Shades of #CCBAC7

#CCBAC7
(204,186,199)
#BAAAB5
(186,170,181)
#A89AA3
(168,154,163)
#968A91
(150,138,145)
#847A7F
(132,122,127)
#726A6D
(114,106,109)
#605A5B
(96,90,91)
#4E4A49
(78,74,73)
#3C3A37
(60,58,55)
#2A2A25
(42,42,37)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #CCBAC7

#CCBAC7
(204,186,199)
#D0C0CC
(208,192,204)
#D4C6D1
(212,198,209)
#D8CCD6
(216,204,214)
#DCD2DB
(220,210,219)
#E0D8E0
(224,216,224)
#E4DEE5
(228,222,229)
#E8E4EA
(232,228,234)
#ECEAEF
(236,234,239)
#F0F0F4
(240,240,244)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBAC7; }

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

This text font color is #CCBAC7.


Background Color

.myBgColor { background-color: #CCBAC7; }

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

This div background color is #CCBAC7.


Border color

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

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

This div border color is #CCBAC7.


Opacity

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

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

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

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

This text has shadow with #CCBAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCBAC7 on black background.


Color preview on white background

This text has color #CCBAC7 on white background.



Black color preview on #CCBAC7 background

This text has black color on #CCBAC7 background.


White color preview on #CCBAC7 background

This text has white color on #CCBAC7 background.