COLOR #C678BA

HEX: #C678BA
RGB: (198,120,186)

Color info

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

RGB color model

#C678BA color RGB value is (198,120,186).

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

RGB channels and saturation

R 198 of 255 = 78%
G 120 of 255 = 47%
B 186 of 255 = 73%

198
120
186

R + G + B ~ 66%. #C678BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 120 + 186 = 504 (100%)
R 198 of 504 ~ 39.29%
G 120 of 504 ~ 23.81%
B 186 of 504 ~ 36.9%

%39.29
%23.81
%36.9

CMYK color model

#C678BA color CMYK value is (0,39,6,22).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 6.06%
  • key color value is 22.35%
CMYK:
(0,39,6,22)
C0M39Y6K22 
(0%,39%,6%,22%)
(0.00/0.39/0.06/0.22)	

CMYK percentages

%0
%39.39
%6.06
%22.35

Codes

Color #C678BA in popluar color models

C678BA
RGB198120186
HSL309°40.63%62.35%
HSB/HSV309°39.39%77.65%
CMYK0.00%39.39%6.06%
22.35%

Color #C678BA in popluar number systems.

HEXC678BA
Decimal198120186
Binary11000110111100010111010
Octal306170272

Shades and tints

Shades of #C678BA

#C678BA
(198,120,186)
#B46EAA
(180,110,170)
#A2649A
(162,100,154)
#905A8A
(144,90,138)
#7E507A
(126,80,122)
#6C466A
(108,70,106)
#5A3C5A
(90,60,90)
#48324A
(72,50,74)
#36283A
(54,40,58)
#241E2A
(36,30,42)
#12141A
(18,20,26)
#000000
(0,0,0)

Tints of #C678BA

#C678BA
(198,120,186)
#CB84C0
(203,132,192)
#D090C6
(208,144,198)
#D59CCC
(213,156,204)
#DAA8D2
(218,168,210)
#DFB4D8
(223,180,216)
#E4C0DE
(228,192,222)
#E9CCE4
(233,204,228)
#EED8EA
(238,216,234)
#F3E4F0
(243,228,240)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C678BA; }

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

This text font color is #C678BA.


Background Color

.myBgColor { background-color: #C678BA; }

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

This div background color is #C678BA.


Border color

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

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

This div border color is #C678BA.


Opacity

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

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

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

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

This text has shadow with #C678BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C678BA on black background.


Color preview on white background

This text has color #C678BA on white background.



Black color preview on #C678BA background

This text has black color on #C678BA background.


White color preview on #C678BA background

This text has white color on #C678BA background.