COLOR #C49EAC

HEX: #C49EAC
RGB: (196,158,172)

Color info

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

RGB color model

#C49EAC color RGB value is (196,158,172).

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

RGB channels and saturation

R 196 of 255 = 77%
G 158 of 255 = 62%
B 172 of 255 = 67%

196
158
172

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

Portions of RGB colors in percentages

R + G + B =
196 + 158 + 172 = 526 (100%)
R 196 of 526 ~ 37.26%
G 158 of 526 ~ 30.04%
B 172 of 526 ~ 32.7%

%37.26
%30.04
%32.7

CMYK color model

#C49EAC color CMYK value is (0,19,12,23).

  • cyan value is 0.00%
  • magenta value is 19.39%
  • yellow value is 12.24%
  • key color value is 23.14%
CMYK:
(0,19,12,23)
C0M19Y12K23 
(0%,19%,12%,23%)
(0.00/0.19/0.12/0.23)	

CMYK percentages

%0
%19.39
%12.24
%23.14

Codes

Color #C49EAC in popluar color models

C49EAC
RGB196158172
HSL338°24.36%69.41%
HSB/HSV338°19.39%76.86%
CMYK0.00%19.39%12.24%
23.14%

Color #C49EAC in popluar number systems.

HEXC49EAC
Decimal196158172
Binary110001001001111010101100
Octal304236254

Shades and tints

Shades of #C49EAC

#C49EAC
(196,158,172)
#B3909D
(179,144,157)
#A2828E
(162,130,142)
#91747F
(145,116,127)
#806670
(128,102,112)
#6F5861
(111,88,97)
#5E4A52
(94,74,82)
#4D3C43
(77,60,67)
#3C2E34
(60,46,52)
#2B2025
(43,32,37)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #C49EAC

#C49EAC
(196,158,172)
#C9A6B3
(201,166,179)
#CEAEBA
(206,174,186)
#D3B6C1
(211,182,193)
#D8BEC8
(216,190,200)
#DDC6CF
(221,198,207)
#E2CED6
(226,206,214)
#E7D6DD
(231,214,221)
#ECDEE4
(236,222,228)
#F1E6EB
(241,230,235)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49EAC; }

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

This text font color is #C49EAC.


Background Color

.myBgColor { background-color: #C49EAC; }

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

This div background color is #C49EAC.


Border color

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

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

This div border color is #C49EAC.


Opacity

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

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

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

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

This text has shadow with #C49EAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49EAC on black background.


Color preview on white background

This text has color #C49EAC on white background.



Black color preview on #C49EAC background

This text has black color on #C49EAC background.


White color preview on #C49EAC background

This text has white color on #C49EAC background.