COLOR #C691D6

HEX: #C691D6
RGB: (198,145,214)

Color info

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

RGB color model

#C691D6 color RGB value is (198,145,214).

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

RGB channels and saturation

R 198 of 255 = 78%
G 145 of 255 = 57%
B 214 of 255 = 84%

198
145
214

R + G + B ~ 73%. #C691D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 145 + 214 = 557 (100%)
R 198 of 557 ~ 35.55%
G 145 of 557 ~ 26.03%
B 214 of 557 ~ 38.42%

%35.55
%26.03
%38.42

CMYK color model

#C691D6 color CMYK value is (7,32,0,16).

  • cyan value is 7.48%
  • magenta value is 32.24%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(7,32,0,16)
C7M32Y0K16 
(7%,32%,0%,16%)
(0.07/0.32/0.00/0.16)	

CMYK percentages

%7.48
%32.24
%0
%16.08

Codes

Color #C691D6 in popluar color models

C691D6
RGB198145214
HSL286°45.70%70.39%
HSB/HSV286°32.24%83.92%
CMYK7.48%32.24%0.00%
16.08%

Color #C691D6 in popluar number systems.

HEXC691D6
Decimal198145214
Binary110001101001000111010110
Octal306221326

Shades and tints

Shades of #C691D6

#C691D6
(198,145,214)
#B484C3
(180,132,195)
#A277B0
(162,119,176)
#906A9D
(144,106,157)
#7E5D8A
(126,93,138)
#6C5077
(108,80,119)
#5A4364
(90,67,100)
#483651
(72,54,81)
#36293E
(54,41,62)
#241C2B
(36,28,43)
#120F18
(18,15,24)
#000000
(0,0,0)

Tints of #C691D6

#C691D6
(198,145,214)
#CB9BD9
(203,155,217)
#D0A5DC
(208,165,220)
#D5AFDF
(213,175,223)
#DAB9E2
(218,185,226)
#DFC3E5
(223,195,229)
#E4CDE8
(228,205,232)
#E9D7EB
(233,215,235)
#EEE1EE
(238,225,238)
#F3EBF1
(243,235,241)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C691D6; }

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

This text font color is #C691D6.


Background Color

.myBgColor { background-color: #C691D6; }

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

This div background color is #C691D6.


Border color

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

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

This div border color is #C691D6.


Opacity

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

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

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

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

This text has shadow with #C691D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C691D6 on black background.


Color preview on white background

This text has color #C691D6 on white background.



Black color preview on #C691D6 background

This text has black color on #C691D6 background.


White color preview on #C691D6 background

This text has white color on #C691D6 background.