COLOR #C67E97

HEX: #C67E97
RGB: (198,126,151)

Color info

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

RGB color model

#C67E97 color RGB value is (198,126,151).

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

RGB channels and saturation

R 198 of 255 = 78%
G 126 of 255 = 49%
B 151 of 255 = 59%

198
126
151

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

Portions of RGB colors in percentages

R + G + B =
198 + 126 + 151 = 475 (100%)
R 198 of 475 ~ 41.68%
G 126 of 475 ~ 26.53%
B 151 of 475 ~ 31.79%

%41.68
%26.53
%31.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.36%
  • 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
%36.36
%23.74
%22.35

Codes

Color #C67E97 in popluar color models

C67E97
RGB198126151
HSL339°38.71%63.53%
HSB/HSV339°36.36%77.65%
CMYK0.00%36.36%23.74%
22.35%

Color #C67E97 in popluar number systems.

HEXC67E97
Decimal198126151
Binary11000110111111010010111
Octal306176227

Shades and tints

Shades of #C67E97

#C67E97
(198,126,151)
#B4738A
(180,115,138)
#A2687D
(162,104,125)
#905D70
(144,93,112)
#7E5263
(126,82,99)
#6C4756
(108,71,86)
#5A3C49
(90,60,73)
#48313C
(72,49,60)
#36262F
(54,38,47)
#241B22
(36,27,34)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #C67E97

#C67E97
(198,126,151)
#CB89A0
(203,137,160)
#D094A9
(208,148,169)
#D59FB2
(213,159,178)
#DAAABB
(218,170,187)
#DFB5C4
(223,181,196)
#E4C0CD
(228,192,205)
#E9CBD6
(233,203,214)
#EED6DF
(238,214,223)
#F3E1E8
(243,225,232)
#F8ECF1
(248,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C67E97; }

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

This text font color is #C67E97.


Background Color

.myBgColor { background-color: #C67E97; }

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

This div background color is #C67E97.


Border color

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

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

This div border color is #C67E97.


Opacity

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

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

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

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

This text has shadow with #C67E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C67E97 on black background.


Color preview on white background

This text has color #C67E97 on white background.



Black color preview on #C67E97 background

This text has black color on #C67E97 background.


White color preview on #C67E97 background

This text has white color on #C67E97 background.