COLOR #C68E87

HEX: #C68E87
RGB: (198,142,135)

Color info

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

RGB color model

#C68E87 color RGB value is (198,142,135).

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

RGB channels and saturation

R 198 of 255 = 78%
G 142 of 255 = 56%
B 135 of 255 = 53%

198
142
135

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

Portions of RGB colors in percentages

R + G + B =
198 + 142 + 135 = 475 (100%)
R 198 of 475 ~ 41.68%
G 142 of 475 ~ 29.89%
B 135 of 475 ~ 28.42%

%41.68
%29.89
%28.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.28%
  • yellow value is 31.82%
  • key color value is 22.35%
CMYK:
(0,28,32,22)
C0M28Y32K22 
(0%,28%,32%,22%)
(0.00/0.28/0.32/0.22)	

CMYK percentages

%0
%28.28
%31.82
%22.35

Codes

Color #C68E87 in popluar color models

C68E87
RGB198142135
HSL35.59%65.29%
HSB/HSV31.82%77.65%
CMYK0.00%28.28%31.82%
22.35%

Color #C68E87 in popluar number systems.

HEXC68E87
Decimal198142135
Binary110001101000111010000111
Octal306216207

Shades and tints

Shades of #C68E87

#C68E87
(198,142,135)
#B4827B
(180,130,123)
#A2766F
(162,118,111)
#906A63
(144,106,99)
#7E5E57
(126,94,87)
#6C524B
(108,82,75)
#5A463F
(90,70,63)
#483A33
(72,58,51)
#362E27
(54,46,39)
#24221B
(36,34,27)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #C68E87

#C68E87
(198,142,135)
#CB9891
(203,152,145)
#D0A29B
(208,162,155)
#D5ACA5
(213,172,165)
#DAB6AF
(218,182,175)
#DFC0B9
(223,192,185)
#E4CAC3
(228,202,195)
#E9D4CD
(233,212,205)
#EEDED7
(238,222,215)
#F3E8E1
(243,232,225)
#F8F2EB
(248,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68E87; }

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

This text font color is #C68E87.


Background Color

.myBgColor { background-color: #C68E87; }

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

This div background color is #C68E87.


Border color

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

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

This div border color is #C68E87.


Opacity

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

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

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

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

This text has shadow with #C68E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68E87 on black background.


Color preview on white background

This text has color #C68E87 on white background.



Black color preview on #C68E87 background

This text has black color on #C68E87 background.


White color preview on #C68E87 background

This text has white color on #C68E87 background.