COLOR #C7ACB9

HEX: #C7ACB9 RGB: (199,172,185)

Color info

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

RGB color model

#C7ACB9 color RGB value is (199,172,185).

RGB: (199,172,185) (78%, 67%, 73%)

RGB channels and saturation

R 199 of 255 = 78%
G 172 of 255 = 67%
B 185 of 255 = 73%

199
172
185

R + G + B ~ 73%. #C7ACB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 172 + 185 = 556 (100%)
R 199 of 556 ~ 35.79%
G 172 of 556 ~ 30.94%
B 185 of 556 ~ 33.27'%

%35.79
%30.94
%33.27

CMYK color model

#C7ACB9 color CMYK value is (0,14,7,22).

  • cyan value is 0.00%
  • magenta value is 13.57%
  • yellow value is 7.04%
  • key color value is 21.96%

CMYK: (0,14,7,22)
C0M14Y7K22 (0%, 14%, 7%, 22%)
(0.00 / 0.14 / 0.07 / 0.22)

CMYK percentages

%0
%13.57
%7.04
%21.96

Codes

Color #C7ACB9 in popluar color models

C7 AC B9
RGB 199 172 185
HSL 331° 19.42% 72.75%
HSB/HSV 331° 13.57% 78.04%
CMYK 0.00% 13.57% 7.04%
21.96%

Color #C7ACB9 in popluar number systems.

HEX C7 AC B9
Decimal 199 172 185
Binary 11000111 10101100 10111001
Octal 307 254 271

Shades and tints

Shades of #C7ACB9

#C7ACB9
(199,172,185)
#B59DA9
(181,157,169)
#A38E99
(163,142,153)
#917F89
(145,127,137)
#7F7079
(127,112,121)
#6D6169
(109,97,105)
#5B5259
(91,82,89)
#494349
(73,67,73)
#373439
(55,52,57)
#252529
(37,37,41)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #C7ACB9

#C7ACB9
(199,172,185)
#CCB3BF
(204,179,191)
#D1BAC5
(209,186,197)
#D6C1CB
(214,193,203)
#DBC8D1
(219,200,209)
#E0CFD7
(224,207,215)
#E5D6DD
(229,214,221)
#EADDE3
(234,221,227)
#EFE4E9
(239,228,233)
#F4EBEF
(244,235,239)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7ACB9 color. Also use rgb(199,172,185) instead hex code.

Text Font Color

.myTextColor { color: #C7ACB9; }

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

This text font color is #C7ACB9.

Background Color

.myBgColor { background-color: #C7ACB9; }

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

This div background color is #C7ACB9.

Border color

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

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

This div border color is #C7ACB9.

Opacity

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

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

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

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

This text has shadow with #C7ACB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7ACB9.

Preview

Color preview on black background

This text has color #C7ACB9 on black background.


Color preview on white background

This text has color #C7ACB9 on white background.


Black color preview on #C7ACB9 background

This text has black color on #C7ACB9 background.


White color preview on #C7ACB9 background

This text has white color on #C7ACB9 background.


Related colors

Complementary color

Complementary color for #hex is #385346.


I love getcolorcode.com

Triadic colors

1 #B9C7AC and #ACB9C7 with #C7ACB9 are triadic colors.

2 #B9ACC7 and #ACC7B9 with #C7ACB9 are triadic colors.