COLOR #C496EE

HEX: #C496EE
RGB: (196,150,238)

Color info

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

RGB color model

#C496EE color RGB value is (196,150,238).

  • red value is 196;
  • green value is 150;
  • blue value is 238.
RGB:
(196,150,238)
(77%,59%,93%)

RGB channels and saturation

R 196 of 255 = 77%
G 150 of 255 = 59%
B 238 of 255 = 93%

196
150
238

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

Portions of RGB colors in percentages

R + G + B =
196 + 150 + 238 = 584 (100%)
R 196 of 584 ~ 33.56%
G 150 of 584 ~ 25.68%
B 238 of 584 ~ 40.75%

%33.56
%25.68
%40.75

CMYK color model

#C496EE color CMYK value is (18,37,0,7).

  • cyan value is 17.65%
  • magenta value is 36.97%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(18,37,0,7)
C18M37Y0K7 
(18%,37%,0%,7%)
(0.18/0.37/0.00/0.07)	

CMYK percentages

%17.65
%36.97
%0
%6.67

Codes

Color #C496EE in popluar color models

C496EE
RGB196150238
HSL271°72.13%76.08%
HSB/HSV271°36.97%93.33%
CMYK17.65%36.97%0.00%
6.67%

Color #C496EE in popluar number systems.

HEXC496EE
Decimal196150238
Binary110001001001011011101110
Octal304226356

Shades and tints

Shades of #C496EE

#C496EE
(196,150,238)
#B389D9
(179,137,217)
#A27CC4
(162,124,196)
#916FAF
(145,111,175)
#80629A
(128,98,154)
#6F5585
(111,85,133)
#5E4870
(94,72,112)
#4D3B5B
(77,59,91)
#3C2E46
(60,46,70)
#2B2131
(43,33,49)
#1A141C
(26,20,28)
#000000
(0,0,0)

Tints of #C496EE

#C496EE
(196,150,238)
#C99FEF
(201,159,239)
#CEA8F0
(206,168,240)
#D3B1F1
(211,177,241)
#D8BAF2
(216,186,242)
#DDC3F3
(221,195,243)
#E2CCF4
(226,204,244)
#E7D5F5
(231,213,245)
#ECDEF6
(236,222,246)
#F1E7F7
(241,231,247)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C496EE color. Also use rgb(196,150,238) instead hex code.

Text Font Color

.myTextColor { color: #C496EE; }

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

This text font color is #C496EE.


Background Color

.myBgColor { background-color: #C496EE; }

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

This div background color is #C496EE.


Border color

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

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

This div border color is #C496EE.


Opacity

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

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

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

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

This text has shadow with #C496EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C496EE on black background.


Color preview on white background

This text has color #C496EE on white background.



Black color preview on #C496EE background

This text has black color on #C496EE background.


White color preview on #C496EE background

This text has white color on #C496EE background.