COLOR #C667BA

HEX: #C667BA RGB: (198,103,186)

Color info

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

RGB color model

#C667BA color RGB value is (198,103,186).

RGB: (198,103,186) (78%, 40%, 73%)

RGB channels and saturation

R 198 of 255 = 78%
G 103 of 255 = 40%
B 186 of 255 = 73%

198
103
186

R + G + B ~ 64%. #C667BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 103 + 186 = 487 (100%)
R 198 of 487 ~ 40.66%
G 103 of 487 ~ 21.15%
B 186 of 487 ~ 38.19'%

%40.66
%21.15
%38.19

CMYK color model

#C667BA color CMYK value is (0,48,6,22).

  • cyan value is 0.00%
  • magenta value is 47.98%
  • yellow value is 6.06%
  • key color value is 22.35%

CMYK: (0,48,6,22)
C0M48Y6K22 (0%, 48%, 6%, 22%)
(0.00 / 0.48 / 0.06 / 0.22)

CMYK percentages

%0
%47.98
%6.06
%22.35

Codes

Color #C667BA in popluar color models

C6 67 BA
RGB 198 103 186
HSL 308° 45.45% 59.02%
HSB/HSV 308° 47.98% 77.65%
CMYK 0.00% 47.98% 6.06%
22.35%

Color #C667BA in popluar number systems.

HEX C6 67 BA
Decimal 198 103 186
Binary 11000110 1100111 10111010
Octal 306 147 272

Shades and tints

Shades of #C667BA

#C667BA
(198,103,186)
#B45EAA
(180,94,170)
#A2559A
(162,85,154)
#904C8A
(144,76,138)
#7E437A
(126,67,122)
#6C3A6A
(108,58,106)
#5A315A
(90,49,90)
#48284A
(72,40,74)
#361F3A
(54,31,58)
#24162A
(36,22,42)
#120D1A
(18,13,26)
#000000
(0,0,0)

Tints of #C667BA

#C667BA
(198,103,186)
#CB74C0
(203,116,192)
#D081C6
(208,129,198)
#D58ECC
(213,142,204)
#DA9BD2
(218,155,210)
#DFA8D8
(223,168,216)
#E4B5DE
(228,181,222)
#E9C2E4
(233,194,228)
#EECFEA
(238,207,234)
#F3DCF0
(243,220,240)
#F8E9F6
(248,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C667BA; }

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

This text font color is #C667BA.

Background Color

.myBgColor { background-color: #C667BA; }

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

This div background color is #C667BA.

Border color

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

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

This div border color is #C667BA.

Opacity

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

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

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

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

This text has shadow with #C667BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C667BA.

Preview

Color preview on black background

This text has color #C667BA on black background.


Color preview on white background

This text has color #C667BA on white background.


Black color preview on #C667BA background

This text has black color on #C667BA background.


White color preview on #C667BA background

This text has white color on #C667BA background.


Related colors

Complementary color

Complementary color for #hex is #399845.


I love getcolorcode.com

Triadic colors

1 #BAC667 and #67BAC6 with #C667BA are triadic colors.

2 #BA67C6 and #67C6BA with #C667BA are triadic colors.