COLOR #C68ABA

HEX: #C68ABA
RGB: (198,138,186)

Color info

#C68ABA contains mainly red and blue colors. Web safe color of #C68ABA is #CC99CC (or #C9C).

RGB color model

#C68ABA color RGB value is (198,138,186).

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

RGB channels and saturation

R 198 of 255 = 78%
G 138 of 255 = 54%
B 186 of 255 = 73%

198
138
186

R + G + B ~ 68%. #C68ABA is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 138 + 186 = 522 (100%)
R 198 of 522 ~ 37.93%
G 138 of 522 ~ 26.44%
B 186 of 522 ~ 35.63%

%37.93
%26.44
%35.63

CMYK color model

#C68ABA color CMYK value is (0,30,6,22).

  • cyan value is 0.00%
  • magenta value is 30.30%
  • yellow value is 6.06%
  • key color value is 22.35%
CMYK:
(0,30,6,22)
C0M30Y6K22 
(0%,30%,6%,22%)
(0.00/0.30/0.06/0.22)	

CMYK percentages

%0
%30.3
%6.06
%22.35

Codes

Color #C68ABA in popluar color models

C68ABA
RGB198138186
HSL312°34.48%65.88%
HSB/HSV312°30.30%77.65%
CMYK0.00%30.30%6.06%
22.35%

Color #C68ABA in popluar number systems.

HEXC68ABA
Decimal198138186
Binary110001101000101010111010
Octal306212272

Shades and tints

Shades of #C68ABA

#C68ABA
(198,138,186)
#B47EAA
(180,126,170)
#A2729A
(162,114,154)
#90668A
(144,102,138)
#7E5A7A
(126,90,122)
#6C4E6A
(108,78,106)
#5A425A
(90,66,90)
#48364A
(72,54,74)
#362A3A
(54,42,58)
#241E2A
(36,30,42)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #C68ABA

#C68ABA
(198,138,186)
#CB94C0
(203,148,192)
#D09EC6
(208,158,198)
#D5A8CC
(213,168,204)
#DAB2D2
(218,178,210)
#DFBCD8
(223,188,216)
#E4C6DE
(228,198,222)
#E9D0E4
(233,208,228)
#EEDAEA
(238,218,234)
#F3E4F0
(243,228,240)
#F8EEF6
(248,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68ABA; }

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

This text font color is #C68ABA.


Background Color

.myBgColor { background-color: #C68ABA; }

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

This div background color is #C68ABA.


Border color

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

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

This div border color is #C68ABA.


Opacity

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

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

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

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

This text has shadow with #C68ABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68ABA on black background.


Color preview on white background

This text has color #C68ABA on white background.



Black color preview on #C68ABA background

This text has black color on #C68ABA background.


White color preview on #C68ABA background

This text has white color on #C68ABA background.