COLOR #C67B9F

HEX: #C67B9F
RGB: (198,123,159)

Color info

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

RGB color model

#C67B9F color RGB value is (198,123,159).

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

RGB channels and saturation

R 198 of 255 = 78%
G 123 of 255 = 48%
B 159 of 255 = 62%

198
123
159

R + G + B ~ 63%. #C67B9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 123 + 159 = 480 (100%)
R 198 of 480 ~ 41.25%
G 123 of 480 ~ 25.63%
B 159 of 480 ~ 33.13%

%41.25
%25.63
%33.13

CMYK color model

#C67B9F color CMYK value is (0,38,20,22).

  • cyan value is 0.00%
  • magenta value is 37.88%
  • yellow value is 19.70%
  • key color value is 22.35%
CMYK:
(0,38,20,22)
C0M38Y20K22 
(0%,38%,20%,22%)
(0.00/0.38/0.20/0.22)	

CMYK percentages

%0
%37.88
%19.7
%22.35

Codes

Color #C67B9F in popluar color models

C67B9F
RGB198123159
HSL331°39.68%62.94%
HSB/HSV331°37.88%77.65%
CMYK0.00%37.88%19.70%
22.35%

Color #C67B9F in popluar number systems.

HEXC67B9F
Decimal198123159
Binary11000110111101110011111
Octal306173237

Shades and tints

Shades of #C67B9F

#C67B9F
(198,123,159)
#B47091
(180,112,145)
#A26583
(162,101,131)
#905A75
(144,90,117)
#7E4F67
(126,79,103)
#6C4459
(108,68,89)
#5A394B
(90,57,75)
#482E3D
(72,46,61)
#36232F
(54,35,47)
#241821
(36,24,33)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #C67B9F

#C67B9F
(198,123,159)
#CB87A7
(203,135,167)
#D093AF
(208,147,175)
#D59FB7
(213,159,183)
#DAABBF
(218,171,191)
#DFB7C7
(223,183,199)
#E4C3CF
(228,195,207)
#E9CFD7
(233,207,215)
#EEDBDF
(238,219,223)
#F3E7E7
(243,231,231)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C67B9F; }

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

This text font color is #C67B9F.


Background Color

.myBgColor { background-color: #C67B9F; }

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

This div background color is #C67B9F.


Border color

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

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

This div border color is #C67B9F.


Opacity

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

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

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

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

This text has shadow with #C67B9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C67B9F on black background.


Color preview on white background

This text has color #C67B9F on white background.



Black color preview on #C67B9F background

This text has black color on #C67B9F background.


White color preview on #C67B9F background

This text has white color on #C67B9F background.