COLOR #C68DB5

HEX: #C68DB5
RGB: (198,141,181)

Color info

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

RGB color model

#C68DB5 color RGB value is (198,141,181).

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

RGB channels and saturation

R 198 of 255 = 78%
G 141 of 255 = 55%
B 181 of 255 = 71%

198
141
181

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

Portions of RGB colors in percentages

R + G + B =
198 + 141 + 181 = 520 (100%)
R 198 of 520 ~ 38.08%
G 141 of 520 ~ 27.12%
B 181 of 520 ~ 34.81%

%38.08
%27.12
%34.81

CMYK color model

#C68DB5 color CMYK value is (0,29,9,22).

  • cyan value is 0.00%
  • magenta value is 28.79%
  • yellow value is 8.59%
  • key color value is 22.35%
CMYK:
(0,29,9,22)
C0M29Y9K22 
(0%,29%,9%,22%)
(0.00/0.29/0.09/0.22)	

CMYK percentages

%0
%28.79
%8.59
%22.35

Codes

Color #C68DB5 in popluar color models

C68DB5
RGB198141181
HSL318°33.33%66.47%
HSB/HSV318°28.79%77.65%
CMYK0.00%28.79%8.59%
22.35%

Color #C68DB5 in popluar number systems.

HEXC68DB5
Decimal198141181
Binary110001101000110110110101
Octal306215265

Shades and tints

Shades of #C68DB5

#C68DB5
(198,141,181)
#B481A5
(180,129,165)
#A27595
(162,117,149)
#906985
(144,105,133)
#7E5D75
(126,93,117)
#6C5165
(108,81,101)
#5A4555
(90,69,85)
#483945
(72,57,69)
#362D35
(54,45,53)
#242125
(36,33,37)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #C68DB5

#C68DB5
(198,141,181)
#CB97BB
(203,151,187)
#D0A1C1
(208,161,193)
#D5ABC7
(213,171,199)
#DAB5CD
(218,181,205)
#DFBFD3
(223,191,211)
#E4C9D9
(228,201,217)
#E9D3DF
(233,211,223)
#EEDDE5
(238,221,229)
#F3E7EB
(243,231,235)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68DB5; }

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

This text font color is #C68DB5.


Background Color

.myBgColor { background-color: #C68DB5; }

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

This div background color is #C68DB5.


Border color

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

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

This div border color is #C68DB5.


Opacity

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

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

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

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

This text has shadow with #C68DB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68DB5 on black background.


Color preview on white background

This text has color #C68DB5 on white background.



Black color preview on #C68DB5 background

This text has black color on #C68DB5 background.


White color preview on #C68DB5 background

This text has white color on #C68DB5 background.