COLOR #C692D6

HEX: #C692D6
RGB: (198,146,214)

Color info

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

RGB color model

#C692D6 color RGB value is (198,146,214).

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

RGB channels and saturation

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

198
146
214

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

Portions of RGB colors in percentages

R + G + B =
198 + 146 + 214 = 558 (100%)
R 198 of 558 ~ 35.48%
G 146 of 558 ~ 26.16%
B 214 of 558 ~ 38.35%

%35.48
%26.16
%38.35

CMYK color model

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

  • cyan value is 7.48%
  • magenta value is 31.78%
  • 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
%31.78
%0
%16.08

Codes

Color #C692D6 in popluar color models

C692D6
RGB198146214
HSL286°45.33%70.59%
HSB/HSV286°31.78%83.92%
CMYK7.48%31.78%0.00%
16.08%

Color #C692D6 in popluar number systems.

HEXC692D6
Decimal198146214
Binary110001101001001011010110
Octal306222326

Shades and tints

Shades of #C692D6

#C692D6
(198,146,214)
#B485C3
(180,133,195)
#A278B0
(162,120,176)
#906B9D
(144,107,157)
#7E5E8A
(126,94,138)
#6C5177
(108,81,119)
#5A4464
(90,68,100)
#483751
(72,55,81)
#362A3E
(54,42,62)
#241D2B
(36,29,43)
#121018
(18,16,24)
#000000
(0,0,0)

Tints of #C692D6

#C692D6
(198,146,214)
#CB9BD9
(203,155,217)
#D0A4DC
(208,164,220)
#D5ADDF
(213,173,223)
#DAB6E2
(218,182,226)
#DFBFE5
(223,191,229)
#E4C8E8
(228,200,232)
#E9D1EB
(233,209,235)
#EEDAEE
(238,218,238)
#F3E3F1
(243,227,241)
#F8ECF4
(248,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C692D6; }

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

This text font color is #C692D6.


Background Color

.myBgColor { background-color: #C692D6; }

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

This div background color is #C692D6.


Border color

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

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

This div border color is #C692D6.


Opacity

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

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

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

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

This text has shadow with #C692D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C692D6 on black background.


Color preview on white background

This text has color #C692D6 on white background.



Black color preview on #C692D6 background

This text has black color on #C692D6 background.


White color preview on #C692D6 background

This text has white color on #C692D6 background.