COLOR #C67BB0

HEX: #C67BB0
RGB: (198,123,176)

Color info

#C67BB0 contains mainly red and blue colors. Web safe color of #C67BB0 is #CC6699 (or #C69).

RGB color model

#C67BB0 color RGB value is (198,123,176).

  • red value is 198;
  • green value is 123;
  • blue value is 176.
RGB:
(198,123,176)
(78%,48%,69%)

RGB channels and saturation

R 198 of 255 = 78%
G 123 of 255 = 48%
B 176 of 255 = 69%

198
123
176

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

Portions of RGB colors in percentages

R + G + B =
198 + 123 + 176 = 497 (100%)
R 198 of 497 ~ 39.84%
G 123 of 497 ~ 24.75%
B 176 of 497 ~ 35.41%

%39.84
%24.75
%35.41

CMYK color model

#C67BB0 color CMYK value is (0,38,11,22).

  • cyan value is 0.00%
  • magenta value is 37.88%
  • yellow value is 11.11%
  • key color value is 22.35%
CMYK:
(0,38,11,22)
C0M38Y11K22 
(0%,38%,11%,22%)
(0.00/0.38/0.11/0.22)	

CMYK percentages

%0
%37.88
%11.11
%22.35

Codes

Color #C67BB0 in popluar color models

C67BB0
RGB198123176
HSL318°39.68%62.94%
HSB/HSV318°37.88%77.65%
CMYK0.00%37.88%11.11%
22.35%

Color #C67BB0 in popluar number systems.

HEXC67BB0
Decimal198123176
Binary11000110111101110110000
Octal306173260

Shades and tints

Shades of #C67BB0

#C67BB0
(198,123,176)
#B470A0
(180,112,160)
#A26590
(162,101,144)
#905A80
(144,90,128)
#7E4F70
(126,79,112)
#6C4460
(108,68,96)
#5A3950
(90,57,80)
#482E40
(72,46,64)
#362330
(54,35,48)
#241820
(36,24,32)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #C67BB0

#C67BB0
(198,123,176)
#CB87B7
(203,135,183)
#D093BE
(208,147,190)
#D59FC5
(213,159,197)
#DAABCC
(218,171,204)
#DFB7D3
(223,183,211)
#E4C3DA
(228,195,218)
#E9CFE1
(233,207,225)
#EEDBE8
(238,219,232)
#F3E7EF
(243,231,239)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C67BB0 color. Also use rgb(198,123,176) instead hex code.

Text Font Color

.myTextColor { color: #C67BB0; }

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

This text font color is #C67BB0.


Background Color

.myBgColor { background-color: #C67BB0; }

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

This div background color is #C67BB0.


Border color

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

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

This div border color is #C67BB0.


Opacity

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

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

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

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

This text has shadow with #C67BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C67BB0 on black background.


Color preview on white background

This text has color #C67BB0 on white background.



Black color preview on #C67BB0 background

This text has black color on #C67BB0 background.


White color preview on #C67BB0 background

This text has white color on #C67BB0 background.