COLOR #C697B6

HEX: #C697B6
RGB: (198,151,182)

Color info

#C697B6 contains red, green and blue colors in about the same proportion. Web safe color of #C697B6 is #CC99CC (or #C9C).

RGB color model

#C697B6 color RGB value is (198,151,182).

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

RGB channels and saturation

R 198 of 255 = 78%
G 151 of 255 = 59%
B 182 of 255 = 71%

198
151
182

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

Portions of RGB colors in percentages

R + G + B =
198 + 151 + 182 = 531 (100%)
R 198 of 531 ~ 37.29%
G 151 of 531 ~ 28.44%
B 182 of 531 ~ 34.27%

%37.29
%28.44
%34.27

CMYK color model

#C697B6 color CMYK value is (0,24,8,22).

  • cyan value is 0.00%
  • magenta value is 23.74%
  • yellow value is 8.08%
  • key color value is 22.35%
CMYK:
(0,24,8,22)
C0M24Y8K22 
(0%,24%,8%,22%)
(0.00/0.24/0.08/0.22)	

CMYK percentages

%0
%23.74
%8.08
%22.35

Codes

Color #C697B6 in popluar color models

C697B6
RGB198151182
HSL320°29.19%68.43%
HSB/HSV320°23.74%77.65%
CMYK0.00%23.74%8.08%
22.35%

Color #C697B6 in popluar number systems.

HEXC697B6
Decimal198151182
Binary110001101001011110110110
Octal306227266

Shades and tints

Shades of #C697B6

#C697B6
(198,151,182)
#B48AA6
(180,138,166)
#A27D96
(162,125,150)
#907086
(144,112,134)
#7E6376
(126,99,118)
#6C5666
(108,86,102)
#5A4956
(90,73,86)
#483C46
(72,60,70)
#362F36
(54,47,54)
#242226
(36,34,38)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #C697B6

#C697B6
(198,151,182)
#CBA0BC
(203,160,188)
#D0A9C2
(208,169,194)
#D5B2C8
(213,178,200)
#DABBCE
(218,187,206)
#DFC4D4
(223,196,212)
#E4CDDA
(228,205,218)
#E9D6E0
(233,214,224)
#EEDFE6
(238,223,230)
#F3E8EC
(243,232,236)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C697B6; }

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

This text font color is #C697B6.


Background Color

.myBgColor { background-color: #C697B6; }

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

This div background color is #C697B6.


Border color

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

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

This div border color is #C697B6.


Opacity

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

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

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

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

This text has shadow with #C697B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C697B6 on black background.


Color preview on white background

This text has color #C697B6 on white background.



Black color preview on #C697B6 background

This text has black color on #C697B6 background.


White color preview on #C697B6 background

This text has white color on #C697B6 background.