COLOR #C67FBE

HEX: #C67FBE
RGB: (198,127,190)

Color info

#C67FBE contains mainly red and blue colors. Web safe color of #C67FBE is #CC66CC (or #C6C).

RGB color model

#C67FBE color RGB value is (198,127,190).

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

RGB channels and saturation

R 198 of 255 = 78%
G 127 of 255 = 50%
B 190 of 255 = 75%

198
127
190

R + G + B ~ 68%. #C67FBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 127 + 190 = 515 (100%)
R 198 of 515 ~ 38.45%
G 127 of 515 ~ 24.66%
B 190 of 515 ~ 36.89%

%38.45
%24.66
%36.89

CMYK color model

#C67FBE color CMYK value is (0,36,4,22).

  • cyan value is 0.00%
  • magenta value is 35.86%
  • yellow value is 4.04%
  • key color value is 22.35%
CMYK:
(0,36,4,22)
C0M36Y4K22 
(0%,36%,4%,22%)
(0.00/0.36/0.04/0.22)	

CMYK percentages

%0
%35.86
%4.04
%22.35

Codes

Color #C67FBE in popluar color models

C67FBE
RGB198127190
HSL307°38.38%63.73%
HSB/HSV307°35.86%77.65%
CMYK0.00%35.86%4.04%
22.35%

Color #C67FBE in popluar number systems.

HEXC67FBE
Decimal198127190
Binary11000110111111110111110
Octal306177276

Shades and tints

Shades of #C67FBE

#C67FBE
(198,127,190)
#B474AD
(180,116,173)
#A2699C
(162,105,156)
#905E8B
(144,94,139)
#7E537A
(126,83,122)
#6C4869
(108,72,105)
#5A3D58
(90,61,88)
#483247
(72,50,71)
#362736
(54,39,54)
#241C25
(36,28,37)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #C67FBE

#C67FBE
(198,127,190)
#CB8AC3
(203,138,195)
#D095C8
(208,149,200)
#D5A0CD
(213,160,205)
#DAABD2
(218,171,210)
#DFB6D7
(223,182,215)
#E4C1DC
(228,193,220)
#E9CCE1
(233,204,225)
#EED7E6
(238,215,230)
#F3E2EB
(243,226,235)
#F8EDF0
(248,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C67FBE; }

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

This text font color is #C67FBE.


Background Color

.myBgColor { background-color: #C67FBE; }

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

This div background color is #C67FBE.


Border color

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

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

This div border color is #C67FBE.


Opacity

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

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

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

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

This text has shadow with #C67FBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C67FBE on black background.


Color preview on white background

This text has color #C67FBE on white background.



Black color preview on #C67FBE background

This text has black color on #C67FBE background.


White color preview on #C67FBE background

This text has white color on #C67FBE background.