COLOR #C7A4B4

HEX: #C7A4B4
RGB: (199,164,180)

Color info

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

RGB color model

#C7A4B4 color RGB value is (199,164,180).

  • red value is 199;
  • green value is 164;
  • blue value is 180.
RGB:
(199,164,180)
(78%,64%,71%)

RGB channels and saturation

R 199 of 255 = 78%
G 164 of 255 = 64%
B 180 of 255 = 71%

199
164
180

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

Portions of RGB colors in percentages

R + G + B =
199 + 164 + 180 = 543 (100%)
R 199 of 543 ~ 36.65%
G 164 of 543 ~ 30.2%
B 180 of 543 ~ 33.15%

%36.65
%30.2
%33.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.59%
  • yellow value is 9.55%
  • 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
%9.55
%21.96

Codes

Color #C7A4B4 in popluar color models

C7A4B4
RGB199164180
HSL333°23.81%71.18%
HSB/HSV333°17.59%78.04%
CMYK0.00%17.59%9.55%
21.96%

Color #C7A4B4 in popluar number systems.

HEXC7A4B4
Decimal199164180
Binary110001111010010010110100
Octal307244264

Shades and tints

Shades of #C7A4B4

#C7A4B4
(199,164,180)
#B596A4
(181,150,164)
#A38894
(163,136,148)
#917A84
(145,122,132)
#7F6C74
(127,108,116)
#6D5E64
(109,94,100)
#5B5054
(91,80,84)
#494244
(73,66,68)
#373434
(55,52,52)
#252624
(37,38,36)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #C7A4B4

#C7A4B4
(199,164,180)
#CCACBA
(204,172,186)
#D1B4C0
(209,180,192)
#D6BCC6
(214,188,198)
#DBC4CC
(219,196,204)
#E0CCD2
(224,204,210)
#E5D4D8
(229,212,216)
#EADCDE
(234,220,222)
#EFE4E4
(239,228,228)
#F4ECEA
(244,236,234)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A4B4; }

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

This text font color is #C7A4B4.


Background Color

.myBgColor { background-color: #C7A4B4; }

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

This div background color is #C7A4B4.


Border color

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

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

This div border color is #C7A4B4.


Opacity

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

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

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

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

This text has shadow with #C7A4B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A4B4 on black background.


Color preview on white background

This text has color #C7A4B4 on white background.



Black color preview on #C7A4B4 background

This text has black color on #C7A4B4 background.


White color preview on #C7A4B4 background

This text has white color on #C7A4B4 background.