COLOR #C49FBD

HEX: #C49FBD
RGB: (196,159,189)

Color info

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

RGB color model

#C49FBD color RGB value is (196,159,189).

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

RGB channels and saturation

R 196 of 255 = 77%
G 159 of 255 = 62%
B 189 of 255 = 74%

196
159
189

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

Portions of RGB colors in percentages

R + G + B =
196 + 159 + 189 = 544 (100%)
R 196 of 544 ~ 36.03%
G 159 of 544 ~ 29.23%
B 189 of 544 ~ 34.74%

%36.03
%29.23
%34.74

CMYK color model

#C49FBD color CMYK value is (0,19,4,23).

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 3.57%
  • key color value is 23.14%
CMYK:
(0,19,4,23)
C0M19Y4K23 
(0%,19%,4%,23%)
(0.00/0.19/0.04/0.23)	

CMYK percentages

%0
%18.88
%3.57
%23.14

Codes

Color #C49FBD in popluar color models

C49FBD
RGB196159189
HSL311°23.87%69.61%
HSB/HSV311°18.88%76.86%
CMYK0.00%18.88%3.57%
23.14%

Color #C49FBD in popluar number systems.

HEXC49FBD
Decimal196159189
Binary110001001001111110111101
Octal304237275

Shades and tints

Shades of #C49FBD

#C49FBD
(196,159,189)
#B391AC
(179,145,172)
#A2839B
(162,131,155)
#91758A
(145,117,138)
#806779
(128,103,121)
#6F5968
(111,89,104)
#5E4B57
(94,75,87)
#4D3D46
(77,61,70)
#3C2F35
(60,47,53)
#2B2124
(43,33,36)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #C49FBD

#C49FBD
(196,159,189)
#C9A7C3
(201,167,195)
#CEAFC9
(206,175,201)
#D3B7CF
(211,183,207)
#D8BFD5
(216,191,213)
#DDC7DB
(221,199,219)
#E2CFE1
(226,207,225)
#E7D7E7
(231,215,231)
#ECDFED
(236,223,237)
#F1E7F3
(241,231,243)
#F6EFF9
(246,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49FBD; }

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

This text font color is #C49FBD.


Background Color

.myBgColor { background-color: #C49FBD; }

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

This div background color is #C49FBD.


Border color

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

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

This div border color is #C49FBD.


Opacity

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

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

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

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

This text has shadow with #C49FBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49FBD on black background.


Color preview on white background

This text has color #C49FBD on white background.



Black color preview on #C49FBD background

This text has black color on #C49FBD background.


White color preview on #C49FBD background

This text has white color on #C49FBD background.