COLOR #C68DA7

HEX: #C68DA7
RGB: (198,141,167)

Color info

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

RGB color model

#C68DA7 color RGB value is (198,141,167).

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

RGB channels and saturation

R 198 of 255 = 78%
G 141 of 255 = 55%
B 167 of 255 = 65%

198
141
167

R + G + B ~ 66%. #C68DA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 141 + 167 = 506 (100%)
R 198 of 506 ~ 39.13%
G 141 of 506 ~ 27.87%
B 167 of 506 ~ 33%

%39.13
%27.87
%33

CMYK color model

#C68DA7 color CMYK value is (0,29,16,22).

  • cyan value is 0.00%
  • magenta value is 28.79%
  • yellow value is 15.66%
  • key color value is 22.35%
CMYK:
(0,29,16,22)
C0M29Y16K22 
(0%,29%,16%,22%)
(0.00/0.29/0.16/0.22)	

CMYK percentages

%0
%28.79
%15.66
%22.35

Codes

Color #C68DA7 in popluar color models

C68DA7
RGB198141167
HSL333°33.33%66.47%
HSB/HSV333°28.79%77.65%
CMYK0.00%28.79%15.66%
22.35%

Color #C68DA7 in popluar number systems.

HEXC68DA7
Decimal198141167
Binary110001101000110110100111
Octal306215247

Shades and tints

Shades of #C68DA7

#C68DA7
(198,141,167)
#B48198
(180,129,152)
#A27589
(162,117,137)
#90697A
(144,105,122)
#7E5D6B
(126,93,107)
#6C515C
(108,81,92)
#5A454D
(90,69,77)
#48393E
(72,57,62)
#362D2F
(54,45,47)
#242120
(36,33,32)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #C68DA7

#C68DA7
(198,141,167)
#CB97AF
(203,151,175)
#D0A1B7
(208,161,183)
#D5ABBF
(213,171,191)
#DAB5C7
(218,181,199)
#DFBFCF
(223,191,207)
#E4C9D7
(228,201,215)
#E9D3DF
(233,211,223)
#EEDDE7
(238,221,231)
#F3E7EF
(243,231,239)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68DA7; }

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

This text font color is #C68DA7.


Background Color

.myBgColor { background-color: #C68DA7; }

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

This div background color is #C68DA7.


Border color

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

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

This div border color is #C68DA7.


Opacity

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

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

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

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

This text has shadow with #C68DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68DA7 on black background.


Color preview on white background

This text has color #C68DA7 on white background.



Black color preview on #C68DA7 background

This text has black color on #C68DA7 background.


White color preview on #C68DA7 background

This text has white color on #C68DA7 background.