COLOR #C7A5B1

HEX: #C7A5B1 RGB: (199,165,177)

Color info

#C7A5B1 contains red, green and blue colors in about the same proportion. Web safe color of #C7A5B1 is #CC9999 (or #C99).

RGB color model

#C7A5B1 color RGB value is (199,165,177).

RGB: (199,165,177) (78%, 65%, 69%)

RGB channels and saturation

R 199 of 255 = 78%
G 165 of 255 = 65%
B 177 of 255 = 69%

199
165
177

R + G + B ~ 71%. #C7A5B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 165 + 177 = 541 (100%)
R 199 of 541 ~ 36.78%
G 165 of 541 ~ 30.5%
B 177 of 541 ~ 32.72'%

%36.78
%30.5
%32.72

CMYK color model

#C7A5B1 color CMYK value is (0,17,11,22).

  • cyan value is 0.00%
  • magenta value is 17.09%
  • yellow value is 11.06%
  • key color value is 21.96%

CMYK: (0,17,11,22)
C0M17Y11K22 (0%, 17%, 11%, 22%)
(0.00 / 0.17 / 0.11 / 0.22)

CMYK percentages

%0
%17.09
%11.06
%21.96

Codes

Color #C7A5B1 in popluar color models

C7 A5 B1
RGB 199 165 177
HSL 339° 23.29% 71.37%
HSB/HSV 339° 17.09% 78.04%
CMYK 0.00% 17.09% 11.06%
21.96%

Color #C7A5B1 in popluar number systems.

HEX C7 A5 B1
Decimal 199 165 177
Binary 11000111 10100101 10110001
Octal 307 245 261

Shades and tints

Shades of #C7A5B1

#C7A5B1
(199,165,177)
#B596A1
(181,150,161)
#A38791
(163,135,145)
#917881
(145,120,129)
#7F6971
(127,105,113)
#6D5A61
(109,90,97)
#5B4B51
(91,75,81)
#493C41
(73,60,65)
#372D31
(55,45,49)
#251E21
(37,30,33)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #C7A5B1

#C7A5B1
(199,165,177)
#CCADB8
(204,173,184)
#D1B5BF
(209,181,191)
#D6BDC6
(214,189,198)
#DBC5CD
(219,197,205)
#E0CDD4
(224,205,212)
#E5D5DB
(229,213,219)
#EADDE2
(234,221,226)
#EFE5E9
(239,229,233)
#F4EDF0
(244,237,240)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A5B1 color. Also use rgb(199,165,177) instead hex code.

Text Font Color

.myTextColor { color: #C7A5B1; }

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

This text font color is #C7A5B1.

Background Color

.myBgColor { background-color: #C7A5B1; }

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

This div background color is #C7A5B1.

Border color

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

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

This div border color is #C7A5B1.

Opacity

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

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

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

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

This text has shadow with #C7A5B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7A5B1.

Preview

Color preview on black background

This text has color #C7A5B1 on black background.


Color preview on white background

This text has color #C7A5B1 on white background.


Black color preview on #C7A5B1 background

This text has black color on #C7A5B1 background.


White color preview on #C7A5B1 background

This text has white color on #C7A5B1 background.


Related colors

Complementary color

Complementary color for #hex is #385A4E.


I love getcolorcode.com

Triadic colors

1 #B1C7A5 and #A5B1C7 with #C7A5B1 are triadic colors.

2 #B1A5C7 and #A5C7B1 with #C7A5B1 are triadic colors.