COLOR #C68D96

HEX: #C68D96
RGB: (198,141,150)

Color info

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

RGB color model

#C68D96 color RGB value is (198,141,150).

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

RGB channels and saturation

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

198
141
150

R + G + B ~ 64%. #C68D96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 141 + 150 = 489 (100%)
R 198 of 489 ~ 40.49%
G 141 of 489 ~ 28.83%
B 150 of 489 ~ 30.67%

%40.49
%28.83
%30.67

CMYK color model

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

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

CMYK percentages

%0
%28.79
%24.24
%22.35

Codes

Color #C68D96 in popluar color models

C68D96
RGB198141150
HSL351°33.33%66.47%
HSB/HSV351°28.79%77.65%
CMYK0.00%28.79%24.24%
22.35%

Color #C68D96 in popluar number systems.

HEXC68D96
Decimal198141150
Binary110001101000110110010110
Octal306215226

Shades and tints

Shades of #C68D96

#C68D96
(198,141,150)
#B48189
(180,129,137)
#A2757C
(162,117,124)
#90696F
(144,105,111)
#7E5D62
(126,93,98)
#6C5155
(108,81,85)
#5A4548
(90,69,72)
#48393B
(72,57,59)
#362D2E
(54,45,46)
#242121
(36,33,33)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #C68D96

#C68D96
(198,141,150)
#CB979F
(203,151,159)
#D0A1A8
(208,161,168)
#D5ABB1
(213,171,177)
#DAB5BA
(218,181,186)
#DFBFC3
(223,191,195)
#E4C9CC
(228,201,204)
#E9D3D5
(233,211,213)
#EEDDDE
(238,221,222)
#F3E7E7
(243,231,231)
#F8F1F0
(248,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68D96; }

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

This text font color is #C68D96.


Background Color

.myBgColor { background-color: #C68D96; }

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

This div background color is #C68D96.


Border color

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

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

This div border color is #C68D96.


Opacity

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

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

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

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

This text has shadow with #C68D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68D96 on black background.


Color preview on white background

This text has color #C68D96 on white background.



Black color preview on #C68D96 background

This text has black color on #C68D96 background.


White color preview on #C68D96 background

This text has white color on #C68D96 background.