COLOR #C67ABE

HEX: #C67ABE RGB: (198,122,190)

Color info

#C67ABE contains mainly red and blue colors. Web safe color of #C67ABE is #CC66CC (or #C6C).

RGB color model

#C67ABE color RGB value is (198,122,190).

RGB: (198,122,190) (78%, 48%, 75%)

RGB channels and saturation

R 198 of 255 = 78%
G 122 of 255 = 48%
B 190 of 255 = 75%

198
122
190

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

Portions of RGB colors in percentages

R + G + B = 198 + 122 + 190 = 510 (100%)
R 198 of 510 ~ 38.82%
G 122 of 510 ~ 23.92%
B 190 of 510 ~ 37.25'%

%38.82
%23.92
%37.25

CMYK color model

#C67ABE color CMYK value is (0,38,4,22).

  • cyan value is 0.00%
  • magenta value is 38.38%
  • yellow value is 4.04%
  • key color value is 22.35%

CMYK: (0,38,4,22)
C0M38Y4K22 (0%, 38%, 4%, 22%)
(0.00 / 0.38 / 0.04 / 0.22)

CMYK percentages

%0
%38.38
%4.04
%22.35

Codes

Color #C67ABE in popluar color models

C6 7A BE
RGB 198 122 190
HSL 306° 40.00% 62.75%
HSB/HSV 306° 38.38% 77.65%
CMYK 0.00% 38.38% 4.04%
22.35%

Color #C67ABE in popluar number systems.

HEX C6 7A BE
Decimal 198 122 190
Binary 11000110 1111010 10111110
Octal 306 172 276

Shades and tints

Shades of #C67ABE

#C67ABE
(198,122,190)
#B46FAD
(180,111,173)
#A2649C
(162,100,156)
#90598B
(144,89,139)
#7E4E7A
(126,78,122)
#6C4369
(108,67,105)
#5A3858
(90,56,88)
#482D47
(72,45,71)
#362236
(54,34,54)
#241725
(36,23,37)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #C67ABE

#C67ABE
(198,122,190)
#CB86C3
(203,134,195)
#D092C8
(208,146,200)
#D59ECD
(213,158,205)
#DAAAD2
(218,170,210)
#DFB6D7
(223,182,215)
#E4C2DC
(228,194,220)
#E9CEE1
(233,206,225)
#EEDAE6
(238,218,230)
#F3E6EB
(243,230,235)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C67ABE color. Also use rgb(198,122,190) instead hex code.

Text Font Color

.myTextColor { color: #C67ABE; }

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

This text font color is #C67ABE.

Background Color

.myBgColor { background-color: #C67ABE; }

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

This div background color is #C67ABE.

Border color

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

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

This div border color is #C67ABE.

Opacity

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

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

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

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

This text has shadow with #C67ABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C67ABE.

Preview

Color preview on black background

This text has color #C67ABE on black background.


Color preview on white background

This text has color #C67ABE on white background.


Black color preview on #C67ABE background

This text has black color on #C67ABE background.


White color preview on #C67ABE background

This text has white color on #C67ABE background.


Related colors

Complementary color

Complementary color for #hex is #398541.


I love getcolorcode.com

Triadic colors

1 #BEC67A and #7ABEC6 with #C67ABE are triadic colors.

2 #BE7AC6 and #7AC6BE with #C67ABE are triadic colors.