COLOR #C99EA6

HEX: #C99EA6 RGB: (201,158,166)

Color info

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

RGB color model

#C99EA6 color RGB value is (201,158,166).

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

RGB channels and saturation

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

201
158
166

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

Portions of RGB colors in percentages

R + G + B = 201 + 158 + 166 = 525 (100%)
R 201 of 525 ~ 38.29%
G 158 of 525 ~ 30.1%
B 166 of 525 ~ 31.62'%

%38.29
%30.1
%31.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.39%
  • yellow value is 17.41%
  • 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
%17.41
%21.18

Codes

Color #C99EA6 in popluar color models

C9 9E A6
RGB 201 158 166
HSL 349° 28.48% 70.39%
HSB/HSV 349° 21.39% 78.82%
CMYK 0.00% 21.39% 17.41%
21.18%

Color #C99EA6 in popluar number systems.

HEX C9 9E A6
Decimal 201 158 166
Binary 11001001 10011110 10100110
Octal 311 236 246

Shades and tints

Shades of #C99EA6

#C99EA6
(201,158,166)
#B79097
(183,144,151)
#A58288
(165,130,136)
#937479
(147,116,121)
#81666A
(129,102,106)
#6F585B
(111,88,91)
#5D4A4C
(93,74,76)
#4B3C3D
(75,60,61)
#392E2E
(57,46,46)
#27201F
(39,32,31)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #C99EA6

#C99EA6
(201,158,166)
#CDA6AE
(205,166,174)
#D1AEB6
(209,174,182)
#D5B6BE
(213,182,190)
#D9BEC6
(217,190,198)
#DDC6CE
(221,198,206)
#E1CED6
(225,206,214)
#E5D6DE
(229,214,222)
#E9DEE6
(233,222,230)
#EDE6EE
(237,230,238)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99EA6; }

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

This text font color is #C99EA6.

Background Color

.myBgColor { background-color: #C99EA6; }

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

This div background color is #C99EA6.

Border color

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

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

This div border color is #C99EA6.

Opacity

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

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

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

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

This text has shadow with #C99EA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99EA6.

Preview

Color preview on black background

This text has color #C99EA6 on black background.


Color preview on white background

This text has color #C99EA6 on white background.


Black color preview on #C99EA6 background

This text has black color on #C99EA6 background.


White color preview on #C99EA6 background

This text has white color on #C99EA6 background.


Related colors

Complementary color

Complementary color for #hex is #366159.


I love getcolorcode.com

Triadic colors

1 #A6C99E and #9EA6C9 with #C99EA6 are triadic colors.

2 #A69EC9 and #9EC9A6 with #C99EA6 are triadic colors.