COLOR #C49DDE

HEX: #C49DDE RGB: (196,157,222)

Color info

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

RGB color model

#C49DDE color RGB value is (196,157,222).

RGB: (196,157,222) (77%, 62%, 87%)

RGB channels and saturation

R 196 of 255 = 77%
G 157 of 255 = 62%
B 222 of 255 = 87%

196
157
222

R + G + B ~ 75%. #C49DDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 157 + 222 = 575 (100%)
R 196 of 575 ~ 34.09%
G 157 of 575 ~ 27.3%
B 222 of 575 ~ 38.61'%

%34.09
%27.3
%38.61

CMYK color model

#C49DDE color CMYK value is (12,29,0,13).

  • cyan value is 11.71%
  • magenta value is 29.28%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (12,29,0,13)
C12M29Y0K13 (12%, 29%, 0%, 13%)
(0.12 / 0.29 / 0.00 / 0.13)

CMYK percentages

%11.71
%29.28
%0
%12.94

Codes

Color #C49DDE in popluar color models

C4 9D DE
RGB 196 157 222
HSL 276° 49.62% 74.31%
HSB/HSV 276° 29.28% 87.06%
CMYK 11.71% 29.28% 0.00%
12.94%

Color #C49DDE in popluar number systems.

HEX C4 9D DE
Decimal 196 157 222
Binary 11000100 10011101 11011110
Octal 304 235 336

Shades and tints

Shades of #C49DDE

#C49DDE
(196,157,222)
#B38FCA
(179,143,202)
#A281B6
(162,129,182)
#9173A2
(145,115,162)
#80658E
(128,101,142)
#6F577A
(111,87,122)
#5E4966
(94,73,102)
#4D3B52
(77,59,82)
#3C2D3E
(60,45,62)
#2B1F2A
(43,31,42)
#1A1116
(26,17,22)
#000000
(0,0,0)

Tints of #C49DDE

#C49DDE
(196,157,222)
#C9A5E1
(201,165,225)
#CEADE4
(206,173,228)
#D3B5E7
(211,181,231)
#D8BDEA
(216,189,234)
#DDC5ED
(221,197,237)
#E2CDF0
(226,205,240)
#E7D5F3
(231,213,243)
#ECDDF6
(236,221,246)
#F1E5F9
(241,229,249)
#F6EDFC
(246,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49DDE color. Also use rgb(196,157,222) instead hex code.

Text Font Color

.myTextColor { color: #C49DDE; }

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

This text font color is #C49DDE.

Background Color

.myBgColor { background-color: #C49DDE; }

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

This div background color is #C49DDE.

Border color

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

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

This div border color is #C49DDE.

Opacity

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

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

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

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

This text has shadow with #C49DDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49DDE.

Preview

Color preview on black background

This text has color #C49DDE on black background.


Color preview on white background

This text has color #C49DDE on white background.


Black color preview on #C49DDE background

This text has black color on #C49DDE background.


White color preview on #C49DDE background

This text has white color on #C49DDE background.


Related colors

Complementary color

Complementary color for #hex is #3B6221.


I love getcolorcode.com

Triadic colors

1 #DEC49D and #9DDEC4 with #C49DDE are triadic colors.

2 #DE9DC4 and #9DC4DE with #C49DDE are triadic colors.