COLOR #C697AD

HEX: #C697AD RGB: (198,151,173)

Color info

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

RGB color model

#C697AD color RGB value is (198,151,173).

RGB: (198,151,173) (78%, 59%, 68%)

RGB channels and saturation

R 198 of 255 = 78%
G 151 of 255 = 59%
B 173 of 255 = 68%

198
151
173

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

Portions of RGB colors in percentages

R + G + B = 198 + 151 + 173 = 522 (100%)
R 198 of 522 ~ 37.93%
G 151 of 522 ~ 28.93%
B 173 of 522 ~ 33.14'%

%37.93
%28.93
%33.14

CMYK color model

#C697AD color CMYK value is (0,24,13,22).

  • cyan value is 0.00%
  • magenta value is 23.74%
  • yellow value is 12.63%
  • key color value is 22.35%

CMYK: (0,24,13,22)
C0M24Y13K22 (0%, 24%, 13%, 22%)
(0.00 / 0.24 / 0.13 / 0.22)

CMYK percentages

%0
%23.74
%12.63
%22.35

Codes

Color #C697AD in popluar color models

C6 97 AD
RGB 198 151 173
HSL 332° 29.19% 68.43%
HSB/HSV 332° 23.74% 77.65%
CMYK 0.00% 23.74% 12.63%
22.35%

Color #C697AD in popluar number systems.

HEX C6 97 AD
Decimal 198 151 173
Binary 11000110 10010111 10101101
Octal 306 227 255

Shades and tints

Shades of #C697AD

#C697AD
(198,151,173)
#B48A9E
(180,138,158)
#A27D8F
(162,125,143)
#907080
(144,112,128)
#7E6371
(126,99,113)
#6C5662
(108,86,98)
#5A4953
(90,73,83)
#483C44
(72,60,68)
#362F35
(54,47,53)
#242226
(36,34,38)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #C697AD

#C697AD
(198,151,173)
#CBA0B4
(203,160,180)
#D0A9BB
(208,169,187)
#D5B2C2
(213,178,194)
#DABBC9
(218,187,201)
#DFC4D0
(223,196,208)
#E4CDD7
(228,205,215)
#E9D6DE
(233,214,222)
#EEDFE5
(238,223,229)
#F3E8EC
(243,232,236)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C697AD color. Also use rgb(198,151,173) instead hex code.

Text Font Color

.myTextColor { color: #C697AD; }

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

This text font color is #C697AD.

Background Color

.myBgColor { background-color: #C697AD; }

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

This div background color is #C697AD.

Border color

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

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

This div border color is #C697AD.

Opacity

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

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

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

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

This text has shadow with #C697AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C697AD.

Preview

Color preview on black background

This text has color #C697AD on black background.


Color preview on white background

This text has color #C697AD on white background.


Black color preview on #C697AD background

This text has black color on #C697AD background.


White color preview on #C697AD background

This text has white color on #C697AD background.


Related colors

Complementary color

Complementary color for #hex is #396852.


I love getcolorcode.com

Triadic colors

1 #ADC697 and #97ADC6 with #C697AD are triadic colors.

2 #AD97C6 and #97C6AD with #C697AD are triadic colors.