COLOR #C68AB3

HEX: #C68AB3
RGB: (198,138,179)

Color info

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

RGB color model

#C68AB3 color RGB value is (198,138,179).

  • red value is 198;
  • green value is 138;
  • blue value is 179.
RGB:
(198,138,179)
(78%,54%,70%)

RGB channels and saturation

R 198 of 255 = 78%
G 138 of 255 = 54%
B 179 of 255 = 70%

198
138
179

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

Portions of RGB colors in percentages

R + G + B =
198 + 138 + 179 = 515 (100%)
R 198 of 515 ~ 38.45%
G 138 of 515 ~ 26.8%
B 179 of 515 ~ 34.76%

%38.45
%26.8
%34.76

CMYK color model

#C68AB3 color CMYK value is (0,30,10,22).

  • cyan value is 0.00%
  • magenta value is 30.30%
  • yellow value is 9.60%
  • key color value is 22.35%
CMYK:
(0,30,10,22)
C0M30Y10K22 
(0%,30%,10%,22%)
(0.00/0.30/0.10/0.22)	

CMYK percentages

%0
%30.3
%9.6
%22.35

Codes

Color #C68AB3 in popluar color models

C68AB3
RGB198138179
HSL319°34.48%65.88%
HSB/HSV319°30.30%77.65%
CMYK0.00%30.30%9.60%
22.35%

Color #C68AB3 in popluar number systems.

HEXC68AB3
Decimal198138179
Binary110001101000101010110011
Octal306212263

Shades and tints

Shades of #C68AB3

#C68AB3
(198,138,179)
#B47EA3
(180,126,163)
#A27293
(162,114,147)
#906683
(144,102,131)
#7E5A73
(126,90,115)
#6C4E63
(108,78,99)
#5A4253
(90,66,83)
#483643
(72,54,67)
#362A33
(54,42,51)
#241E23
(36,30,35)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #C68AB3

#C68AB3
(198,138,179)
#CB94B9
(203,148,185)
#D09EBF
(208,158,191)
#D5A8C5
(213,168,197)
#DAB2CB
(218,178,203)
#DFBCD1
(223,188,209)
#E4C6D7
(228,198,215)
#E9D0DD
(233,208,221)
#EEDAE3
(238,218,227)
#F3E4E9
(243,228,233)
#F8EEEF
(248,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68AB3; }

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

This text font color is #C68AB3.


Background Color

.myBgColor { background-color: #C68AB3; }

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

This div background color is #C68AB3.


Border color

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

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

This div border color is #C68AB3.


Opacity

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

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

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

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

This text has shadow with #C68AB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68AB3 on black background.


Color preview on white background

This text has color #C68AB3 on white background.



Black color preview on #C68AB3 background

This text has black color on #C68AB3 background.


White color preview on #C68AB3 background

This text has white color on #C68AB3 background.