COLOR #C68AAF

HEX: #C68AAF
RGB: (198,138,175)

Color info

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

RGB color model

#C68AAF color RGB value is (198,138,175).

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

RGB channels and saturation

R 198 of 255 = 78%
G 138 of 255 = 54%
B 175 of 255 = 69%

198
138
175

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

Portions of RGB colors in percentages

R + G + B =
198 + 138 + 175 = 511 (100%)
R 198 of 511 ~ 38.75%
G 138 of 511 ~ 27.01%
B 175 of 511 ~ 34.25%

%38.75
%27.01
%34.25

CMYK color model

#C68AAF color CMYK value is (0,30,12,22).

  • cyan value is 0.00%
  • magenta value is 30.30%
  • yellow value is 11.62%
  • key color value is 22.35%
CMYK:
(0,30,12,22)
C0M30Y12K22 
(0%,30%,12%,22%)
(0.00/0.30/0.12/0.22)	

CMYK percentages

%0
%30.3
%11.62
%22.35

Codes

Color #C68AAF in popluar color models

C68AAF
RGB198138175
HSL323°34.48%65.88%
HSB/HSV323°30.30%77.65%
CMYK0.00%30.30%11.62%
22.35%

Color #C68AAF in popluar number systems.

HEXC68AAF
Decimal198138175
Binary110001101000101010101111
Octal306212257

Shades and tints

Shades of #C68AAF

#C68AAF
(198,138,175)
#B47EA0
(180,126,160)
#A27291
(162,114,145)
#906682
(144,102,130)
#7E5A73
(126,90,115)
#6C4E64
(108,78,100)
#5A4255
(90,66,85)
#483646
(72,54,70)
#362A37
(54,42,55)
#241E28
(36,30,40)
#121219
(18,18,25)
#000000
(0,0,0)

Tints of #C68AAF

#C68AAF
(198,138,175)
#CB94B6
(203,148,182)
#D09EBD
(208,158,189)
#D5A8C4
(213,168,196)
#DAB2CB
(218,178,203)
#DFBCD2
(223,188,210)
#E4C6D9
(228,198,217)
#E9D0E0
(233,208,224)
#EEDAE7
(238,218,231)
#F3E4EE
(243,228,238)
#F8EEF5
(248,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68AAF; }

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

This text font color is #C68AAF.


Background Color

.myBgColor { background-color: #C68AAF; }

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

This div background color is #C68AAF.


Border color

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

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

This div border color is #C68AAF.


Opacity

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

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

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

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

This text has shadow with #C68AAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68AAF on black background.


Color preview on white background

This text has color #C68AAF on white background.



Black color preview on #C68AAF background

This text has black color on #C68AAF background.


White color preview on #C68AAF background

This text has white color on #C68AAF background.