COLOR #C5BACC

HEX: #C5BACC
RGB: (197,186,204)

Color info

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

RGB color model

#C5BACC color RGB value is (197,186,204).

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

RGB channels and saturation

R 197 of 255 = 77%
G 186 of 255 = 73%
B 204 of 255 = 80%

197
186
204

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

Portions of RGB colors in percentages

R + G + B =
197 + 186 + 204 = 587 (100%)
R 197 of 587 ~ 33.56%
G 186 of 587 ~ 31.69%
B 204 of 587 ~ 34.75%

%33.56
%31.69
%34.75

CMYK color model

#C5BACC color CMYK value is (3,9,0,20).

  • cyan value is 3.43%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(3,9,0,20)
C3M9Y0K20 
(3%,9%,0%,20%)
(0.03/0.09/0.00/0.20)	

CMYK percentages

%3.43
%8.82
%0
%20

Codes

Color #C5BACC in popluar color models

C5BACC
RGB197186204
HSL277°15.00%76.47%
HSB/HSV277°8.82%80.00%
CMYK3.43%8.82%0.00%
20.00%

Color #C5BACC in popluar number systems.

HEXC5BACC
Decimal197186204
Binary110001011011101011001100
Octal305272314

Shades and tints

Shades of #C5BACC

#C5BACC
(197,186,204)
#B4AABA
(180,170,186)
#A39AA8
(163,154,168)
#928A96
(146,138,150)
#817A84
(129,122,132)
#706A72
(112,106,114)
#5F5A60
(95,90,96)
#4E4A4E
(78,74,78)
#3D3A3C
(61,58,60)
#2C2A2A
(44,42,42)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #C5BACC

#C5BACC
(197,186,204)
#CAC0D0
(202,192,208)
#CFC6D4
(207,198,212)
#D4CCD8
(212,204,216)
#D9D2DC
(217,210,220)
#DED8E0
(222,216,224)
#E3DEE4
(227,222,228)
#E8E4E8
(232,228,232)
#EDEAEC
(237,234,236)
#F2F0F0
(242,240,240)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BACC; }

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

This text font color is #C5BACC.


Background Color

.myBgColor { background-color: #C5BACC; }

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

This div background color is #C5BACC.


Border color

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

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

This div border color is #C5BACC.


Opacity

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

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

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

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

This text has shadow with #C5BACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BACC on black background.


Color preview on white background

This text has color #C5BACC on white background.



Black color preview on #C5BACC background

This text has black color on #C5BACC background.


White color preview on #C5BACC background

This text has white color on #C5BACC background.