COLOR #C696AE

HEX: #C696AE RGB: (198,150,174)

Color info

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

RGB color model

#C696AE color RGB value is (198,150,174).

RGB: (198,150,174) (78%, 59%, 68%)

RGB channels and saturation

R 198 of 255 = 78%
G 150 of 255 = 59%
B 174 of 255 = 68%

198
150
174

R + G + B ~ 68%. #C696AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 150 + 174 = 522 (100%)
R 198 of 522 ~ 37.93%
G 150 of 522 ~ 28.74%
B 174 of 522 ~ 33.33'%

%37.93
%28.74
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 12.12%
  • 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
%12.12
%22.35

Codes

Color #C696AE in popluar color models

C6 96 AE
RGB 198 150 174
HSL 330° 29.63% 68.24%
HSB/HSV 330° 24.24% 77.65%
CMYK 0.00% 24.24% 12.12%
22.35%

Color #C696AE in popluar number systems.

HEX C6 96 AE
Decimal 198 150 174
Binary 11000110 10010110 10101110
Octal 306 226 256

Shades and tints

Shades of #C696AE

#C696AE
(198,150,174)
#B4899F
(180,137,159)
#A27C90
(162,124,144)
#906F81
(144,111,129)
#7E6272
(126,98,114)
#6C5563
(108,85,99)
#5A4854
(90,72,84)
#483B45
(72,59,69)
#362E36
(54,46,54)
#242127
(36,33,39)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #C696AE

#C696AE
(198,150,174)
#CB9FB5
(203,159,181)
#D0A8BC
(208,168,188)
#D5B1C3
(213,177,195)
#DABACA
(218,186,202)
#DFC3D1
(223,195,209)
#E4CCD8
(228,204,216)
#E9D5DF
(233,213,223)
#EEDEE6
(238,222,230)
#F3E7ED
(243,231,237)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C696AE; }

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

This text font color is #C696AE.

Background Color

.myBgColor { background-color: #C696AE; }

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

This div background color is #C696AE.

Border color

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

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

This div border color is #C696AE.

Opacity

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

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

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

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

This text has shadow with #C696AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C696AE.

Preview

Color preview on black background

This text has color #C696AE on black background.


Color preview on white background

This text has color #C696AE on white background.


Black color preview on #C696AE background

This text has black color on #C696AE background.


White color preview on #C696AE background

This text has white color on #C696AE background.


Related colors

Complementary color

Complementary color for #hex is #396951.


I love getcolorcode.com

Triadic colors

1 #AEC696 and #96AEC6 with #C696AE are triadic colors.

2 #AE96C6 and #96C6AE with #C696AE are triadic colors.