COLOR #C98FAE

HEX: #C98FAE RGB: (201,143,174)

Color info

#C98FAE contains red, green and blue colors in about the same proportion. Web safe color of #C98FAE is #CC9999 (or #C99).

RGB color model

#C98FAE color RGB value is (201,143,174).

RGB: (201,143,174) (79%, 56%, 68%)

RGB channels and saturation

R 201 of 255 = 79%
G 143 of 255 = 56%
B 174 of 255 = 68%

201
143
174

R + G + B ~ 68%. #C98FAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 143 + 174 = 518 (100%)
R 201 of 518 ~ 38.8%
G 143 of 518 ~ 27.61%
B 174 of 518 ~ 33.59'%

%38.8
%27.61
%33.59

CMYK color model

#C98FAE color CMYK value is (0,29,13,21).

  • cyan value is 0.00%
  • magenta value is 28.86%
  • yellow value is 13.43%
  • key color value is 21.18%
CMYK: (0,29,13,21) C0M29Y13K21 (0%,29%,13%,21%) (0.00/0.29/0.13/0.21) 

CMYK percentages

%0
%28.86
%13.43
%21.18

Codes

Color #C98FAE in popluar color models

C9 8F AE
RGB 201 143 174
HSL 328° 34.94% 67.45%
HSB/HSV 328° 28.86% 78.82%
CMYK 0.00% 28.86% 13.43%
21.18%

Color #C98FAE in popluar number systems.

HEX C9 8F AE
Decimal 201 143 174
Binary 11001001 10001111 10101110
Octal 311 217 256

Shades and tints

Shades of #C98FAE

#C98FAE
(201,143,174)
#B7829F
(183,130,159)
#A57590
(165,117,144)
#936881
(147,104,129)
#815B72
(129,91,114)
#6F4E63
(111,78,99)
#5D4154
(93,65,84)
#4B3445
(75,52,69)
#392736
(57,39,54)
#271A27
(39,26,39)
#150D18
(21,13,24)
#000000
(0,0,0)

Tints of #C98FAE

#C98FAE
(201,143,174)
#CD99B5
(205,153,181)
#D1A3BC
(209,163,188)
#D5ADC3
(213,173,195)
#D9B7CA
(217,183,202)
#DDC1D1
(221,193,209)
#E1CBD8
(225,203,216)
#E5D5DF
(229,213,223)
#E9DFE6
(233,223,230)
#EDE9ED
(237,233,237)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98FAE color. Also use rgb(201,143,174) instead hex code.

Text Font Color

.myTextColor { color: #C98FAE; }

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

This text font color is #C98FAE.

Background Color

.myBgColor { background-color: #C98FAE; }

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

This div background color is #C98FAE.

Border color

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

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

This div border color is #C98FAE.

Opacity

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

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

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

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

This text has shadow with #C98FAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C98FAE.

Preview

Color preview on black background

This text has color #C98FAE on black background.


Color preview on white background

This text has color #C98FAE on white background.


Black color preview on #C98FAE background

This text has black color on #C98FAE background.


White color preview on #C98FAE background

This text has white color on #C98FAE background.


Related colors

Complementary color

Complementary color for #hex is #367051.


I love getcolorcode.com

Triadic colors

1 #AEC98F and #8FAEC9 with #C98FAE are triadic colors.

2 #AE8FC9 and #8FC9AE with #C98FAE are triadic colors.