COLOR #C49EE3

HEX: #C49EE3 RGB: (196,158,227)

Color info

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

RGB color model

#C49EE3 color RGB value is (196,158,227).

RGB: (196,158,227) (77%, 62%, 89%)

RGB channels and saturation

R 196 of 255 = 77%
G 158 of 255 = 62%
B 227 of 255 = 89%

196
158
227

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

Portions of RGB colors in percentages

R + G + B = 196 + 158 + 227 = 581 (100%)
R 196 of 581 ~ 33.73%
G 158 of 581 ~ 27.19%
B 227 of 581 ~ 39.07'%

%33.73
%27.19
%39.07

CMYK color model

#C49EE3 color CMYK value is (14,30,0,11).

  • cyan value is 13.66%
  • magenta value is 30.40%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (14,30,0,11)
C14M30Y0K11 (14%, 30%, 0%, 11%)
(0.14 / 0.30 / 0.00 / 0.11)

CMYK percentages

%13.66
%30.4
%0
%10.98

Codes

Color #C49EE3 in popluar color models

C4 9E E3
RGB 196 158 227
HSL 273° 55.20% 75.49%
HSB/HSV 273° 30.40% 89.02%
CMYK 13.66% 30.40% 0.00%
10.98%

Color #C49EE3 in popluar number systems.

HEX C4 9E E3
Decimal 196 158 227
Binary 11000100 10011110 11100011
Octal 304 236 343

Shades and tints

Shades of #C49EE3

#C49EE3
(196,158,227)
#B390CF
(179,144,207)
#A282BB
(162,130,187)
#9174A7
(145,116,167)
#806693
(128,102,147)
#6F587F
(111,88,127)
#5E4A6B
(94,74,107)
#4D3C57
(77,60,87)
#3C2E43
(60,46,67)
#2B202F
(43,32,47)
#1A121B
(26,18,27)
#000000
(0,0,0)

Tints of #C49EE3

#C49EE3
(196,158,227)
#C9A6E5
(201,166,229)
#CEAEE7
(206,174,231)
#D3B6E9
(211,182,233)
#D8BEEB
(216,190,235)
#DDC6ED
(221,198,237)
#E2CEEF
(226,206,239)
#E7D6F1
(231,214,241)
#ECDEF3
(236,222,243)
#F1E6F5
(241,230,245)
#F6EEF7
(246,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49EE3 color. Also use rgb(196,158,227) instead hex code.

Text Font Color

.myTextColor { color: #C49EE3; }

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

This text font color is #C49EE3.

Background Color

.myBgColor { background-color: #C49EE3; }

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

This div background color is #C49EE3.

Border color

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

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

This div border color is #C49EE3.

Opacity

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

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

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

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

This text has shadow with #C49EE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49EE3.

Preview

Color preview on black background

This text has color #C49EE3 on black background.


Color preview on white background

This text has color #C49EE3 on white background.


Black color preview on #C49EE3 background

This text has black color on #C49EE3 background.


White color preview on #C49EE3 background

This text has white color on #C49EE3 background.


Related colors

Complementary color

Complementary color for #hex is #3B611C.


I love getcolorcode.com

Triadic colors

1 #E3C49E and #9EE3C4 with #C49EE3 are triadic colors.

2 #E39EC4 and #9EC4E3 with #C49EE3 are triadic colors.