COLOR #C985AA

HEX: #C985AA
RGB: (201,133,170)

Color info

#C985AA contains mainly red and blue colors. Web safe color of #C985AA is #CC9999 (or #C99).

RGB color model

#C985AA color RGB value is (201,133,170).

  • red value is 201;
  • green value is 133;
  • blue value is 170.
RGB:
(201,133,170)
(79%,52%,67%)

RGB channels and saturation

R 201 of 255 = 79%
G 133 of 255 = 52%
B 170 of 255 = 67%

201
133
170

R + G + B ~ 66%. #C985AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 133 + 170 = 504 (100%)
R 201 of 504 ~ 39.88%
G 133 of 504 ~ 26.39%
B 170 of 504 ~ 33.73%

%39.88
%26.39
%33.73

CMYK color model

#C985AA color CMYK value is (0,34,15,21).

  • cyan value is 0.00%
  • magenta value is 33.83%
  • yellow value is 15.42%
  • key color value is 21.18%
CMYK:
(0,34,15,21)
C0M34Y15K21 
(0%,34%,15%,21%)
(0.00/0.34/0.15/0.21)	

CMYK percentages

%0
%33.83
%15.42
%21.18

Codes

Color #C985AA in popluar color models

C985AA
RGB201133170
HSL327°38.64%65.49%
HSB/HSV327°33.83%78.82%
CMYK0.00%33.83%15.42%
21.18%

Color #C985AA in popluar number systems.

HEXC985AA
Decimal201133170
Binary110010011000010110101010
Octal311205252

Shades and tints

Shades of #C985AA

#C985AA
(201,133,170)
#B7799B
(183,121,155)
#A56D8C
(165,109,140)
#93617D
(147,97,125)
#81556E
(129,85,110)
#6F495F
(111,73,95)
#5D3D50
(93,61,80)
#4B3141
(75,49,65)
#392532
(57,37,50)
#271923
(39,25,35)
#150D14
(21,13,20)
#000000
(0,0,0)

Tints of #C985AA

#C985AA
(201,133,170)
#CD90B1
(205,144,177)
#D19BB8
(209,155,184)
#D5A6BF
(213,166,191)
#D9B1C6
(217,177,198)
#DDBCCD
(221,188,205)
#E1C7D4
(225,199,212)
#E5D2DB
(229,210,219)
#E9DDE2
(233,221,226)
#EDE8E9
(237,232,233)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C985AA color. Also use rgb(201,133,170) instead hex code.

Text Font Color

.myTextColor { color: #C985AA; }

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

This text font color is #C985AA.


Background Color

.myBgColor { background-color: #C985AA; }

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

This div background color is #C985AA.


Border color

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

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

This div border color is #C985AA.


Opacity

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

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

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

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

This text has shadow with #C985AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C985AA on black background.


Color preview on white background

This text has color #C985AA on white background.



Black color preview on #C985AA background

This text has black color on #C985AA background.


White color preview on #C985AA background

This text has white color on #C985AA background.