COLOR #C49DB6

HEX: #C49DB6 RGB: (196,157,182)

Color info

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

RGB color model

#C49DB6 color RGB value is (196,157,182).

RGB: (196,157,182) (77%, 62%, 71%)

RGB channels and saturation

R 196 of 255 = 77%
G 157 of 255 = 62%
B 182 of 255 = 71%

196
157
182

R + G + B ~ 70%. #C49DB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 157 + 182 = 535 (100%)
R 196 of 535 ~ 36.64%
G 157 of 535 ~ 29.35%
B 182 of 535 ~ 34.02'%

%36.64
%29.35
%34.02

CMYK color model

#C49DB6 color CMYK value is (0,20,7,23).

  • cyan value is 0.00%
  • magenta value is 19.90%
  • yellow value is 7.14%
  • key color value is 23.14%

CMYK: (0,20,7,23)
C0M20Y7K23 (0%, 20%, 7%, 23%)
(0.00 / 0.20 / 0.07 / 0.23)

CMYK percentages

%0
%19.9
%7.14
%23.14

Codes

Color #C49DB6 in popluar color models

C4 9D B6
RGB 196 157 182
HSL 322° 24.84% 69.22%
HSB/HSV 322° 19.90% 76.86%
CMYK 0.00% 19.90% 7.14%
23.14%

Color #C49DB6 in popluar number systems.

HEX C4 9D B6
Decimal 196 157 182
Binary 11000100 10011101 10110110
Octal 304 235 266

Shades and tints

Shades of #C49DB6

#C49DB6
(196,157,182)
#B38FA6
(179,143,166)
#A28196
(162,129,150)
#917386
(145,115,134)
#806576
(128,101,118)
#6F5766
(111,87,102)
#5E4956
(94,73,86)
#4D3B46
(77,59,70)
#3C2D36
(60,45,54)
#2B1F26
(43,31,38)
#1A1116
(26,17,22)
#000000
(0,0,0)

Tints of #C49DB6

#C49DB6
(196,157,182)
#C9A5BC
(201,165,188)
#CEADC2
(206,173,194)
#D3B5C8
(211,181,200)
#D8BDCE
(216,189,206)
#DDC5D4
(221,197,212)
#E2CDDA
(226,205,218)
#E7D5E0
(231,213,224)
#ECDDE6
(236,221,230)
#F1E5EC
(241,229,236)
#F6EDF2
(246,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49DB6 color. Also use rgb(196,157,182) instead hex code.

Text Font Color

.myTextColor { color: #C49DB6; }

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

This text font color is #C49DB6.

Background Color

.myBgColor { background-color: #C49DB6; }

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

This div background color is #C49DB6.

Border color

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

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

This div border color is #C49DB6.

Opacity

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

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

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

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

This text has shadow with #C49DB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49DB6.

Preview

Color preview on black background

This text has color #C49DB6 on black background.


Color preview on white background

This text has color #C49DB6 on white background.


Black color preview on #C49DB6 background

This text has black color on #C49DB6 background.


White color preview on #C49DB6 background

This text has white color on #C49DB6 background.


Related colors

Complementary color

Complementary color for #hex is #3B6249.


I love getcolorcode.com

Triadic colors

1 #B6C49D and #9DB6C4 with #C49DB6 are triadic colors.

2 #B69DC4 and #9DC4B6 with #C49DB6 are triadic colors.