COLOR #C49BD1

HEX: #C49BD1
RGB: (196,155,209)

Color info

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

RGB color model

#C49BD1 color RGB value is (196,155,209).

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

RGB channels and saturation

R 196 of 255 = 77%
G 155 of 255 = 61%
B 209 of 255 = 82%

196
155
209

R + G + B ~ 73%. #C49BD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 155 + 209 = 560 (100%)
R 196 of 560 ~ 35%
G 155 of 560 ~ 27.68%
B 209 of 560 ~ 37.32%

%35
%27.68
%37.32

CMYK color model

#C49BD1 color CMYK value is (6,26,0,18).

  • cyan value is 6.22%
  • magenta value is 25.84%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(6,26,0,18)
C6M26Y0K18 
(6%,26%,0%,18%)
(0.06/0.26/0.00/0.18)	

CMYK percentages

%6.22
%25.84
%0
%18.04

Codes

Color #C49BD1 in popluar color models

C49BD1
RGB196155209
HSL286°36.99%71.37%
HSB/HSV286°25.84%81.96%
CMYK6.22%25.84%0.00%
18.04%

Color #C49BD1 in popluar number systems.

HEXC49BD1
Decimal196155209
Binary110001001001101111010001
Octal304233321

Shades and tints

Shades of #C49BD1

#C49BD1
(196,155,209)
#B38DBE
(179,141,190)
#A27FAB
(162,127,171)
#917198
(145,113,152)
#806385
(128,99,133)
#6F5572
(111,85,114)
#5E475F
(94,71,95)
#4D394C
(77,57,76)
#3C2B39
(60,43,57)
#2B1D26
(43,29,38)
#1A0F13
(26,15,19)
#000000
(0,0,0)

Tints of #C49BD1

#C49BD1
(196,155,209)
#C9A4D5
(201,164,213)
#CEADD9
(206,173,217)
#D3B6DD
(211,182,221)
#D8BFE1
(216,191,225)
#DDC8E5
(221,200,229)
#E2D1E9
(226,209,233)
#E7DAED
(231,218,237)
#ECE3F1
(236,227,241)
#F1ECF5
(241,236,245)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49BD1; }

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

This text font color is #C49BD1.


Background Color

.myBgColor { background-color: #C49BD1; }

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

This div background color is #C49BD1.


Border color

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

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

This div border color is #C49BD1.


Opacity

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

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

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

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

This text has shadow with #C49BD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49BD1 on black background.


Color preview on white background

This text has color #C49BD1 on white background.



Black color preview on #C49BD1 background

This text has black color on #C49BD1 background.


White color preview on #C49BD1 background

This text has white color on #C49BD1 background.