COLOR #C68EC0

HEX: #C68EC0
RGB: (198,142,192)

Color info

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

RGB color model

#C68EC0 color RGB value is (198,142,192).

  • red value is 198;
  • green value is 142;
  • blue value is 192.
RGB:
(198,142,192)
(78%,56%,75%)

RGB channels and saturation

R 198 of 255 = 78%
G 142 of 255 = 56%
B 192 of 255 = 75%

198
142
192

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

Portions of RGB colors in percentages

R + G + B =
198 + 142 + 192 = 532 (100%)
R 198 of 532 ~ 37.22%
G 142 of 532 ~ 26.69%
B 192 of 532 ~ 36.09%

%37.22
%26.69
%36.09

CMYK color model

#C68EC0 color CMYK value is (0,28,3,22).

  • cyan value is 0.00%
  • magenta value is 28.28%
  • yellow value is 3.03%
  • key color value is 22.35%
CMYK:
(0,28,3,22)
C0M28Y3K22 
(0%,28%,3%,22%)
(0.00/0.28/0.03/0.22)	

CMYK percentages

%0
%28.28
%3.03
%22.35

Codes

Color #C68EC0 in popluar color models

C68EC0
RGB198142192
HSL306°32.94%66.67%
HSB/HSV306°28.28%77.65%
CMYK0.00%28.28%3.03%
22.35%

Color #C68EC0 in popluar number systems.

HEXC68EC0
Decimal198142192
Binary110001101000111011000000
Octal306216300

Shades and tints

Shades of #C68EC0

#C68EC0
(198,142,192)
#B482AF
(180,130,175)
#A2769E
(162,118,158)
#906A8D
(144,106,141)
#7E5E7C
(126,94,124)
#6C526B
(108,82,107)
#5A465A
(90,70,90)
#483A49
(72,58,73)
#362E38
(54,46,56)
#242227
(36,34,39)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #C68EC0

#C68EC0
(198,142,192)
#CB98C5
(203,152,197)
#D0A2CA
(208,162,202)
#D5ACCF
(213,172,207)
#DAB6D4
(218,182,212)
#DFC0D9
(223,192,217)
#E4CADE
(228,202,222)
#E9D4E3
(233,212,227)
#EEDEE8
(238,222,232)
#F3E8ED
(243,232,237)
#F8F2F2
(248,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C68EC0 color. Also use rgb(198,142,192) instead hex code.

Text Font Color

.myTextColor { color: #C68EC0; }

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

This text font color is #C68EC0.


Background Color

.myBgColor { background-color: #C68EC0; }

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

This div background color is #C68EC0.


Border color

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

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

This div border color is #C68EC0.


Opacity

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

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

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

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

This text has shadow with #C68EC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68EC0 on black background.


Color preview on white background

This text has color #C68EC0 on white background.



Black color preview on #C68EC0 background

This text has black color on #C68EC0 background.


White color preview on #C68EC0 background

This text has white color on #C68EC0 background.