COLOR #C68CAB

HEX: #C68CAB
RGB: (198,140,171)

Color info

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

RGB color model

#C68CAB color RGB value is (198,140,171).

  • red value is 198;
  • green value is 140;
  • blue value is 171.
RGB:
(198,140,171)
(78%,55%,67%)

RGB channels and saturation

R 198 of 255 = 78%
G 140 of 255 = 55%
B 171 of 255 = 67%

198
140
171

R + G + B ~ 67%. #C68CAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 140 + 171 = 509 (100%)
R 198 of 509 ~ 38.9%
G 140 of 509 ~ 27.5%
B 171 of 509 ~ 33.6%

%38.9
%27.5
%33.6

CMYK color model

#C68CAB color CMYK value is (0,29,14,22).

  • cyan value is 0.00%
  • magenta value is 29.29%
  • yellow value is 13.64%
  • key color value is 22.35%
CMYK:
(0,29,14,22)
C0M29Y14K22 
(0%,29%,14%,22%)
(0.00/0.29/0.14/0.22)	

CMYK percentages

%0
%29.29
%13.64
%22.35

Codes

Color #C68CAB in popluar color models

C68CAB
RGB198140171
HSL328°33.72%66.27%
HSB/HSV328°29.29%77.65%
CMYK0.00%29.29%13.64%
22.35%

Color #C68CAB in popluar number systems.

HEXC68CAB
Decimal198140171
Binary110001101000110010101011
Octal306214253

Shades and tints

Shades of #C68CAB

#C68CAB
(198,140,171)
#B4809C
(180,128,156)
#A2748D
(162,116,141)
#90687E
(144,104,126)
#7E5C6F
(126,92,111)
#6C5060
(108,80,96)
#5A4451
(90,68,81)
#483842
(72,56,66)
#362C33
(54,44,51)
#242024
(36,32,36)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #C68CAB

#C68CAB
(198,140,171)
#CB96B2
(203,150,178)
#D0A0B9
(208,160,185)
#D5AAC0
(213,170,192)
#DAB4C7
(218,180,199)
#DFBECE
(223,190,206)
#E4C8D5
(228,200,213)
#E9D2DC
(233,210,220)
#EEDCE3
(238,220,227)
#F3E6EA
(243,230,234)
#F8F0F1
(248,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68CAB; }

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

This text font color is #C68CAB.


Background Color

.myBgColor { background-color: #C68CAB; }

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

This div background color is #C68CAB.


Border color

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

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

This div border color is #C68CAB.


Opacity

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

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

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

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

This text has shadow with #C68CAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68CAB on black background.


Color preview on white background

This text has color #C68CAB on white background.



Black color preview on #C68CAB background

This text has black color on #C68CAB background.


White color preview on #C68CAB background

This text has white color on #C68CAB background.