COLOR #C49DB4

HEX: #C49DB4 RGB: (196,157,180)

Color info

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

RGB color model

#C49DB4 color RGB value is (196,157,180).

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

RGB channels and saturation

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

196
157
180

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

Portions of RGB colors in percentages

R + G + B = 196 + 157 + 180 = 533 (100%)
R 196 of 533 ~ 36.77%
G 157 of 533 ~ 29.46%
B 180 of 533 ~ 33.77'%

%36.77
%29.46
%33.77

CMYK color model

#C49DB4 color CMYK value is (0,20,8,23).

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

CMYK: (0,20,8,23)
C0M20Y8K23 (0%, 20%, 8%, 23%)
(0.00 / 0.20 / 0.08 / 0.23)

CMYK percentages

%0
%19.9
%8.16
%23.14

Codes

Color #C49DB4 in popluar color models

C4 9D B4
RGB 196 157 180
HSL 325° 24.84% 69.22%
HSB/HSV 325° 19.90% 76.86%
CMYK 0.00% 19.90% 8.16%
23.14%

Color #C49DB4 in popluar number systems.

HEX C4 9D B4
Decimal 196 157 180
Binary 11000100 10011101 10110100
Octal 304 235 264

Shades and tints

Shades of #C49DB4

#C49DB4
(196,157,180)
#B38FA4
(179,143,164)
#A28194
(162,129,148)
#917384
(145,115,132)
#806574
(128,101,116)
#6F5764
(111,87,100)
#5E4954
(94,73,84)
#4D3B44
(77,59,68)
#3C2D34
(60,45,52)
#2B1F24
(43,31,36)
#1A1114
(26,17,20)
#000000
(0,0,0)

Tints of #C49DB4

#C49DB4
(196,157,180)
#C9A5BA
(201,165,186)
#CEADC0
(206,173,192)
#D3B5C6
(211,181,198)
#D8BDCC
(216,189,204)
#DDC5D2
(221,197,210)
#E2CDD8
(226,205,216)
#E7D5DE
(231,213,222)
#ECDDE4
(236,221,228)
#F1E5EA
(241,229,234)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49DB4; }

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

This text font color is #C49DB4.

Background Color

.myBgColor { background-color: #C49DB4; }

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

This div background color is #C49DB4.

Border color

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

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

This div border color is #C49DB4.

Opacity

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

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

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

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

This text has shadow with #C49DB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49DB4.

Preview

Color preview on black background

This text has color #C49DB4 on black background.


Color preview on white background

This text has color #C49DB4 on white background.


Black color preview on #C49DB4 background

This text has black color on #C49DB4 background.


White color preview on #C49DB4 background

This text has white color on #C49DB4 background.


Related colors

Complementary color

Complementary color for #hex is #3B624B.


I love getcolorcode.com

Triadic colors

1 #B4C49D and #9DB4C4 with #C49DB4 are triadic colors.

2 #B49DC4 and #9DC4B4 with #C49DB4 are triadic colors.