COLOR #C99FAB

HEX: #C99FAB RGB: (201,159,171)

Color info

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

RGB color model

#C99FAB color RGB value is (201,159,171).

RGB: (201,159,171) (79%, 62%, 67%)

RGB channels and saturation

R 201 of 255 = 79%
G 159 of 255 = 62%
B 171 of 255 = 67%

201
159
171

R + G + B ~ 69%. #C99FAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 159 + 171 = 531 (100%)
R 201 of 531 ~ 37.85%
G 159 of 531 ~ 29.94%
B 171 of 531 ~ 32.2'%

%37.85
%29.94
%32.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.90%
  • yellow value is 14.93%
  • key color value is 21.18%

CMYK: (0,21,15,21)
C0M21Y15K21 (0%, 21%, 15%, 21%)
(0.00 / 0.21 / 0.15 / 0.21)

CMYK percentages

%0
%20.9
%14.93
%21.18

Codes

Color #C99FAB in popluar color models

C9 9F AB
RGB 201 159 171
HSL 343° 28.00% 70.59%
HSB/HSV 343° 20.90% 78.82%
CMYK 0.00% 20.90% 14.93%
21.18%

Color #C99FAB in popluar number systems.

HEX C9 9F AB
Decimal 201 159 171
Binary 11001001 10011111 10101011
Octal 311 237 253

Shades and tints

Shades of #C99FAB

#C99FAB
(201,159,171)
#B7919C
(183,145,156)
#A5838D
(165,131,141)
#93757E
(147,117,126)
#81676F
(129,103,111)
#6F5960
(111,89,96)
#5D4B51
(93,75,81)
#4B3D42
(75,61,66)
#392F33
(57,47,51)
#272124
(39,33,36)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #C99FAB

#C99FAB
(201,159,171)
#CDA7B2
(205,167,178)
#D1AFB9
(209,175,185)
#D5B7C0
(213,183,192)
#D9BFC7
(217,191,199)
#DDC7CE
(221,199,206)
#E1CFD5
(225,207,213)
#E5D7DC
(229,215,220)
#E9DFE3
(233,223,227)
#EDE7EA
(237,231,234)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99FAB color. Also use rgb(201,159,171) instead hex code.

Text Font Color

.myTextColor { color: #C99FAB; }

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

This text font color is #C99FAB.

Background Color

.myBgColor { background-color: #C99FAB; }

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

This div background color is #C99FAB.

Border color

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

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

This div border color is #C99FAB.

Opacity

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

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

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

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

This text has shadow with #C99FAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99FAB.

Preview

Color preview on black background

This text has color #C99FAB on black background.


Color preview on white background

This text has color #C99FAB on white background.


Black color preview on #C99FAB background

This text has black color on #C99FAB background.


White color preview on #C99FAB background

This text has white color on #C99FAB background.


Related colors

Complementary color

Complementary color for #hex is #366054.


I love getcolorcode.com

Triadic colors

1 #ABC99F and #9FABC9 with #C99FAB are triadic colors.

2 #AB9FC9 and #9FC9AB with #C99FAB are triadic colors.