COLOR #C5ACBB

HEX: #C5ACBB RGB: (197,172,187)

Color info

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

RGB color model

#C5ACBB color RGB value is (197,172,187).

RGB: (197,172,187) (77%, 67%, 73%)

RGB channels and saturation

R 197 of 255 = 77%
G 172 of 255 = 67%
B 187 of 255 = 73%

197
172
187

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

Portions of RGB colors in percentages

R + G + B = 197 + 172 + 187 = 556 (100%)
R 197 of 556 ~ 35.43%
G 172 of 556 ~ 30.94%
B 187 of 556 ~ 33.63'%

%35.43
%30.94
%33.63

CMYK color model

#C5ACBB color CMYK value is (0,13,5,23).

  • cyan value is 0.00%
  • magenta value is 12.69%
  • yellow value is 5.08%
  • key color value is 22.75%

CMYK: (0,13,5,23)
C0M13Y5K23 (0%, 13%, 5%, 23%)
(0.00 / 0.13 / 0.05 / 0.23)

CMYK percentages

%0
%12.69
%5.08
%22.75

Codes

Color #C5ACBB in popluar color models

C5 AC BB
RGB 197 172 187
HSL 324° 17.73% 72.35%
HSB/HSV 324° 12.69% 77.25%
CMYK 0.00% 12.69% 5.08%
22.75%

Color #C5ACBB in popluar number systems.

HEX C5 AC BB
Decimal 197 172 187
Binary 11000101 10101100 10111011
Octal 305 254 273

Shades and tints

Shades of #C5ACBB

#C5ACBB
(197,172,187)
#B49DAA
(180,157,170)
#A38E99
(163,142,153)
#927F88
(146,127,136)
#817077
(129,112,119)
#706166
(112,97,102)
#5F5255
(95,82,85)
#4E4344
(78,67,68)
#3D3433
(61,52,51)
#2C2522
(44,37,34)
#1B1611
(27,22,17)
#000000
(0,0,0)

Tints of #C5ACBB

#C5ACBB
(197,172,187)
#CAB3C1
(202,179,193)
#CFBAC7
(207,186,199)
#D4C1CD
(212,193,205)
#D9C8D3
(217,200,211)
#DECFD9
(222,207,217)
#E3D6DF
(227,214,223)
#E8DDE5
(232,221,229)
#EDE4EB
(237,228,235)
#F2EBF1
(242,235,241)
#F7F2F7
(247,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ACBB; }

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

This text font color is #C5ACBB.

Background Color

.myBgColor { background-color: #C5ACBB; }

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

This div background color is #C5ACBB.

Border color

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

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

This div border color is #C5ACBB.

Opacity

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

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

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

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

This text has shadow with #C5ACBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5ACBB.

Preview

Color preview on black background

This text has color #C5ACBB on black background.


Color preview on white background

This text has color #C5ACBB on white background.


Black color preview on #C5ACBB background

This text has black color on #C5ACBB background.


White color preview on #C5ACBB background

This text has white color on #C5ACBB background.


Related colors

Complementary color

Complementary color for #hex is #3A5344.


I love getcolorcode.com

Triadic colors

1 #BBC5AC and #ACBBC5 with #C5ACBB are triadic colors.

2 #BBACC5 and #ACC5BB with #C5ACBB are triadic colors.