COLOR #C697B0

HEX: #C697B0
RGB: (198,151,176)

Color info

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

RGB color model

#C697B0 color RGB value is (198,151,176).

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

RGB channels and saturation

R 198 of 255 = 78%
G 151 of 255 = 59%
B 176 of 255 = 69%

198
151
176

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

Portions of RGB colors in percentages

R + G + B =
198 + 151 + 176 = 525 (100%)
R 198 of 525 ~ 37.71%
G 151 of 525 ~ 28.76%
B 176 of 525 ~ 33.52%

%37.71
%28.76
%33.52

CMYK color model

#C697B0 color CMYK value is (0,24,11,22).

  • cyan value is 0.00%
  • magenta value is 23.74%
  • yellow value is 11.11%
  • key color value is 22.35%
CMYK:
(0,24,11,22)
C0M24Y11K22 
(0%,24%,11%,22%)
(0.00/0.24/0.11/0.22)	

CMYK percentages

%0
%23.74
%11.11
%22.35

Codes

Color #C697B0 in popluar color models

C697B0
RGB198151176
HSL328°29.19%68.43%
HSB/HSV328°23.74%77.65%
CMYK0.00%23.74%11.11%
22.35%

Color #C697B0 in popluar number systems.

HEXC697B0
Decimal198151176
Binary110001101001011110110000
Octal306227260

Shades and tints

Shades of #C697B0

#C697B0
(198,151,176)
#B48AA0
(180,138,160)
#A27D90
(162,125,144)
#907080
(144,112,128)
#7E6370
(126,99,112)
#6C5660
(108,86,96)
#5A4950
(90,73,80)
#483C40
(72,60,64)
#362F30
(54,47,48)
#242220
(36,34,32)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #C697B0

#C697B0
(198,151,176)
#CBA0B7
(203,160,183)
#D0A9BE
(208,169,190)
#D5B2C5
(213,178,197)
#DABBCC
(218,187,204)
#DFC4D3
(223,196,211)
#E4CDDA
(228,205,218)
#E9D6E1
(233,214,225)
#EEDFE8
(238,223,232)
#F3E8EF
(243,232,239)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C697B0; }

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

This text font color is #C697B0.


Background Color

.myBgColor { background-color: #C697B0; }

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

This div background color is #C697B0.


Border color

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

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

This div border color is #C697B0.


Opacity

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

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

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

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

This text has shadow with #C697B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C697B0 on black background.


Color preview on white background

This text has color #C697B0 on white background.



Black color preview on #C697B0 background

This text has black color on #C697B0 background.


White color preview on #C697B0 background

This text has white color on #C697B0 background.