COLOR #C68D8D

HEX: #C68D8D
RGB: (198,141,141)

Color info

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

RGB color model

#C68D8D color RGB value is (198,141,141).

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

RGB channels and saturation

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

198
141
141

R + G + B ~ 63%. #C68D8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 141 + 141 = 480 (100%)
R 198 of 480 ~ 41.25%
G 141 of 480 ~ 29.38%
B 141 of 480 ~ 29.38%

%41.25
%29.38
%29.38

CMYK color model

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

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

CMYK percentages

%0
%28.79
%28.79
%22.35

Codes

Color #C68D8D in popluar color models

C68D8D
RGB198141141
HSL33.33%66.47%
HSB/HSV28.79%77.65%
CMYK0.00%28.79%28.79%
22.35%

Color #C68D8D in popluar number systems.

HEXC68D8D
Decimal198141141
Binary110001101000110110001101
Octal306215215

Shades and tints

Shades of #C68D8D

#C68D8D
(198,141,141)
#B48181
(180,129,129)
#A27575
(162,117,117)
#906969
(144,105,105)
#7E5D5D
(126,93,93)
#6C5151
(108,81,81)
#5A4545
(90,69,69)
#483939
(72,57,57)
#362D2D
(54,45,45)
#242121
(36,33,33)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #C68D8D

#C68D8D
(198,141,141)
#CB9797
(203,151,151)
#D0A1A1
(208,161,161)
#D5ABAB
(213,171,171)
#DAB5B5
(218,181,181)
#DFBFBF
(223,191,191)
#E4C9C9
(228,201,201)
#E9D3D3
(233,211,211)
#EEDDDD
(238,221,221)
#F3E7E7
(243,231,231)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68D8D; }

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

This text font color is #C68D8D.


Background Color

.myBgColor { background-color: #C68D8D; }

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

This div background color is #C68D8D.


Border color

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

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

This div border color is #C68D8D.


Opacity

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

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

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

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

This text has shadow with #C68D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68D8D on black background.


Color preview on white background

This text has color #C68D8D on white background.



Black color preview on #C68D8D background

This text has black color on #C68D8D background.


White color preview on #C68D8D background

This text has white color on #C68D8D background.