COLOR #C697BA

HEX: #C697BA
RGB: (198,151,186)

Color info

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

RGB color model

#C697BA color RGB value is (198,151,186).

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

RGB channels and saturation

R 198 of 255 = 78%
G 151 of 255 = 59%
B 186 of 255 = 73%

198
151
186

R + G + B ~ 70%. #C697BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 151 + 186 = 535 (100%)
R 198 of 535 ~ 37.01%
G 151 of 535 ~ 28.22%
B 186 of 535 ~ 34.77%

%37.01
%28.22
%34.77

CMYK color model

#C697BA color CMYK value is (0,24,6,22).

  • cyan value is 0.00%
  • magenta value is 23.74%
  • yellow value is 6.06%
  • key color value is 22.35%
CMYK:
(0,24,6,22)
C0M24Y6K22 
(0%,24%,6%,22%)
(0.00/0.24/0.06/0.22)	

CMYK percentages

%0
%23.74
%6.06
%22.35

Codes

Color #C697BA in popluar color models

C697BA
RGB198151186
HSL315°29.19%68.43%
HSB/HSV315°23.74%77.65%
CMYK0.00%23.74%6.06%
22.35%

Color #C697BA in popluar number systems.

HEXC697BA
Decimal198151186
Binary110001101001011110111010
Octal306227272

Shades and tints

Shades of #C697BA

#C697BA
(198,151,186)
#B48AAA
(180,138,170)
#A27D9A
(162,125,154)
#90708A
(144,112,138)
#7E637A
(126,99,122)
#6C566A
(108,86,106)
#5A495A
(90,73,90)
#483C4A
(72,60,74)
#362F3A
(54,47,58)
#24222A
(36,34,42)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #C697BA

#C697BA
(198,151,186)
#CBA0C0
(203,160,192)
#D0A9C6
(208,169,198)
#D5B2CC
(213,178,204)
#DABBD2
(218,187,210)
#DFC4D8
(223,196,216)
#E4CDDE
(228,205,222)
#E9D6E4
(233,214,228)
#EEDFEA
(238,223,234)
#F3E8F0
(243,232,240)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C697BA; }

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

This text font color is #C697BA.


Background Color

.myBgColor { background-color: #C697BA; }

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

This div background color is #C697BA.


Border color

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

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

This div border color is #C697BA.


Opacity

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

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

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

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

This text has shadow with #C697BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C697BA on black background.


Color preview on white background

This text has color #C697BA on white background.



Black color preview on #C697BA background

This text has black color on #C697BA background.


White color preview on #C697BA background

This text has white color on #C697BA background.