COLOR #C696B3

HEX: #C696B3
RGB: (198,150,179)

Color info

#C696B3 contains red, green and blue colors in about the same proportion. Web safe color of #C696B3 is #CC9999 (or #C99).

RGB color model

#C696B3 color RGB value is (198,150,179).

  • red value is 198;
  • green value is 150;
  • blue value is 179.
RGB:
(198,150,179)
(78%,59%,70%)

RGB channels and saturation

R 198 of 255 = 78%
G 150 of 255 = 59%
B 179 of 255 = 70%

198
150
179

R + G + B ~ 69%. #C696B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 150 + 179 = 527 (100%)
R 198 of 527 ~ 37.57%
G 150 of 527 ~ 28.46%
B 179 of 527 ~ 33.97%

%37.57
%28.46
%33.97

CMYK color model

#C696B3 color CMYK value is (0,24,10,22).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 9.60%
  • key color value is 22.35%
CMYK:
(0,24,10,22)
C0M24Y10K22 
(0%,24%,10%,22%)
(0.00/0.24/0.10/0.22)	

CMYK percentages

%0
%24.24
%9.6
%22.35

Codes

Color #C696B3 in popluar color models

C696B3
RGB198150179
HSL324°29.63%68.24%
HSB/HSV324°24.24%77.65%
CMYK0.00%24.24%9.60%
22.35%

Color #C696B3 in popluar number systems.

HEXC696B3
Decimal198150179
Binary110001101001011010110011
Octal306226263

Shades and tints

Shades of #C696B3

#C696B3
(198,150,179)
#B489A3
(180,137,163)
#A27C93
(162,124,147)
#906F83
(144,111,131)
#7E6273
(126,98,115)
#6C5563
(108,85,99)
#5A4853
(90,72,83)
#483B43
(72,59,67)
#362E33
(54,46,51)
#242123
(36,33,35)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #C696B3

#C696B3
(198,150,179)
#CB9FB9
(203,159,185)
#D0A8BF
(208,168,191)
#D5B1C5
(213,177,197)
#DABACB
(218,186,203)
#DFC3D1
(223,195,209)
#E4CCD7
(228,204,215)
#E9D5DD
(233,213,221)
#EEDEE3
(238,222,227)
#F3E7E9
(243,231,233)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C696B3 color. Also use rgb(198,150,179) instead hex code.

Text Font Color

.myTextColor { color: #C696B3; }

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

This text font color is #C696B3.


Background Color

.myBgColor { background-color: #C696B3; }

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

This div background color is #C696B3.


Border color

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

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

This div border color is #C696B3.


Opacity

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

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

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

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

This text has shadow with #C696B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C696B3 on black background.


Color preview on white background

This text has color #C696B3 on white background.



Black color preview on #C696B3 background

This text has black color on #C696B3 background.


White color preview on #C696B3 background

This text has white color on #C696B3 background.