COLOR #C68FBE

HEX: #C68FBE
RGB: (198,143,190)

Color info

#C68FBE contains red, green and blue colors in about the same proportion. Web safe color of #C68FBE is #CC99CC (or #C9C).

RGB color model

#C68FBE color RGB value is (198,143,190).

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

RGB channels and saturation

R 198 of 255 = 78%
G 143 of 255 = 56%
B 190 of 255 = 75%

198
143
190

R + G + B ~ 70%. #C68FBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 143 + 190 = 531 (100%)
R 198 of 531 ~ 37.29%
G 143 of 531 ~ 26.93%
B 190 of 531 ~ 35.78%

%37.29
%26.93
%35.78

CMYK color model

#C68FBE color CMYK value is (0,28,4,22).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 4.04%
  • key color value is 22.35%
CMYK:
(0,28,4,22)
C0M28Y4K22 
(0%,28%,4%,22%)
(0.00/0.28/0.04/0.22)	

CMYK percentages

%0
%27.78
%4.04
%22.35

Codes

Color #C68FBE in popluar color models

C68FBE
RGB198143190
HSL309°32.54%66.86%
HSB/HSV309°27.78%77.65%
CMYK0.00%27.78%4.04%
22.35%

Color #C68FBE in popluar number systems.

HEXC68FBE
Decimal198143190
Binary110001101000111110111110
Octal306217276

Shades and tints

Shades of #C68FBE

#C68FBE
(198,143,190)
#B482AD
(180,130,173)
#A2759C
(162,117,156)
#90688B
(144,104,139)
#7E5B7A
(126,91,122)
#6C4E69
(108,78,105)
#5A4158
(90,65,88)
#483447
(72,52,71)
#362736
(54,39,54)
#241A25
(36,26,37)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #C68FBE

#C68FBE
(198,143,190)
#CB99C3
(203,153,195)
#D0A3C8
(208,163,200)
#D5ADCD
(213,173,205)
#DAB7D2
(218,183,210)
#DFC1D7
(223,193,215)
#E4CBDC
(228,203,220)
#E9D5E1
(233,213,225)
#EEDFE6
(238,223,230)
#F3E9EB
(243,233,235)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68FBE; }

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

This text font color is #C68FBE.


Background Color

.myBgColor { background-color: #C68FBE; }

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

This div background color is #C68FBE.


Border color

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

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

This div border color is #C68FBE.


Opacity

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

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

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

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

This text has shadow with #C68FBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68FBE on black background.


Color preview on white background

This text has color #C68FBE on white background.



Black color preview on #C68FBE background

This text has black color on #C68FBE background.


White color preview on #C68FBE background

This text has white color on #C68FBE background.