COLOR #C7A1B2

HEX: #C7A1B2
RGB: (199,161,178)

Color info

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

RGB color model

#C7A1B2 color RGB value is (199,161,178).

  • red value is 199;
  • green value is 161;
  • blue value is 178.
RGB: (199,161,178) (78%,63%,70%)

RGB channels and saturation

R 199 of 255 = 78%
G 161 of 255 = 63%
B 178 of 255 = 70%

199
161
178

R + G + B ~ 70%. #C7A1B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 161 + 178 = 538 (100%)
R 199 of 538 ~ 36.99%
G 161 of 538 ~ 29.93%
B 178 of 538 ~ 33.09%

%36.99
%29.93
%33.09

CMYK color model

#C7A1B2 color CMYK value is (0,19,11,22).

  • cyan value is 0.00%
  • magenta value is 19.10%
  • yellow value is 10.55%
  • key color value is 21.96%
CMYK: (0,19,11,22) C0M19Y11K22 (0%,19%,11%,22%) (0.00/0.19/0.11/0.22)

CMYK percentages

%0
%19.1
%10.55
%21.96

Codes

Color #C7A1B2 in popluar color models

C7A1B2
RGB199161178
HSL333°25.33%70.59%
HSB/HSV333°19.10%78.04%
CMYK0.00%19.10%10.55%
21.96%

Color #C7A1B2 in popluar number systems.

HEXC7A1B2
Decimal199161178
Binary110001111010000110110010
Octal307241262

Shades and tints

Shades of #C7A1B2

#C7A1B2
(199,161,178)
#B593A2
(181,147,162)
#A38592
(163,133,146)
#917782
(145,119,130)
#7F6972
(127,105,114)
#6D5B62
(109,91,98)
#5B4D52
(91,77,82)
#493F42
(73,63,66)
#373132
(55,49,50)
#252322
(37,35,34)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #C7A1B2

#C7A1B2
(199,161,178)
#CCA9B9
(204,169,185)
#D1B1C0
(209,177,192)
#D6B9C7
(214,185,199)
#DBC1CE
(219,193,206)
#E0C9D5
(224,201,213)
#E5D1DC
(229,209,220)
#EAD9E3
(234,217,227)
#EFE1EA
(239,225,234)
#F4E9F1
(244,233,241)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A1B2 color. Also use rgb(199,161,178) instead hex code.

Text Font Color

.myTextColor { color: #C7A1B2; }

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

This text font color is #C7A1B2.


Background Color

.myBgColor { background-color: #C7A1B2; }

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

This div background color is #C7A1B2.


Border color

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

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

This div border color is #C7A1B2.


Opacity

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

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

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

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

This text has shadow with #C7A1B2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C7A1B2 on black background.


Color preview on white background

This text has color #C7A1B2 on white background.



Black color preview on #C7A1B2 background

This text has black color on #C7A1B2 background.


White color preview on #C7A1B2 background

This text has white color on #C7A1B2 background.