COLOR #C49CBD

HEX: #C49CBD
RGB: (196,156,189)

Color info

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

RGB color model

#C49CBD color RGB value is (196,156,189).

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

RGB channels and saturation

R 196 of 255 = 77%
G 156 of 255 = 61%
B 189 of 255 = 74%

196
156
189

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

Portions of RGB colors in percentages

R + G + B =
196 + 156 + 189 = 541 (100%)
R 196 of 541 ~ 36.23%
G 156 of 541 ~ 28.84%
B 189 of 541 ~ 34.94%

%36.23
%28.84
%34.94

CMYK color model

#C49CBD color CMYK value is (0,20,4,23).

  • cyan value is 0.00%
  • magenta value is 20.41%
  • yellow value is 3.57%
  • key color value is 23.14%
CMYK:
(0,20,4,23)
C0M20Y4K23 
(0%,20%,4%,23%)
(0.00/0.20/0.04/0.23)	

CMYK percentages

%0
%20.41
%3.57
%23.14

Codes

Color #C49CBD in popluar color models

C49CBD
RGB196156189
HSL311°25.32%69.02%
HSB/HSV311°20.41%76.86%
CMYK0.00%20.41%3.57%
23.14%

Color #C49CBD in popluar number systems.

HEXC49CBD
Decimal196156189
Binary110001001001110010111101
Octal304234275

Shades and tints

Shades of #C49CBD

#C49CBD
(196,156,189)
#B38EAC
(179,142,172)
#A2809B
(162,128,155)
#91728A
(145,114,138)
#806479
(128,100,121)
#6F5668
(111,86,104)
#5E4857
(94,72,87)
#4D3A46
(77,58,70)
#3C2C35
(60,44,53)
#2B1E24
(43,30,36)
#1A1013
(26,16,19)
#000000
(0,0,0)

Tints of #C49CBD

#C49CBD
(196,156,189)
#C9A5C3
(201,165,195)
#CEAEC9
(206,174,201)
#D3B7CF
(211,183,207)
#D8C0D5
(216,192,213)
#DDC9DB
(221,201,219)
#E2D2E1
(226,210,225)
#E7DBE7
(231,219,231)
#ECE4ED
(236,228,237)
#F1EDF3
(241,237,243)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49CBD; }

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

This text font color is #C49CBD.


Background Color

.myBgColor { background-color: #C49CBD; }

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

This div background color is #C49CBD.


Border color

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

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

This div border color is #C49CBD.


Opacity

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

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

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

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

This text has shadow with #C49CBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49CBD on black background.


Color preview on white background

This text has color #C49CBD on white background.



Black color preview on #C49CBD background

This text has black color on #C49CBD background.


White color preview on #C49CBD background

This text has white color on #C49CBD background.