COLOR #C68DB7

HEX: #C68DB7
RGB: (198,141,183)

Color info

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

RGB color model

#C68DB7 color RGB value is (198,141,183).

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

RGB channels and saturation

R 198 of 255 = 78%
G 141 of 255 = 55%
B 183 of 255 = 72%

198
141
183

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

Portions of RGB colors in percentages

R + G + B =
198 + 141 + 183 = 522 (100%)
R 198 of 522 ~ 37.93%
G 141 of 522 ~ 27.01%
B 183 of 522 ~ 35.06%

%37.93
%27.01
%35.06

CMYK color model

#C68DB7 color CMYK value is (0,29,8,22).

  • cyan value is 0.00%
  • magenta value is 28.79%
  • yellow value is 7.58%
  • key color value is 22.35%
CMYK:
(0,29,8,22)
C0M29Y8K22 
(0%,29%,8%,22%)
(0.00/0.29/0.08/0.22)	

CMYK percentages

%0
%28.79
%7.58
%22.35

Codes

Color #C68DB7 in popluar color models

C68DB7
RGB198141183
HSL316°33.33%66.47%
HSB/HSV316°28.79%77.65%
CMYK0.00%28.79%7.58%
22.35%

Color #C68DB7 in popluar number systems.

HEXC68DB7
Decimal198141183
Binary110001101000110110110111
Octal306215267

Shades and tints

Shades of #C68DB7

#C68DB7
(198,141,183)
#B481A7
(180,129,167)
#A27597
(162,117,151)
#906987
(144,105,135)
#7E5D77
(126,93,119)
#6C5167
(108,81,103)
#5A4557
(90,69,87)
#483947
(72,57,71)
#362D37
(54,45,55)
#242127
(36,33,39)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #C68DB7

#C68DB7
(198,141,183)
#CB97BD
(203,151,189)
#D0A1C3
(208,161,195)
#D5ABC9
(213,171,201)
#DAB5CF
(218,181,207)
#DFBFD5
(223,191,213)
#E4C9DB
(228,201,219)
#E9D3E1
(233,211,225)
#EEDDE7
(238,221,231)
#F3E7ED
(243,231,237)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68DB7; }

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

This text font color is #C68DB7.


Background Color

.myBgColor { background-color: #C68DB7; }

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

This div background color is #C68DB7.


Border color

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

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

This div border color is #C68DB7.


Opacity

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

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

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

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

This text has shadow with #C68DB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68DB7 on black background.


Color preview on white background

This text has color #C68DB7 on white background.



Black color preview on #C68DB7 background

This text has black color on #C68DB7 background.


White color preview on #C68DB7 background

This text has white color on #C68DB7 background.