COLOR #C2A7BD

HEX: #C2A7BD
RGB: (194,167,189)

Color info

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

RGB color model

#C2A7BD color RGB value is (194,167,189).

  • red value is 194;
  • green value is 167;
  • blue value is 189.
RGB:
(194,167,189)
(76%,65%,74%)

RGB channels and saturation

R 194 of 255 = 76%
G 167 of 255 = 65%
B 189 of 255 = 74%

194
167
189

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

Portions of RGB colors in percentages

R + G + B =
194 + 167 + 189 = 550 (100%)
R 194 of 550 ~ 35.27%
G 167 of 550 ~ 30.36%
B 189 of 550 ~ 34.36%

%35.27
%30.36
%34.36

CMYK color model

#C2A7BD color CMYK value is (0,14,3,24).

  • cyan value is 0.00%
  • magenta value is 13.92%
  • yellow value is 2.58%
  • key color value is 23.92%
CMYK:
(0,14,3,24)
C0M14Y3K24 
(0%,14%,3%,24%)
(0.00/0.14/0.03/0.24)	

CMYK percentages

%0
%13.92
%2.58
%23.92

Codes

Color #C2A7BD in popluar color models

C2A7BD
RGB194167189
HSL311°18.12%70.78%
HSB/HSV311°13.92%76.08%
CMYK0.00%13.92%2.58%
23.92%

Color #C2A7BD in popluar number systems.

HEXC2A7BD
Decimal194167189
Binary110000101010011110111101
Octal302247275

Shades and tints

Shades of #C2A7BD

#C2A7BD
(194,167,189)
#B198AC
(177,152,172)
#A0899B
(160,137,155)
#8F7A8A
(143,122,138)
#7E6B79
(126,107,121)
#6D5C68
(109,92,104)
#5C4D57
(92,77,87)
#4B3E46
(75,62,70)
#3A2F35
(58,47,53)
#292024
(41,32,36)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #C2A7BD

#C2A7BD
(194,167,189)
#C7AFC3
(199,175,195)
#CCB7C9
(204,183,201)
#D1BFCF
(209,191,207)
#D6C7D5
(214,199,213)
#DBCFDB
(219,207,219)
#E0D7E1
(224,215,225)
#E5DFE7
(229,223,231)
#EAE7ED
(234,231,237)
#EFEFF3
(239,239,243)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2A7BD color. Also use rgb(194,167,189) instead hex code.

Text Font Color

.myTextColor { color: #C2A7BD; }

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

This text font color is #C2A7BD.


Background Color

.myBgColor { background-color: #C2A7BD; }

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

This div background color is #C2A7BD.


Border color

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

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

This div border color is #C2A7BD.


Opacity

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

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

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

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

This text has shadow with #C2A7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A7BD on black background.


Color preview on white background

This text has color #C2A7BD on white background.



Black color preview on #C2A7BD background

This text has black color on #C2A7BD background.


White color preview on #C2A7BD background

This text has white color on #C2A7BD background.