COLOR #C49DEF

HEX: #C49DEF RGB: (196,157,239)

Color info

#C49DEF contains mainly red and blue colors. Web safe color of #C49DEF is #CC99FF (or #C9F).

RGB color model

#C49DEF color RGB value is (196,157,239).

RGB: (196,157,239) (77%, 62%, 94%)

RGB channels and saturation

R 196 of 255 = 77%
G 157 of 255 = 62%
B 239 of 255 = 94%

196
157
239

R + G + B ~ 78%. #C49DEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 157 + 239 = 592 (100%)
R 196 of 592 ~ 33.11%
G 157 of 592 ~ 26.52%
B 239 of 592 ~ 40.37'%

%33.11
%26.52
%40.37

CMYK color model

#C49DEF color CMYK value is (18,34,0,6).

  • cyan value is 17.99%
  • magenta value is 34.31%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (18,34,0,6) C18M34Y0K6 (18%,34%,0%,6%) (0.18/0.34/0.00/0.06) 

CMYK percentages

%17.99
%34.31
%0
%6.27

Codes

Color #C49DEF in popluar color models

C4 9D EF
RGB 196 157 239
HSL 269° 71.93% 77.65%
HSB/HSV 269° 34.31% 93.73%
CMYK 17.99% 34.31% 0.00%
6.27%

Color #C49DEF in popluar number systems.

HEX C4 9D EF
Decimal 196 157 239
Binary 11000100 10011101 11101111
Octal 304 235 357

Shades and tints

Shades of #C49DEF

#C49DEF
(196,157,239)
#B38FDA
(179,143,218)
#A281C5
(162,129,197)
#9173B0
(145,115,176)
#80659B
(128,101,155)
#6F5786
(111,87,134)
#5E4971
(94,73,113)
#4D3B5C
(77,59,92)
#3C2D47
(60,45,71)
#2B1F32
(43,31,50)
#1A111D
(26,17,29)
#000000
(0,0,0)

Tints of #C49DEF

#C49DEF
(196,157,239)
#C9A5F0
(201,165,240)
#CEADF1
(206,173,241)
#D3B5F2
(211,181,242)
#D8BDF3
(216,189,243)
#DDC5F4
(221,197,244)
#E2CDF5
(226,205,245)
#E7D5F6
(231,213,246)
#ECDDF7
(236,221,247)
#F1E5F8
(241,229,248)
#F6EDF9
(246,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49DEF; }

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

This text font color is #C49DEF.

Background Color

.myBgColor { background-color: #C49DEF; }

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

This div background color is #C49DEF.

Border color

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

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

This div border color is #C49DEF.

Opacity

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

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

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

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

This text has shadow with #C49DEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49DEF.

Preview

Color preview on black background

This text has color #C49DEF on black background.


Color preview on white background

This text has color #C49DEF on white background.


Black color preview on #C49DEF background

This text has black color on #C49DEF background.


White color preview on #C49DEF background

This text has white color on #C49DEF background.


Related colors

Complementary color

Complementary color for #hex is #3B6210.


I love getcolorcode.com

Triadic colors

1 #EFC49D and #9DEFC4 with #C49DEF are triadic colors.

2 #EF9DC4 and #9DC4EF with #C49DEF are triadic colors.