COLOR #C7A3B3

HEX: #C7A3B3 RGB: (199,163,179)

Color info

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

RGB color model

#C7A3B3 color RGB value is (199,163,179).

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

RGB channels and saturation

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

199
163
179

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

Portions of RGB colors in percentages

R + G + B = 199 + 163 + 179 = 541 (100%)
R 199 of 541 ~ 36.78%
G 163 of 541 ~ 30.13%
B 179 of 541 ~ 33.09'%

%36.78
%30.13
%33.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.09%
  • 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
%18.09
%10.05
%21.96

Codes

Color #C7A3B3 in popluar color models

C7 A3 B3
RGB 199 163 179
HSL 333° 24.32% 70.98%
HSB/HSV 333° 18.09% 78.04%
CMYK 0.00% 18.09% 10.05%
21.96%

Color #C7A3B3 in popluar number systems.

HEX C7 A3 B3
Decimal 199 163 179
Binary 11000111 10100011 10110011
Octal 307 243 263

Shades and tints

Shades of #C7A3B3

#C7A3B3
(199,163,179)
#B595A3
(181,149,163)
#A38793
(163,135,147)
#917983
(145,121,131)
#7F6B73
(127,107,115)
#6D5D63
(109,93,99)
#5B4F53
(91,79,83)
#494143
(73,65,67)
#373333
(55,51,51)
#252523
(37,37,35)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #C7A3B3

#C7A3B3
(199,163,179)
#CCABB9
(204,171,185)
#D1B3BF
(209,179,191)
#D6BBC5
(214,187,197)
#DBC3CB
(219,195,203)
#E0CBD1
(224,203,209)
#E5D3D7
(229,211,215)
#EADBDD
(234,219,221)
#EFE3E3
(239,227,227)
#F4EBE9
(244,235,233)
#F9F3EF
(249,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A3B3; }

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

This text font color is #C7A3B3.

Background Color

.myBgColor { background-color: #C7A3B3; }

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

This div background color is #C7A3B3.

Border color

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

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

This div border color is #C7A3B3.

Opacity

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

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

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

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

This text has shadow with #C7A3B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7A3B3.

Preview

Color preview on black background

This text has color #C7A3B3 on black background.


Color preview on white background

This text has color #C7A3B3 on white background.


Black color preview on #C7A3B3 background

This text has black color on #C7A3B3 background.


White color preview on #C7A3B3 background

This text has white color on #C7A3B3 background.


Related colors

Complementary color

Complementary color for #hex is #385C4C.


I love getcolorcode.com

Triadic colors

1 #B3C7A3 and #A3B3C7 with #C7A3B3 are triadic colors.

2 #B3A3C7 and #A3C7B3 with #C7A3B3 are triadic colors.