COLOR #C68F8F

HEX: #C68F8F
RGB: (198,143,143)

Color info

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

RGB color model

#C68F8F color RGB value is (198,143,143).

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

RGB channels and saturation

R 198 of 255 = 78%
G 143 of 255 = 56%
B 143 of 255 = 56%

198
143
143

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

Portions of RGB colors in percentages

R + G + B =
198 + 143 + 143 = 484 (100%)
R 198 of 484 ~ 40.91%
G 143 of 484 ~ 29.55%
B 143 of 484 ~ 29.55%

%40.91
%29.55
%29.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 27.78%
  • key color value is 22.35%
CMYK:
(0,28,28,22)
C0M28Y28K22 
(0%,28%,28%,22%)
(0.00/0.28/0.28/0.22)	

CMYK percentages

%0
%27.78
%27.78
%22.35

Codes

Color #C68F8F in popluar color models

C68F8F
RGB198143143
HSL32.54%66.86%
HSB/HSV27.78%77.65%
CMYK0.00%27.78%27.78%
22.35%

Color #C68F8F in popluar number systems.

HEXC68F8F
Decimal198143143
Binary110001101000111110001111
Octal306217217

Shades and tints

Shades of #C68F8F

#C68F8F
(198,143,143)
#B48282
(180,130,130)
#A27575
(162,117,117)
#906868
(144,104,104)
#7E5B5B
(126,91,91)
#6C4E4E
(108,78,78)
#5A4141
(90,65,65)
#483434
(72,52,52)
#362727
(54,39,39)
#241A1A
(36,26,26)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #C68F8F

#C68F8F
(198,143,143)
#CB9999
(203,153,153)
#D0A3A3
(208,163,163)
#D5ADAD
(213,173,173)
#DAB7B7
(218,183,183)
#DFC1C1
(223,193,193)
#E4CBCB
(228,203,203)
#E9D5D5
(233,213,213)
#EEDFDF
(238,223,223)
#F3E9E9
(243,233,233)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68F8F; }

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

This text font color is #C68F8F.


Background Color

.myBgColor { background-color: #C68F8F; }

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

This div background color is #C68F8F.


Border color

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

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

This div border color is #C68F8F.


Opacity

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

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

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

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

This text has shadow with #C68F8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68F8F on black background.


Color preview on white background

This text has color #C68F8F on white background.



Black color preview on #C68F8F background

This text has black color on #C68F8F background.


White color preview on #C68F8F background

This text has white color on #C68F8F background.