COLOR #C68D8A

HEX: #C68D8A
RGB: (198,141,138)

Color info

#C68D8A contains mainly red and green colors. Web safe color of #C68D8A is #CC9999 (or #C99).

RGB color model

#C68D8A color RGB value is (198,141,138).

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

RGB channels and saturation

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

198
141
138

R + G + B ~ 62%. #C68D8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 141 + 138 = 477 (100%)
R 198 of 477 ~ 41.51%
G 141 of 477 ~ 29.56%
B 138 of 477 ~ 28.93%

%41.51
%29.56
%28.93

CMYK color model

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

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

CMYK percentages

%0
%28.79
%30.3
%22.35

Codes

Color #C68D8A in popluar color models

C68D8A
RGB198141138
HSL34.48%65.88%
HSB/HSV30.30%77.65%
CMYK0.00%28.79%30.30%
22.35%

Color #C68D8A in popluar number systems.

HEXC68D8A
Decimal198141138
Binary110001101000110110001010
Octal306215212

Shades and tints

Shades of #C68D8A

#C68D8A
(198,141,138)
#B4817E
(180,129,126)
#A27572
(162,117,114)
#906966
(144,105,102)
#7E5D5A
(126,93,90)
#6C514E
(108,81,78)
#5A4542
(90,69,66)
#483936
(72,57,54)
#362D2A
(54,45,42)
#24211E
(36,33,30)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #C68D8A

#C68D8A
(198,141,138)
#CB9794
(203,151,148)
#D0A19E
(208,161,158)
#D5ABA8
(213,171,168)
#DAB5B2
(218,181,178)
#DFBFBC
(223,191,188)
#E4C9C6
(228,201,198)
#E9D3D0
(233,211,208)
#EEDDDA
(238,221,218)
#F3E7E4
(243,231,228)
#F8F1EE
(248,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68D8A; }

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

This text font color is #C68D8A.


Background Color

.myBgColor { background-color: #C68D8A; }

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

This div background color is #C68D8A.


Border color

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

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

This div border color is #C68D8A.


Opacity

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

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

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

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

This text has shadow with #C68D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68D8A on black background.


Color preview on white background

This text has color #C68D8A on white background.



Black color preview on #C68D8A background

This text has black color on #C68D8A background.


White color preview on #C68D8A background

This text has white color on #C68D8A background.