COLOR #C68EB1

HEX: #C68EB1
RGB: (198,142,177)

Color info

#C68EB1 contains red, green and blue colors in about the same proportion. Web safe color of #C68EB1 is #CC9999 (or #C99).

RGB color model

#C68EB1 color RGB value is (198,142,177).

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

RGB channels and saturation

R 198 of 255 = 78%
G 142 of 255 = 56%
B 177 of 255 = 69%

198
142
177

R + G + B ~ 68%. #C68EB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 142 + 177 = 517 (100%)
R 198 of 517 ~ 38.3%
G 142 of 517 ~ 27.47%
B 177 of 517 ~ 34.24%

%38.3
%27.47
%34.24

CMYK color model

#C68EB1 color CMYK value is (0,28,11,22).

  • cyan value is 0.00%
  • magenta value is 28.28%
  • yellow value is 10.61%
  • key color value is 22.35%
CMYK:
(0,28,11,22)
C0M28Y11K22 
(0%,28%,11%,22%)
(0.00/0.28/0.11/0.22)	

CMYK percentages

%0
%28.28
%10.61
%22.35

Codes

Color #C68EB1 in popluar color models

C68EB1
RGB198142177
HSL323°32.94%66.67%
HSB/HSV323°28.28%77.65%
CMYK0.00%28.28%10.61%
22.35%

Color #C68EB1 in popluar number systems.

HEXC68EB1
Decimal198142177
Binary110001101000111010110001
Octal306216261

Shades and tints

Shades of #C68EB1

#C68EB1
(198,142,177)
#B482A1
(180,130,161)
#A27691
(162,118,145)
#906A81
(144,106,129)
#7E5E71
(126,94,113)
#6C5261
(108,82,97)
#5A4651
(90,70,81)
#483A41
(72,58,65)
#362E31
(54,46,49)
#242221
(36,34,33)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #C68EB1

#C68EB1
(198,142,177)
#CB98B8
(203,152,184)
#D0A2BF
(208,162,191)
#D5ACC6
(213,172,198)
#DAB6CD
(218,182,205)
#DFC0D4
(223,192,212)
#E4CADB
(228,202,219)
#E9D4E2
(233,212,226)
#EEDEE9
(238,222,233)
#F3E8F0
(243,232,240)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68EB1; }

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

This text font color is #C68EB1.


Background Color

.myBgColor { background-color: #C68EB1; }

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

This div background color is #C68EB1.


Border color

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

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

This div border color is #C68EB1.


Opacity

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

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

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

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

This text has shadow with #C68EB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68EB1 on black background.


Color preview on white background

This text has color #C68EB1 on white background.



Black color preview on #C68EB1 background

This text has black color on #C68EB1 background.


White color preview on #C68EB1 background

This text has white color on #C68EB1 background.