COLOR #C68E8B

HEX: #C68E8B
RGB: (198,142,139)

Color info

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

RGB color model

#C68E8B color RGB value is (198,142,139).

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

RGB channels and saturation

R 198 of 255 = 78%
G 142 of 255 = 56%
B 139 of 255 = 55%

198
142
139

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

Portions of RGB colors in percentages

R + G + B =
198 + 142 + 139 = 479 (100%)
R 198 of 479 ~ 41.34%
G 142 of 479 ~ 29.65%
B 139 of 479 ~ 29.02%

%41.34
%29.65
%29.02

CMYK color model

#C68E8B color CMYK value is (0,28,30,22).

  • cyan value is 0.00%
  • magenta value is 28.28%
  • yellow value is 29.80%
  • key color value is 22.35%
CMYK:
(0,28,30,22)
C0M28Y30K22 
(0%,28%,30%,22%)
(0.00/0.28/0.30/0.22)	

CMYK percentages

%0
%28.28
%29.8
%22.35

Codes

Color #C68E8B in popluar color models

C68E8B
RGB198142139
HSL34.10%66.08%
HSB/HSV29.80%77.65%
CMYK0.00%28.28%29.80%
22.35%

Color #C68E8B in popluar number systems.

HEXC68E8B
Decimal198142139
Binary110001101000111010001011
Octal306216213

Shades and tints

Shades of #C68E8B

#C68E8B
(198,142,139)
#B4827F
(180,130,127)
#A27673
(162,118,115)
#906A67
(144,106,103)
#7E5E5B
(126,94,91)
#6C524F
(108,82,79)
#5A4643
(90,70,67)
#483A37
(72,58,55)
#362E2B
(54,46,43)
#24221F
(36,34,31)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #C68E8B

#C68E8B
(198,142,139)
#CB9895
(203,152,149)
#D0A29F
(208,162,159)
#D5ACA9
(213,172,169)
#DAB6B3
(218,182,179)
#DFC0BD
(223,192,189)
#E4CAC7
(228,202,199)
#E9D4D1
(233,212,209)
#EEDEDB
(238,222,219)
#F3E8E5
(243,232,229)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68E8B; }

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

This text font color is #C68E8B.


Background Color

.myBgColor { background-color: #C68E8B; }

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

This div background color is #C68E8B.


Border color

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

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

This div border color is #C68E8B.


Opacity

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

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

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

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

This text has shadow with #C68E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68E8B on black background.


Color preview on white background

This text has color #C68E8B on white background.



Black color preview on #C68E8B background

This text has black color on #C68E8B background.


White color preview on #C68E8B background

This text has white color on #C68E8B background.