COLOR #C5AACF

HEX: #C5AACF
RGB: (197,170,207)

Color info

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

RGB color model

#C5AACF color RGB value is (197,170,207).

  • red value is 197;
  • green value is 170;
  • blue value is 207.
RGB:
(197,170,207)
(77%,67%,81%)

RGB channels and saturation

R 197 of 255 = 77%
G 170 of 255 = 67%
B 207 of 255 = 81%

197
170
207

R + G + B ~ 75%. #C5AACF is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 170 + 207 = 574 (100%)
R 197 of 574 ~ 34.32%
G 170 of 574 ~ 29.62%
B 207 of 574 ~ 36.06%

%34.32
%29.62
%36.06

CMYK color model

#C5AACF color CMYK value is (5,18,0,19).

  • cyan value is 4.83%
  • magenta value is 17.87%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(5,18,0,19)
C5M18Y0K19 
(5%,18%,0%,19%)
(0.05/0.18/0.00/0.19)	

CMYK percentages

%4.83
%17.87
%0
%18.82

Codes

Color #C5AACF in popluar color models

C5AACF
RGB197170207
HSL284°27.82%73.92%
HSB/HSV284°17.87%81.18%
CMYK4.83%17.87%0.00%
18.82%

Color #C5AACF in popluar number systems.

HEXC5AACF
Decimal197170207
Binary110001011010101011001111
Octal305252317

Shades and tints

Shades of #C5AACF

#C5AACF
(197,170,207)
#B49BBD
(180,155,189)
#A38CAB
(163,140,171)
#927D99
(146,125,153)
#816E87
(129,110,135)
#705F75
(112,95,117)
#5F5063
(95,80,99)
#4E4151
(78,65,81)
#3D323F
(61,50,63)
#2C232D
(44,35,45)
#1B141B
(27,20,27)
#000000
(0,0,0)

Tints of #C5AACF

#C5AACF
(197,170,207)
#CAB1D3
(202,177,211)
#CFB8D7
(207,184,215)
#D4BFDB
(212,191,219)
#D9C6DF
(217,198,223)
#DECDE3
(222,205,227)
#E3D4E7
(227,212,231)
#E8DBEB
(232,219,235)
#EDE2EF
(237,226,239)
#F2E9F3
(242,233,243)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5AACF color. Also use rgb(197,170,207) instead hex code.

Text Font Color

.myTextColor { color: #C5AACF; }

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

This text font color is #C5AACF.


Background Color

.myBgColor { background-color: #C5AACF; }

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

This div background color is #C5AACF.


Border color

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

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

This div border color is #C5AACF.


Opacity

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

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

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

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

This text has shadow with #C5AACF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AACF on black background.


Color preview on white background

This text has color #C5AACF on white background.



Black color preview on #C5AACF background

This text has black color on #C5AACF background.


White color preview on #C5AACF background

This text has white color on #C5AACF background.