COLOR #C49BBB

HEX: #C49BBB
RGB: (196,155,187)

Color info

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

RGB color model

#C49BBB color RGB value is (196,155,187).

  • red value is 196;
  • green value is 155;
  • blue value is 187.
RGB:
(196,155,187)
(77%,61%,73%)

RGB channels and saturation

R 196 of 255 = 77%
G 155 of 255 = 61%
B 187 of 255 = 73%

196
155
187

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

Portions of RGB colors in percentages

R + G + B =
196 + 155 + 187 = 538 (100%)
R 196 of 538 ~ 36.43%
G 155 of 538 ~ 28.81%
B 187 of 538 ~ 34.76%

%36.43
%28.81
%34.76

CMYK color model

#C49BBB color CMYK value is (0,21,5,23).

  • cyan value is 0.00%
  • magenta value is 20.92%
  • yellow value is 4.59%
  • key color value is 23.14%
CMYK:
(0,21,5,23)
C0M21Y5K23 
(0%,21%,5%,23%)
(0.00/0.21/0.05/0.23)	

CMYK percentages

%0
%20.92
%4.59
%23.14

Codes

Color #C49BBB in popluar color models

C49BBB
RGB196155187
HSL313°25.79%68.82%
HSB/HSV313°20.92%76.86%
CMYK0.00%20.92%4.59%
23.14%

Color #C49BBB in popluar number systems.

HEXC49BBB
Decimal196155187
Binary110001001001101110111011
Octal304233273

Shades and tints

Shades of #C49BBB

#C49BBB
(196,155,187)
#B38DAA
(179,141,170)
#A27F99
(162,127,153)
#917188
(145,113,136)
#806377
(128,99,119)
#6F5566
(111,85,102)
#5E4755
(94,71,85)
#4D3944
(77,57,68)
#3C2B33
(60,43,51)
#2B1D22
(43,29,34)
#1A0F11
(26,15,17)
#000000
(0,0,0)

Tints of #C49BBB

#C49BBB
(196,155,187)
#C9A4C1
(201,164,193)
#CEADC7
(206,173,199)
#D3B6CD
(211,182,205)
#D8BFD3
(216,191,211)
#DDC8D9
(221,200,217)
#E2D1DF
(226,209,223)
#E7DAE5
(231,218,229)
#ECE3EB
(236,227,235)
#F1ECF1
(241,236,241)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49BBB color. Also use rgb(196,155,187) instead hex code.

Text Font Color

.myTextColor { color: #C49BBB; }

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

This text font color is #C49BBB.


Background Color

.myBgColor { background-color: #C49BBB; }

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

This div background color is #C49BBB.


Border color

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

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

This div border color is #C49BBB.


Opacity

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

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

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

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

This text has shadow with #C49BBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49BBB on black background.


Color preview on white background

This text has color #C49BBB on white background.



Black color preview on #C49BBB background

This text has black color on #C49BBB background.


White color preview on #C49BBB background

This text has white color on #C49BBB background.