COLOR #C99EA7

HEX: #C99EA7 RGB: (201,158,167)

Color info

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

RGB color model

#C99EA7 color RGB value is (201,158,167).

RGB: (201,158,167) (79%, 62%, 65%)

RGB channels and saturation

R 201 of 255 = 79%
G 158 of 255 = 62%
B 167 of 255 = 65%

201
158
167

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

Portions of RGB colors in percentages

R + G + B = 201 + 158 + 167 = 526 (100%)
R 201 of 526 ~ 38.21%
G 158 of 526 ~ 30.04%
B 167 of 526 ~ 31.75'%

%38.21
%30.04
%31.75

CMYK color model

#C99EA7 color CMYK value is (0,21,17,21).

  • cyan value is 0.00%
  • magenta value is 21.39%
  • yellow value is 16.92%
  • key color value is 21.18%

CMYK: (0,21,17,21)
C0M21Y17K21 (0%, 21%, 17%, 21%)
(0.00 / 0.21 / 0.17 / 0.21)

CMYK percentages

%0
%21.39
%16.92
%21.18

Codes

Color #C99EA7 in popluar color models

C9 9E A7
RGB 201 158 167
HSL 347° 28.48% 70.39%
HSB/HSV 347° 21.39% 78.82%
CMYK 0.00% 21.39% 16.92%
21.18%

Color #C99EA7 in popluar number systems.

HEX C9 9E A7
Decimal 201 158 167
Binary 11001001 10011110 10100111
Octal 311 236 247

Shades and tints

Shades of #C99EA7

#C99EA7
(201,158,167)
#B79098
(183,144,152)
#A58289
(165,130,137)
#93747A
(147,116,122)
#81666B
(129,102,107)
#6F585C
(111,88,92)
#5D4A4D
(93,74,77)
#4B3C3E
(75,60,62)
#392E2F
(57,46,47)
#272020
(39,32,32)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #C99EA7

#C99EA7
(201,158,167)
#CDA6AF
(205,166,175)
#D1AEB7
(209,174,183)
#D5B6BF
(213,182,191)
#D9BEC7
(217,190,199)
#DDC6CF
(221,198,207)
#E1CED7
(225,206,215)
#E5D6DF
(229,214,223)
#E9DEE7
(233,222,231)
#EDE6EF
(237,230,239)
#F1EEF7
(241,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99EA7 color. Also use rgb(201,158,167) instead hex code.

Text Font Color

.myTextColor { color: #C99EA7; }

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

This text font color is #C99EA7.

Background Color

.myBgColor { background-color: #C99EA7; }

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

This div background color is #C99EA7.

Border color

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

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

This div border color is #C99EA7.

Opacity

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

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

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

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

This text has shadow with #C99EA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99EA7.

Preview

Color preview on black background

This text has color #C99EA7 on black background.


Color preview on white background

This text has color #C99EA7 on white background.


Black color preview on #C99EA7 background

This text has black color on #C99EA7 background.


White color preview on #C99EA7 background

This text has white color on #C99EA7 background.


Related colors

Complementary color

Complementary color for #hex is #366158.


I love getcolorcode.com

Triadic colors

1 #A7C99E and #9EA7C9 with #C99EA7 are triadic colors.

2 #A79EC9 and #9EC9A7 with #C99EA7 are triadic colors.