COLOR #C697D6

HEX: #C697D6
RGB: (198,151,214)

Color info

#C697D6 contains mainly red and blue colors. Web safe color of #C697D6 is #CC99CC (or #C9C).

RGB color model

#C697D6 color RGB value is (198,151,214).

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

RGB channels and saturation

R 198 of 255 = 78%
G 151 of 255 = 59%
B 214 of 255 = 84%

198
151
214

R + G + B ~ 74%. #C697D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 151 + 214 = 563 (100%)
R 198 of 563 ~ 35.17%
G 151 of 563 ~ 26.82%
B 214 of 563 ~ 38.01%

%35.17
%26.82
%38.01

CMYK color model

#C697D6 color CMYK value is (7,29,0,16).

  • cyan value is 7.48%
  • magenta value is 29.44%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(7,29,0,16)
C7M29Y0K16 
(7%,29%,0%,16%)
(0.07/0.29/0.00/0.16)	

CMYK percentages

%7.48
%29.44
%0
%16.08

Codes

Color #C697D6 in popluar color models

C697D6
RGB198151214
HSL285°43.45%71.57%
HSB/HSV285°29.44%83.92%
CMYK7.48%29.44%0.00%
16.08%

Color #C697D6 in popluar number systems.

HEXC697D6
Decimal198151214
Binary110001101001011111010110
Octal306227326

Shades and tints

Shades of #C697D6

#C697D6
(198,151,214)
#B48AC3
(180,138,195)
#A27DB0
(162,125,176)
#90709D
(144,112,157)
#7E638A
(126,99,138)
#6C5677
(108,86,119)
#5A4964
(90,73,100)
#483C51
(72,60,81)
#362F3E
(54,47,62)
#24222B
(36,34,43)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #C697D6

#C697D6
(198,151,214)
#CBA0D9
(203,160,217)
#D0A9DC
(208,169,220)
#D5B2DF
(213,178,223)
#DABBE2
(218,187,226)
#DFC4E5
(223,196,229)
#E4CDE8
(228,205,232)
#E9D6EB
(233,214,235)
#EEDFEE
(238,223,238)
#F3E8F1
(243,232,241)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C697D6; }

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

This text font color is #C697D6.


Background Color

.myBgColor { background-color: #C697D6; }

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

This div background color is #C697D6.


Border color

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

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

This div border color is #C697D6.


Opacity

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

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

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

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

This text has shadow with #C697D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C697D6 on black background.


Color preview on white background

This text has color #C697D6 on white background.



Black color preview on #C697D6 background

This text has black color on #C697D6 background.


White color preview on #C697D6 background

This text has white color on #C697D6 background.