COLOR #C696AF

HEX: #C696AF
RGB: (198,150,175)

Color info

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

RGB color model

#C696AF color RGB value is (198,150,175).

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

RGB channels and saturation

R 198 of 255 = 78%
G 150 of 255 = 59%
B 175 of 255 = 69%

198
150
175

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

Portions of RGB colors in percentages

R + G + B =
198 + 150 + 175 = 523 (100%)
R 198 of 523 ~ 37.86%
G 150 of 523 ~ 28.68%
B 175 of 523 ~ 33.46%

%37.86
%28.68
%33.46

CMYK color model

#C696AF color CMYK value is (0,24,12,22).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 11.62%
  • key color value is 22.35%
CMYK:
(0,24,12,22)
C0M24Y12K22 
(0%,24%,12%,22%)
(0.00/0.24/0.12/0.22)	

CMYK percentages

%0
%24.24
%11.62
%22.35

Codes

Color #C696AF in popluar color models

C696AF
RGB198150175
HSL329°29.63%68.24%
HSB/HSV329°24.24%77.65%
CMYK0.00%24.24%11.62%
22.35%

Color #C696AF in popluar number systems.

HEXC696AF
Decimal198150175
Binary110001101001011010101111
Octal306226257

Shades and tints

Shades of #C696AF

#C696AF
(198,150,175)
#B489A0
(180,137,160)
#A27C91
(162,124,145)
#906F82
(144,111,130)
#7E6273
(126,98,115)
#6C5564
(108,85,100)
#5A4855
(90,72,85)
#483B46
(72,59,70)
#362E37
(54,46,55)
#242128
(36,33,40)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #C696AF

#C696AF
(198,150,175)
#CB9FB6
(203,159,182)
#D0A8BD
(208,168,189)
#D5B1C4
(213,177,196)
#DABACB
(218,186,203)
#DFC3D2
(223,195,210)
#E4CCD9
(228,204,217)
#E9D5E0
(233,213,224)
#EEDEE7
(238,222,231)
#F3E7EE
(243,231,238)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C696AF; }

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

This text font color is #C696AF.


Background Color

.myBgColor { background-color: #C696AF; }

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

This div background color is #C696AF.


Border color

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

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

This div border color is #C696AF.


Opacity

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

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

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

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

This text has shadow with #C696AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C696AF on black background.


Color preview on white background

This text has color #C696AF on white background.



Black color preview on #C696AF background

This text has black color on #C696AF background.


White color preview on #C696AF background

This text has white color on #C696AF background.