COLOR #C496BD

HEX: #C496BD
RGB: (196,150,189)

Color info

#C496BD contains red, green and blue colors in about the same proportion. Web safe color of #C496BD is #CC99CC (or #C9C).

RGB color model

#C496BD color RGB value is (196,150,189).

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

RGB channels and saturation

R 196 of 255 = 77%
G 150 of 255 = 59%
B 189 of 255 = 74%

196
150
189

R + G + B ~ 70%. #C496BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 150 + 189 = 535 (100%)
R 196 of 535 ~ 36.64%
G 150 of 535 ~ 28.04%
B 189 of 535 ~ 35.33%

%36.64
%28.04
%35.33

CMYK color model

#C496BD color CMYK value is (0,23,4,23).

  • cyan value is 0.00%
  • magenta value is 23.47%
  • yellow value is 3.57%
  • key color value is 23.14%
CMYK:
(0,23,4,23)
C0M23Y4K23 
(0%,23%,4%,23%)
(0.00/0.23/0.04/0.23)	

CMYK percentages

%0
%23.47
%3.57
%23.14

Codes

Color #C496BD in popluar color models

C496BD
RGB196150189
HSL309°28.05%67.84%
HSB/HSV309°23.47%76.86%
CMYK0.00%23.47%3.57%
23.14%

Color #C496BD in popluar number systems.

HEXC496BD
Decimal196150189
Binary110001001001011010111101
Octal304226275

Shades and tints

Shades of #C496BD

#C496BD
(196,150,189)
#B389AC
(179,137,172)
#A27C9B
(162,124,155)
#916F8A
(145,111,138)
#806279
(128,98,121)
#6F5568
(111,85,104)
#5E4857
(94,72,87)
#4D3B46
(77,59,70)
#3C2E35
(60,46,53)
#2B2124
(43,33,36)
#1A1413
(26,20,19)
#000000
(0,0,0)

Tints of #C496BD

#C496BD
(196,150,189)
#C99FC3
(201,159,195)
#CEA8C9
(206,168,201)
#D3B1CF
(211,177,207)
#D8BAD5
(216,186,213)
#DDC3DB
(221,195,219)
#E2CCE1
(226,204,225)
#E7D5E7
(231,213,231)
#ECDEED
(236,222,237)
#F1E7F3
(241,231,243)
#F6F0F9
(246,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C496BD; }

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

This text font color is #C496BD.


Background Color

.myBgColor { background-color: #C496BD; }

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

This div background color is #C496BD.


Border color

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

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

This div border color is #C496BD.


Opacity

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

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

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

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

This text has shadow with #C496BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C496BD on black background.


Color preview on white background

This text has color #C496BD on white background.



Black color preview on #C496BD background

This text has black color on #C496BD background.


White color preview on #C496BD background

This text has white color on #C496BD background.