COLOR #C67EA9

HEX: #C67EA9
RGB: (198,126,169)

Color info

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

RGB color model

#C67EA9 color RGB value is (198,126,169).

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

RGB channels and saturation

R 198 of 255 = 78%
G 126 of 255 = 49%
B 169 of 255 = 66%

198
126
169

R + G + B ~ 64%. #C67EA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 126 + 169 = 493 (100%)
R 198 of 493 ~ 40.16%
G 126 of 493 ~ 25.56%
B 169 of 493 ~ 34.28%

%40.16
%25.56
%34.28

CMYK color model

#C67EA9 color CMYK value is (0,36,15,22).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 14.65%
  • key color value is 22.35%
CMYK:
(0,36,15,22)
C0M36Y15K22 
(0%,36%,15%,22%)
(0.00/0.36/0.15/0.22)	

CMYK percentages

%0
%36.36
%14.65
%22.35

Codes

Color #C67EA9 in popluar color models

C67EA9
RGB198126169
HSL324°38.71%63.53%
HSB/HSV324°36.36%77.65%
CMYK0.00%36.36%14.65%
22.35%

Color #C67EA9 in popluar number systems.

HEXC67EA9
Decimal198126169
Binary11000110111111010101001
Octal306176251

Shades and tints

Shades of #C67EA9

#C67EA9
(198,126,169)
#B4739A
(180,115,154)
#A2688B
(162,104,139)
#905D7C
(144,93,124)
#7E526D
(126,82,109)
#6C475E
(108,71,94)
#5A3C4F
(90,60,79)
#483140
(72,49,64)
#362631
(54,38,49)
#241B22
(36,27,34)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #C67EA9

#C67EA9
(198,126,169)
#CB89B0
(203,137,176)
#D094B7
(208,148,183)
#D59FBE
(213,159,190)
#DAAAC5
(218,170,197)
#DFB5CC
(223,181,204)
#E4C0D3
(228,192,211)
#E9CBDA
(233,203,218)
#EED6E1
(238,214,225)
#F3E1E8
(243,225,232)
#F8ECEF
(248,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C67EA9; }

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

This text font color is #C67EA9.


Background Color

.myBgColor { background-color: #C67EA9; }

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

This div background color is #C67EA9.


Border color

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

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

This div border color is #C67EA9.


Opacity

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

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

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

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

This text has shadow with #C67EA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C67EA9 on black background.


Color preview on white background

This text has color #C67EA9 on white background.



Black color preview on #C67EA9 background

This text has black color on #C67EA9 background.


White color preview on #C67EA9 background

This text has white color on #C67EA9 background.