COLOR #C49FBE

HEX: #C49FBE
RGB: (196,159,190)

Color info

#C49FBE contains red, green and blue colors in about the same proportion. Web safe color of #C49FBE is #CC99CC (or #C9C).

RGB color model

#C49FBE color RGB value is (196,159,190).

  • red value is 196;
  • green value is 159;
  • blue value is 190.
RGB:
(196,159,190)
(77%,62%,75%)

RGB channels and saturation

R 196 of 255 = 77%
G 159 of 255 = 62%
B 190 of 255 = 75%

196
159
190

R + G + B ~ 71%. #C49FBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 159 + 190 = 545 (100%)
R 196 of 545 ~ 35.96%
G 159 of 545 ~ 29.17%
B 190 of 545 ~ 34.86%

%35.96
%29.17
%34.86

CMYK color model

#C49FBE color CMYK value is (0,19,3,23).

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 3.06%
  • key color value is 23.14%
CMYK:
(0,19,3,23)
C0M19Y3K23 
(0%,19%,3%,23%)
(0.00/0.19/0.03/0.23)	

CMYK percentages

%0
%18.88
%3.06
%23.14

Codes

Color #C49FBE in popluar color models

C49FBE
RGB196159190
HSL310°23.87%69.61%
HSB/HSV310°18.88%76.86%
CMYK0.00%18.88%3.06%
23.14%

Color #C49FBE in popluar number systems.

HEXC49FBE
Decimal196159190
Binary110001001001111110111110
Octal304237276

Shades and tints

Shades of #C49FBE

#C49FBE
(196,159,190)
#B391AD
(179,145,173)
#A2839C
(162,131,156)
#91758B
(145,117,139)
#80677A
(128,103,122)
#6F5969
(111,89,105)
#5E4B58
(94,75,88)
#4D3D47
(77,61,71)
#3C2F36
(60,47,54)
#2B2125
(43,33,37)
#1A1314
(26,19,20)
#000000
(0,0,0)

Tints of #C49FBE

#C49FBE
(196,159,190)
#C9A7C3
(201,167,195)
#CEAFC8
(206,175,200)
#D3B7CD
(211,183,205)
#D8BFD2
(216,191,210)
#DDC7D7
(221,199,215)
#E2CFDC
(226,207,220)
#E7D7E1
(231,215,225)
#ECDFE6
(236,223,230)
#F1E7EB
(241,231,235)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49FBE color. Also use rgb(196,159,190) instead hex code.

Text Font Color

.myTextColor { color: #C49FBE; }

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

This text font color is #C49FBE.


Background Color

.myBgColor { background-color: #C49FBE; }

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

This div background color is #C49FBE.


Border color

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

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

This div border color is #C49FBE.


Opacity

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

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

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

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

This text has shadow with #C49FBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49FBE on black background.


Color preview on white background

This text has color #C49FBE on white background.



Black color preview on #C49FBE background

This text has black color on #C49FBE background.


White color preview on #C49FBE background

This text has white color on #C49FBE background.