COLOR #C7A5BE

HEX: #C7A5BE
RGB: (199,165,190)

Color info

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

RGB color model

#C7A5BE color RGB value is (199,165,190).

  • red value is 199;
  • green value is 165;
  • blue value is 190.
RGB:
(199,165,190)
(78%,65%,75%)

RGB channels and saturation

R 199 of 255 = 78%
G 165 of 255 = 65%
B 190 of 255 = 75%

199
165
190

R + G + B ~ 73%. #C7A5BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 165 + 190 = 554 (100%)
R 199 of 554 ~ 35.92%
G 165 of 554 ~ 29.78%
B 190 of 554 ~ 34.3%

%35.92
%29.78
%34.3

CMYK color model

#C7A5BE color CMYK value is (0,17,5,22).

  • cyan value is 0.00%
  • magenta value is 17.09%
  • yellow value is 4.52%
  • key color value is 21.96%
CMYK:
(0,17,5,22)
C0M17Y5K22 
(0%,17%,5%,22%)
(0.00/0.17/0.05/0.22)	

CMYK percentages

%0
%17.09
%4.52
%21.96

Codes

Color #C7A5BE in popluar color models

C7A5BE
RGB199165190
HSL316°23.29%71.37%
HSB/HSV316°17.09%78.04%
CMYK0.00%17.09%4.52%
21.96%

Color #C7A5BE in popluar number systems.

HEXC7A5BE
Decimal199165190
Binary110001111010010110111110
Octal307245276

Shades and tints

Shades of #C7A5BE

#C7A5BE
(199,165,190)
#B596AD
(181,150,173)
#A3879C
(163,135,156)
#91788B
(145,120,139)
#7F697A
(127,105,122)
#6D5A69
(109,90,105)
#5B4B58
(91,75,88)
#493C47
(73,60,71)
#372D36
(55,45,54)
#251E25
(37,30,37)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #C7A5BE

#C7A5BE
(199,165,190)
#CCADC3
(204,173,195)
#D1B5C8
(209,181,200)
#D6BDCD
(214,189,205)
#DBC5D2
(219,197,210)
#E0CDD7
(224,205,215)
#E5D5DC
(229,213,220)
#EADDE1
(234,221,225)
#EFE5E6
(239,229,230)
#F4EDEB
(244,237,235)
#F9F5F0
(249,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A5BE color. Also use rgb(199,165,190) instead hex code.

Text Font Color

.myTextColor { color: #C7A5BE; }

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

This text font color is #C7A5BE.


Background Color

.myBgColor { background-color: #C7A5BE; }

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

This div background color is #C7A5BE.


Border color

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

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

This div border color is #C7A5BE.


Opacity

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

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

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

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

This text has shadow with #C7A5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A5BE on black background.


Color preview on white background

This text has color #C7A5BE on white background.



Black color preview on #C7A5BE background

This text has black color on #C7A5BE background.


White color preview on #C7A5BE background

This text has white color on #C7A5BE background.