COLOR #C49BE6

HEX: #C49BE6 RGB: (196,155,230)

Color info

#C49BE6 contains mainly red and blue colors. Web safe color of #C49BE6 is #CC99CC (or #C9C).

RGB color model

#C49BE6 color RGB value is (196,155,230).

RGB: (196,155,230) (77%, 61%, 90%)

RGB channels and saturation

R 196 of 255 = 77%
G 155 of 255 = 61%
B 230 of 255 = 90%

196
155
230

R + G + B ~ 76%. #C49BE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 155 + 230 = 581 (100%)
R 196 of 581 ~ 33.73%
G 155 of 581 ~ 26.68%
B 230 of 581 ~ 39.59'%

%33.73
%26.68
%39.59

CMYK color model

#C49BE6 color CMYK value is (15,33,0,10).

  • cyan value is 14.78%
  • magenta value is 32.61%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (15,33,0,10)
C15M33Y0K10 (15%, 33%, 0%, 10%)
(0.15 / 0.33 / 0.00 / 0.10)

CMYK percentages

%14.78
%32.61
%0
%9.8

Codes

Color #C49BE6 in popluar color models

C4 9B E6
RGB 196 155 230
HSL 273° 60.00% 75.49%
HSB/HSV 273° 32.61% 90.20%
CMYK 14.78% 32.61% 0.00%
9.80%

Color #C49BE6 in popluar number systems.

HEX C4 9B E6
Decimal 196 155 230
Binary 11000100 10011011 11100110
Octal 304 233 346

Shades and tints

Shades of #C49BE6

#C49BE6
(196,155,230)
#B38DD2
(179,141,210)
#A27FBE
(162,127,190)
#9171AA
(145,113,170)
#806396
(128,99,150)
#6F5582
(111,85,130)
#5E476E
(94,71,110)
#4D395A
(77,57,90)
#3C2B46
(60,43,70)
#2B1D32
(43,29,50)
#1A0F1E
(26,15,30)
#000000
(0,0,0)

Tints of #C49BE6

#C49BE6
(196,155,230)
#C9A4E8
(201,164,232)
#CEADEA
(206,173,234)
#D3B6EC
(211,182,236)
#D8BFEE
(216,191,238)
#DDC8F0
(221,200,240)
#E2D1F2
(226,209,242)
#E7DAF4
(231,218,244)
#ECE3F6
(236,227,246)
#F1ECF8
(241,236,248)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49BE6; }

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

This text font color is #C49BE6.

Background Color

.myBgColor { background-color: #C49BE6; }

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

This div background color is #C49BE6.

Border color

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

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

This div border color is #C49BE6.

Opacity

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

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

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

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

This text has shadow with #C49BE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49BE6.

Preview

Color preview on black background

This text has color #C49BE6 on black background.


Color preview on white background

This text has color #C49BE6 on white background.


Black color preview on #C49BE6 background

This text has black color on #C49BE6 background.


White color preview on #C49BE6 background

This text has white color on #C49BE6 background.


Related colors

Complementary color

Complementary color for #hex is #3B6419.


I love getcolorcode.com

Triadic colors

1 #E6C49B and #9BE6C4 with #C49BE6 are triadic colors.

2 #E69BC4 and #9BC4E6 with #C49BE6 are triadic colors.