COLOR #C49EA6

HEX: #C49EA6
RGB: (196,158,166)

Color info

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

RGB color model

#C49EA6 color RGB value is (196,158,166).

  • red value is 196;
  • green value is 158;
  • blue value is 166.
RGB:
(196,158,166)
(77%,62%,65%)

RGB channels and saturation

R 196 of 255 = 77%
G 158 of 255 = 62%
B 166 of 255 = 65%

196
158
166

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

Portions of RGB colors in percentages

R + G + B =
196 + 158 + 166 = 520 (100%)
R 196 of 520 ~ 37.69%
G 158 of 520 ~ 30.38%
B 166 of 520 ~ 31.92%

%37.69
%30.38
%31.92

CMYK color model

#C49EA6 color CMYK value is (0,19,15,23).

  • cyan value is 0.00%
  • magenta value is 19.39%
  • yellow value is 15.31%
  • key color value is 23.14%
CMYK:
(0,19,15,23)
C0M19Y15K23 
(0%,19%,15%,23%)
(0.00/0.19/0.15/0.23)	

CMYK percentages

%0
%19.39
%15.31
%23.14

Codes

Color #C49EA6 in popluar color models

C49EA6
RGB196158166
HSL347°24.36%69.41%
HSB/HSV347°19.39%76.86%
CMYK0.00%19.39%15.31%
23.14%

Color #C49EA6 in popluar number systems.

HEXC49EA6
Decimal196158166
Binary110001001001111010100110
Octal304236246

Shades and tints

Shades of #C49EA6

#C49EA6
(196,158,166)
#B39097
(179,144,151)
#A28288
(162,130,136)
#917479
(145,116,121)
#80666A
(128,102,106)
#6F585B
(111,88,91)
#5E4A4C
(94,74,76)
#4D3C3D
(77,60,61)
#3C2E2E
(60,46,46)
#2B201F
(43,32,31)
#1A1210
(26,18,16)
#000000
(0,0,0)

Tints of #C49EA6

#C49EA6
(196,158,166)
#C9A6AE
(201,166,174)
#CEAEB6
(206,174,182)
#D3B6BE
(211,182,190)
#D8BEC6
(216,190,198)
#DDC6CE
(221,198,206)
#E2CED6
(226,206,214)
#E7D6DE
(231,214,222)
#ECDEE6
(236,222,230)
#F1E6EE
(241,230,238)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49EA6; }

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

This text font color is #C49EA6.


Background Color

.myBgColor { background-color: #C49EA6; }

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

This div background color is #C49EA6.


Border color

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

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

This div border color is #C49EA6.


Opacity

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

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

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

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

This text has shadow with #C49EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49EA6 on black background.


Color preview on white background

This text has color #C49EA6 on white background.



Black color preview on #C49EA6 background

This text has black color on #C49EA6 background.


White color preview on #C49EA6 background

This text has white color on #C49EA6 background.