COLOR #C7A4B3

HEX: #C7A4B3 RGB: (199,164,179)

Color info

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

RGB color model

#C7A4B3 color RGB value is (199,164,179).

RGB: (199,164,179) (78%, 64%, 70%)

RGB channels and saturation

R 199 of 255 = 78%
G 164 of 255 = 64%
B 179 of 255 = 70%

199
164
179

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

Portions of RGB colors in percentages

R + G + B = 199 + 164 + 179 = 542 (100%)
R 199 of 542 ~ 36.72%
G 164 of 542 ~ 30.26%
B 179 of 542 ~ 33.03'%

%36.72
%30.26
%33.03

CMYK color model

#C7A4B3 color CMYK value is (0,18,10,22).

  • cyan value is 0.00%
  • magenta value is 17.59%
  • yellow value is 10.05%
  • key color value is 21.96%
CMYK: (0,18,10,22) C0M18Y10K22 (0%,18%,10%,22%) (0.00/0.18/0.10/0.22) 

CMYK percentages

%0
%17.59
%10.05
%21.96

Codes

Color #C7A4B3 in popluar color models

C7 A4 B3
RGB 199 164 179
HSL 334° 23.81% 71.18%
HSB/HSV 334° 17.59% 78.04%
CMYK 0.00% 17.59% 10.05%
21.96%

Color #C7A4B3 in popluar number systems.

HEX C7 A4 B3
Decimal 199 164 179
Binary 11000111 10100100 10110011
Octal 307 244 263

Shades and tints

Shades of #C7A4B3

#C7A4B3
(199,164,179)
#B596A3
(181,150,163)
#A38893
(163,136,147)
#917A83
(145,122,131)
#7F6C73
(127,108,115)
#6D5E63
(109,94,99)
#5B5053
(91,80,83)
#494243
(73,66,67)
#373433
(55,52,51)
#252623
(37,38,35)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #C7A4B3

#C7A4B3
(199,164,179)
#CCACB9
(204,172,185)
#D1B4BF
(209,180,191)
#D6BCC5
(214,188,197)
#DBC4CB
(219,196,203)
#E0CCD1
(224,204,209)
#E5D4D7
(229,212,215)
#EADCDD
(234,220,221)
#EFE4E3
(239,228,227)
#F4ECE9
(244,236,233)
#F9F4EF
(249,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A4B3 color. Also use rgb(199,164,179) instead hex code.

Text Font Color

.myTextColor { color: #C7A4B3; }

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

This text font color is #C7A4B3.

Background Color

.myBgColor { background-color: #C7A4B3; }

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

This div background color is #C7A4B3.

Border color

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

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

This div border color is #C7A4B3.

Opacity

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

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

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

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

This text has shadow with #C7A4B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7A4B3.

Preview

Color preview on black background

This text has color #C7A4B3 on black background.


Color preview on white background

This text has color #C7A4B3 on white background.


Black color preview on #C7A4B3 background

This text has black color on #C7A4B3 background.


White color preview on #C7A4B3 background

This text has white color on #C7A4B3 background.


Related colors

Complementary color

Complementary color for #hex is #385B4C.


I love getcolorcode.com

Triadic colors

1 #B3C7A4 and #A4B3C7 with #C7A4B3 are triadic colors.

2 #B3A4C7 and #A4C7B3 with #C7A4B3 are triadic colors.