COLOR #C678BB

HEX: #C678BB RGB: (198,120,187)

Color info

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

RGB color model

#C678BB color RGB value is (198,120,187).

RGB: (198,120,187) (78%, 47%, 73%)

RGB channels and saturation

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

198
120
187

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

Portions of RGB colors in percentages

R + G + B = 198 + 120 + 187 = 505 (100%)
R 198 of 505 ~ 39.21%
G 120 of 505 ~ 23.76%
B 187 of 505 ~ 37.03'%

%39.21
%23.76
%37.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 5.56%
  • 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
%5.56
%22.35

Codes

Color #C678BB in popluar color models

C6 78 BB
RGB 198 120 187
HSL 308° 40.63% 62.35%
HSB/HSV 308° 39.39% 77.65%
CMYK 0.00% 39.39% 5.56%
22.35%

Color #C678BB in popluar number systems.

HEX C6 78 BB
Decimal 198 120 187
Binary 11000110 1111000 10111011
Octal 306 170 273

Shades and tints

Shades of #C678BB

#C678BB
(198,120,187)
#B46EAA
(180,110,170)
#A26499
(162,100,153)
#905A88
(144,90,136)
#7E5077
(126,80,119)
#6C4666
(108,70,102)
#5A3C55
(90,60,85)
#483244
(72,50,68)
#362833
(54,40,51)
#241E22
(36,30,34)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #C678BB

#C678BB
(198,120,187)
#CB84C1
(203,132,193)
#D090C7
(208,144,199)
#D59CCD
(213,156,205)
#DAA8D3
(218,168,211)
#DFB4D9
(223,180,217)
#E4C0DF
(228,192,223)
#E9CCE5
(233,204,229)
#EED8EB
(238,216,235)
#F3E4F1
(243,228,241)
#F8F0F7
(248,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C678BB; }

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

This text font color is #C678BB.

Background Color

.myBgColor { background-color: #C678BB; }

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

This div background color is #C678BB.

Border color

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

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

This div border color is #C678BB.

Opacity

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

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

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

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

This text has shadow with #C678BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C678BB.

Preview

Color preview on black background

This text has color #C678BB on black background.


Color preview on white background

This text has color #C678BB on white background.


Black color preview on #C678BB background

This text has black color on #C678BB background.


White color preview on #C678BB background

This text has white color on #C678BB background.


Related colors

Complementary color

Complementary color for #hex is #398744.


I love getcolorcode.com

Triadic colors

1 #BBC678 and #78BBC6 with #C678BB are triadic colors.

2 #BB78C6 and #78C6BB with #C678BB are triadic colors.