COLOR #C7A7BE

HEX: #C7A7BE
RGB: (199,167,190)

Color info

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

RGB color model

#C7A7BE color RGB value is (199,167,190).

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

RGB channels and saturation

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

199
167
190

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

Portions of RGB colors in percentages

R + G + B =
199 + 167 + 190 = 556 (100%)
R 199 of 556 ~ 35.79%
G 167 of 556 ~ 30.04%
B 190 of 556 ~ 34.17%

%35.79
%30.04
%34.17

CMYK color model

#C7A7BE color CMYK value is (0,16,5,22).

  • cyan value is 0.00%
  • magenta value is 16.08%
  • yellow value is 4.52%
  • key color value is 21.96%
CMYK:
(0,16,5,22)
C0M16Y5K22 
(0%,16%,5%,22%)
(0.00/0.16/0.05/0.22)	

CMYK percentages

%0
%16.08
%4.52
%21.96

Codes

Color #C7A7BE in popluar color models

C7A7BE
RGB199167190
HSL317°22.22%71.76%
HSB/HSV317°16.08%78.04%
CMYK0.00%16.08%4.52%
21.96%

Color #C7A7BE in popluar number systems.

HEXC7A7BE
Decimal199167190
Binary110001111010011110111110
Octal307247276

Shades and tints

Shades of #C7A7BE

#C7A7BE
(199,167,190)
#B598AD
(181,152,173)
#A3899C
(163,137,156)
#917A8B
(145,122,139)
#7F6B7A
(127,107,122)
#6D5C69
(109,92,105)
#5B4D58
(91,77,88)
#493E47
(73,62,71)
#372F36
(55,47,54)
#252025
(37,32,37)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #C7A7BE

#C7A7BE
(199,167,190)
#CCAFC3
(204,175,195)
#D1B7C8
(209,183,200)
#D6BFCD
(214,191,205)
#DBC7D2
(219,199,210)
#E0CFD7
(224,207,215)
#E5D7DC
(229,215,220)
#EADFE1
(234,223,225)
#EFE7E6
(239,231,230)
#F4EFEB
(244,239,235)
#F9F7F0
(249,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A7BE; }

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

This text font color is #C7A7BE.


Background Color

.myBgColor { background-color: #C7A7BE; }

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

This div background color is #C7A7BE.


Border color

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

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

This div border color is #C7A7BE.


Opacity

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

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

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

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

This text has shadow with #C7A7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A7BE on black background.


Color preview on white background

This text has color #C7A7BE on white background.



Black color preview on #C7A7BE background

This text has black color on #C7A7BE background.


White color preview on #C7A7BE background

This text has white color on #C7A7BE background.