COLOR #C68DB2

HEX: #C68DB2
RGB: (198,141,178)

Color info

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

RGB color model

#C68DB2 color RGB value is (198,141,178).

  • red value is 198;
  • green value is 141;
  • blue value is 178.
RGB:
(198,141,178)
(78%,55%,70%)

RGB channels and saturation

R 198 of 255 = 78%
G 141 of 255 = 55%
B 178 of 255 = 70%

198
141
178

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

Portions of RGB colors in percentages

R + G + B =
198 + 141 + 178 = 517 (100%)
R 198 of 517 ~ 38.3%
G 141 of 517 ~ 27.27%
B 178 of 517 ~ 34.43%

%38.3
%27.27
%34.43

CMYK color model

#C68DB2 color CMYK value is (0,29,10,22).

  • cyan value is 0.00%
  • magenta value is 28.79%
  • yellow value is 10.10%
  • key color value is 22.35%
CMYK:
(0,29,10,22)
C0M29Y10K22 
(0%,29%,10%,22%)
(0.00/0.29/0.10/0.22)	

CMYK percentages

%0
%28.79
%10.1
%22.35

Codes

Color #C68DB2 in popluar color models

C68DB2
RGB198141178
HSL321°33.33%66.47%
HSB/HSV321°28.79%77.65%
CMYK0.00%28.79%10.10%
22.35%

Color #C68DB2 in popluar number systems.

HEXC68DB2
Decimal198141178
Binary110001101000110110110010
Octal306215262

Shades and tints

Shades of #C68DB2

#C68DB2
(198,141,178)
#B481A2
(180,129,162)
#A27592
(162,117,146)
#906982
(144,105,130)
#7E5D72
(126,93,114)
#6C5162
(108,81,98)
#5A4552
(90,69,82)
#483942
(72,57,66)
#362D32
(54,45,50)
#242122
(36,33,34)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #C68DB2

#C68DB2
(198,141,178)
#CB97B9
(203,151,185)
#D0A1C0
(208,161,192)
#D5ABC7
(213,171,199)
#DAB5CE
(218,181,206)
#DFBFD5
(223,191,213)
#E4C9DC
(228,201,220)
#E9D3E3
(233,211,227)
#EEDDEA
(238,221,234)
#F3E7F1
(243,231,241)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C68DB2 color. Also use rgb(198,141,178) instead hex code.

Text Font Color

.myTextColor { color: #C68DB2; }

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

This text font color is #C68DB2.


Background Color

.myBgColor { background-color: #C68DB2; }

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

This div background color is #C68DB2.


Border color

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

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

This div border color is #C68DB2.


Opacity

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

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

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

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

This text has shadow with #C68DB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68DB2 on black background.


Color preview on white background

This text has color #C68DB2 on white background.



Black color preview on #C68DB2 background

This text has black color on #C68DB2 background.


White color preview on #C68DB2 background

This text has white color on #C68DB2 background.