COLOR #C7A4BB

HEX: #C7A4BB
RGB: (199,164,187)

Color info

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

RGB color model

#C7A4BB color RGB value is (199,164,187).

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

RGB channels and saturation

R 199 of 255 = 78%
G 164 of 255 = 64%
B 187 of 255 = 73%

199
164
187

R + G + B ~ 72%. #C7A4BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 164 + 187 = 550 (100%)
R 199 of 550 ~ 36.18%
G 164 of 550 ~ 29.82%
B 187 of 550 ~ 34%

%36.18
%29.82
%34

CMYK color model

#C7A4BB color CMYK value is (0,18,6,22).

  • cyan value is 0.00%
  • magenta value is 17.59%
  • yellow value is 6.03%
  • key color value is 21.96%
CMYK:
(0,18,6,22)
C0M18Y6K22 
(0%,18%,6%,22%)
(0.00/0.18/0.06/0.22)	

CMYK percentages

%0
%17.59
%6.03
%21.96

Codes

Color #C7A4BB in popluar color models

C7A4BB
RGB199164187
HSL321°23.81%71.18%
HSB/HSV321°17.59%78.04%
CMYK0.00%17.59%6.03%
21.96%

Color #C7A4BB in popluar number systems.

HEXC7A4BB
Decimal199164187
Binary110001111010010010111011
Octal307244273

Shades and tints

Shades of #C7A4BB

#C7A4BB
(199,164,187)
#B596AA
(181,150,170)
#A38899
(163,136,153)
#917A88
(145,122,136)
#7F6C77
(127,108,119)
#6D5E66
(109,94,102)
#5B5055
(91,80,85)
#494244
(73,66,68)
#373433
(55,52,51)
#252622
(37,38,34)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #C7A4BB

#C7A4BB
(199,164,187)
#CCACC1
(204,172,193)
#D1B4C7
(209,180,199)
#D6BCCD
(214,188,205)
#DBC4D3
(219,196,211)
#E0CCD9
(224,204,217)
#E5D4DF
(229,212,223)
#EADCE5
(234,220,229)
#EFE4EB
(239,228,235)
#F4ECF1
(244,236,241)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A4BB; }

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

This text font color is #C7A4BB.


Background Color

.myBgColor { background-color: #C7A4BB; }

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

This div background color is #C7A4BB.


Border color

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

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

This div border color is #C7A4BB.


Opacity

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

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

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

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

This text has shadow with #C7A4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A4BB on black background.


Color preview on white background

This text has color #C7A4BB on white background.



Black color preview on #C7A4BB background

This text has black color on #C7A4BB background.


White color preview on #C7A4BB background

This text has white color on #C7A4BB background.