COLOR #C68AA3

HEX: #C68AA3 RGB: (198,138,163)

Color info

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

RGB color model

#C68AA3 color RGB value is (198,138,163).

RGB: (198,138,163) (78%, 54%, 64%)

RGB channels and saturation

R 198 of 255 = 78%
G 138 of 255 = 54%
B 163 of 255 = 64%

198
138
163

R + G + B ~ 65%. #C68AA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 138 + 163 = 499 (100%)
R 198 of 499 ~ 39.68%
G 138 of 499 ~ 27.66%
B 163 of 499 ~ 32.67'%

%39.68
%27.66
%32.67

CMYK color model

#C68AA3 color CMYK value is (0,30,18,22).

  • cyan value is 0.00%
  • magenta value is 30.30%
  • yellow value is 17.68%
  • key color value is 22.35%

CMYK: (0,30,18,22)
C0M30Y18K22 (0%, 30%, 18%, 22%)
(0.00 / 0.30 / 0.18 / 0.22)

CMYK percentages

%0
%30.3
%17.68
%22.35

Codes

Color #C68AA3 in popluar color models

C6 8A A3
RGB 198 138 163
HSL 335° 34.48% 65.88%
HSB/HSV 335° 30.30% 77.65%
CMYK 0.00% 30.30% 17.68%
22.35%

Color #C68AA3 in popluar number systems.

HEX C6 8A A3
Decimal 198 138 163
Binary 11000110 10001010 10100011
Octal 306 212 243

Shades and tints

Shades of #C68AA3

#C68AA3
(198,138,163)
#B47E95
(180,126,149)
#A27287
(162,114,135)
#906679
(144,102,121)
#7E5A6B
(126,90,107)
#6C4E5D
(108,78,93)
#5A424F
(90,66,79)
#483641
(72,54,65)
#362A33
(54,42,51)
#241E25
(36,30,37)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #C68AA3

#C68AA3
(198,138,163)
#CB94AB
(203,148,171)
#D09EB3
(208,158,179)
#D5A8BB
(213,168,187)
#DAB2C3
(218,178,195)
#DFBCCB
(223,188,203)
#E4C6D3
(228,198,211)
#E9D0DB
(233,208,219)
#EEDAE3
(238,218,227)
#F3E4EB
(243,228,235)
#F8EEF3
(248,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68AA3; }

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

This text font color is #C68AA3.

Background Color

.myBgColor { background-color: #C68AA3; }

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

This div background color is #C68AA3.

Border color

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

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

This div border color is #C68AA3.

Opacity

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

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

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

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

This text has shadow with #C68AA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C68AA3.

Preview

Color preview on black background

This text has color #C68AA3 on black background.


Color preview on white background

This text has color #C68AA3 on white background.


Black color preview on #C68AA3 background

This text has black color on #C68AA3 background.


White color preview on #C68AA3 background

This text has white color on #C68AA3 background.


Related colors

Complementary color

Complementary color for #hex is #39755C.


I love getcolorcode.com

Triadic colors

1 #A3C68A and #8AA3C6 with #C68AA3 are triadic colors.

2 #A38AC6 and #8AC6A3 with #C68AA3 are triadic colors.