COLOR #C5ACB8

HEX: #C5ACB8
RGB: (197,172,184)

Color info

#C5ACB8 contains red, green and blue colors in about the same proportion. Web safe color of #C5ACB8 is #CC99CC (or #C9C).

RGB color model

#C5ACB8 color RGB value is (197,172,184).

  • red value is 197;
  • green value is 172;
  • blue value is 184.
RGB:
(197,172,184)
(77%,67%,72%)

RGB channels and saturation

R 197 of 255 = 77%
G 172 of 255 = 67%
B 184 of 255 = 72%

197
172
184

R + G + B ~ 72%. #C5ACB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 172 + 184 = 553 (100%)
R 197 of 553 ~ 35.62%
G 172 of 553 ~ 31.1%
B 184 of 553 ~ 33.27%

%35.62
%31.1
%33.27

CMYK color model

#C5ACB8 color CMYK value is (0,13,7,23).

  • cyan value is 0.00%
  • magenta value is 12.69%
  • yellow value is 6.60%
  • key color value is 22.75%
CMYK:
(0,13,7,23)
C0M13Y7K23 
(0%,13%,7%,23%)
(0.00/0.13/0.07/0.23)	

CMYK percentages

%0
%12.69
%6.6
%22.75

Codes

Color #C5ACB8 in popluar color models

C5ACB8
RGB197172184
HSL331°17.73%72.35%
HSB/HSV331°12.69%77.25%
CMYK0.00%12.69%6.60%
22.75%

Color #C5ACB8 in popluar number systems.

HEXC5ACB8
Decimal197172184
Binary110001011010110010111000
Octal305254270

Shades and tints

Shades of #C5ACB8

#C5ACB8
(197,172,184)
#B49DA8
(180,157,168)
#A38E98
(163,142,152)
#927F88
(146,127,136)
#817078
(129,112,120)
#706168
(112,97,104)
#5F5258
(95,82,88)
#4E4348
(78,67,72)
#3D3438
(61,52,56)
#2C2528
(44,37,40)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #C5ACB8

#C5ACB8
(197,172,184)
#CAB3BE
(202,179,190)
#CFBAC4
(207,186,196)
#D4C1CA
(212,193,202)
#D9C8D0
(217,200,208)
#DECFD6
(222,207,214)
#E3D6DC
(227,214,220)
#E8DDE2
(232,221,226)
#EDE4E8
(237,228,232)
#F2EBEE
(242,235,238)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5ACB8 color. Also use rgb(197,172,184) instead hex code.

Text Font Color

.myTextColor { color: #C5ACB8; }

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

This text font color is #C5ACB8.


Background Color

.myBgColor { background-color: #C5ACB8; }

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

This div background color is #C5ACB8.


Border color

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

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

This div border color is #C5ACB8.


Opacity

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

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

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

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

This text has shadow with #C5ACB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5ACB8 on black background.


Color preview on white background

This text has color #C5ACB8 on white background.



Black color preview on #C5ACB8 background

This text has black color on #C5ACB8 background.


White color preview on #C5ACB8 background

This text has white color on #C5ACB8 background.