COLOR #C67F97

HEX: #C67F97
RGB: (198,127,151)

Color info

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

RGB color model

#C67F97 color RGB value is (198,127,151).

  • red value is 198;
  • green value is 127;
  • blue value is 151.
RGB:
(198,127,151)
(78%,50%,59%)

RGB channels and saturation

R 198 of 255 = 78%
G 127 of 255 = 50%
B 151 of 255 = 59%

198
127
151

R + G + B ~ 62%. #C67F97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 127 + 151 = 476 (100%)
R 198 of 476 ~ 41.6%
G 127 of 476 ~ 26.68%
B 151 of 476 ~ 31.72%

%41.6
%26.68
%31.72

CMYK color model

#C67F97 color CMYK value is (0,36,24,22).

  • cyan value is 0.00%
  • magenta value is 35.86%
  • yellow value is 23.74%
  • key color value is 22.35%
CMYK:
(0,36,24,22)
C0M36Y24K22 
(0%,36%,24%,22%)
(0.00/0.36/0.24/0.22)	

CMYK percentages

%0
%35.86
%23.74
%22.35

Codes

Color #C67F97 in popluar color models

C67F97
RGB198127151
HSL340°38.38%63.73%
HSB/HSV340°35.86%77.65%
CMYK0.00%35.86%23.74%
22.35%

Color #C67F97 in popluar number systems.

HEXC67F97
Decimal198127151
Binary11000110111111110010111
Octal306177227

Shades and tints

Shades of #C67F97

#C67F97
(198,127,151)
#B4748A
(180,116,138)
#A2697D
(162,105,125)
#905E70
(144,94,112)
#7E5363
(126,83,99)
#6C4856
(108,72,86)
#5A3D49
(90,61,73)
#48323C
(72,50,60)
#36272F
(54,39,47)
#241C22
(36,28,34)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #C67F97

#C67F97
(198,127,151)
#CB8AA0
(203,138,160)
#D095A9
(208,149,169)
#D5A0B2
(213,160,178)
#DAABBB
(218,171,187)
#DFB6C4
(223,182,196)
#E4C1CD
(228,193,205)
#E9CCD6
(233,204,214)
#EED7DF
(238,215,223)
#F3E2E8
(243,226,232)
#F8EDF1
(248,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C67F97 color. Also use rgb(198,127,151) instead hex code.

Text Font Color

.myTextColor { color: #C67F97; }

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

This text font color is #C67F97.


Background Color

.myBgColor { background-color: #C67F97; }

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

This div background color is #C67F97.


Border color

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

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

This div border color is #C67F97.


Opacity

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

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

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

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

This text has shadow with #C67F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C67F97 on black background.


Color preview on white background

This text has color #C67F97 on white background.



Black color preview on #C67F97 background

This text has black color on #C67F97 background.


White color preview on #C67F97 background

This text has white color on #C67F97 background.