COLOR #C99AC1

HEX: #C99AC1
RGB: (201,154,193)

Color info

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

RGB color model

#C99AC1 color RGB value is (201,154,193).

  • red value is 201;
  • green value is 154;
  • blue value is 193.
RGB:
(201,154,193)
(79%,60%,76%)

RGB channels and saturation

R 201 of 255 = 79%
G 154 of 255 = 60%
B 193 of 255 = 76%

201
154
193

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

Portions of RGB colors in percentages

R + G + B =
201 + 154 + 193 = 548 (100%)
R 201 of 548 ~ 36.68%
G 154 of 548 ~ 28.1%
B 193 of 548 ~ 35.22%

%36.68
%28.1
%35.22

CMYK color model

#C99AC1 color CMYK value is (0,23,4,21).

  • cyan value is 0.00%
  • magenta value is 23.38%
  • yellow value is 3.98%
  • key color value is 21.18%
CMYK:
(0,23,4,21)
C0M23Y4K21 
(0%,23%,4%,21%)
(0.00/0.23/0.04/0.21)	

CMYK percentages

%0
%23.38
%3.98
%21.18

Codes

Color #C99AC1 in popluar color models

C99AC1
RGB201154193
HSL310°30.32%69.61%
HSB/HSV310°23.38%78.82%
CMYK0.00%23.38%3.98%
21.18%

Color #C99AC1 in popluar number systems.

HEXC99AC1
Decimal201154193
Binary110010011001101011000001
Octal311232301

Shades and tints

Shades of #C99AC1

#C99AC1
(201,154,193)
#B78CB0
(183,140,176)
#A57E9F
(165,126,159)
#93708E
(147,112,142)
#81627D
(129,98,125)
#6F546C
(111,84,108)
#5D465B
(93,70,91)
#4B384A
(75,56,74)
#392A39
(57,42,57)
#271C28
(39,28,40)
#150E17
(21,14,23)
#000000
(0,0,0)

Tints of #C99AC1

#C99AC1
(201,154,193)
#CDA3C6
(205,163,198)
#D1ACCB
(209,172,203)
#D5B5D0
(213,181,208)
#D9BED5
(217,190,213)
#DDC7DA
(221,199,218)
#E1D0DF
(225,208,223)
#E5D9E4
(229,217,228)
#E9E2E9
(233,226,233)
#EDEBEE
(237,235,238)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99AC1 color. Also use rgb(201,154,193) instead hex code.

Text Font Color

.myTextColor { color: #C99AC1; }

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

This text font color is #C99AC1.


Background Color

.myBgColor { background-color: #C99AC1; }

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

This div background color is #C99AC1.


Border color

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

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

This div border color is #C99AC1.


Opacity

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

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

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

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

This text has shadow with #C99AC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99AC1 on black background.


Color preview on white background

This text has color #C99AC1 on white background.



Black color preview on #C99AC1 background

This text has black color on #C99AC1 background.


White color preview on #C99AC1 background

This text has white color on #C99AC1 background.