COLOR #C697A5

HEX: #C697A5
RGB: (198,151,165)

Color info

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

RGB color model

#C697A5 color RGB value is (198,151,165).

  • red value is 198;
  • green value is 151;
  • blue value is 165.
RGB:
(198,151,165)
(78%,59%,65%)

RGB channels and saturation

R 198 of 255 = 78%
G 151 of 255 = 59%
B 165 of 255 = 65%

198
151
165

R + G + B ~ 67%. #C697A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 151 + 165 = 514 (100%)
R 198 of 514 ~ 38.52%
G 151 of 514 ~ 29.38%
B 165 of 514 ~ 32.1%

%38.52
%29.38
%32.1

CMYK color model

#C697A5 color CMYK value is (0,24,17,22).

  • cyan value is 0.00%
  • magenta value is 23.74%
  • yellow value is 16.67%
  • key color value is 22.35%
CMYK:
(0,24,17,22)
C0M24Y17K22 
(0%,24%,17%,22%)
(0.00/0.24/0.17/0.22)	

CMYK percentages

%0
%23.74
%16.67
%22.35

Codes

Color #C697A5 in popluar color models

C697A5
RGB198151165
HSL342°29.19%68.43%
HSB/HSV342°23.74%77.65%
CMYK0.00%23.74%16.67%
22.35%

Color #C697A5 in popluar number systems.

HEXC697A5
Decimal198151165
Binary110001101001011110100101
Octal306227245

Shades and tints

Shades of #C697A5

#C697A5
(198,151,165)
#B48A96
(180,138,150)
#A27D87
(162,125,135)
#907078
(144,112,120)
#7E6369
(126,99,105)
#6C565A
(108,86,90)
#5A494B
(90,73,75)
#483C3C
(72,60,60)
#362F2D
(54,47,45)
#24221E
(36,34,30)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #C697A5

#C697A5
(198,151,165)
#CBA0AD
(203,160,173)
#D0A9B5
(208,169,181)
#D5B2BD
(213,178,189)
#DABBC5
(218,187,197)
#DFC4CD
(223,196,205)
#E4CDD5
(228,205,213)
#E9D6DD
(233,214,221)
#EEDFE5
(238,223,229)
#F3E8ED
(243,232,237)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C697A5; }

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

This text font color is #C697A5.


Background Color

.myBgColor { background-color: #C697A5; }

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

This div background color is #C697A5.


Border color

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

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

This div border color is #C697A5.


Opacity

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

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

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

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

This text has shadow with #C697A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C697A5 on black background.


Color preview on white background

This text has color #C697A5 on white background.



Black color preview on #C697A5 background

This text has black color on #C697A5 background.


White color preview on #C697A5 background

This text has white color on #C697A5 background.