COLOR #C68FBF

HEX: #C68FBF RGB: (198,143,191)

Color info

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

RGB color model

#C68FBF color RGB value is (198,143,191).

RGB: (198,143,191) (78%, 56%, 75%)

RGB channels and saturation

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

198
143
191

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

Portions of RGB colors in percentages

R + G + B = 198 + 143 + 191 = 532 (100%)
R 198 of 532 ~ 37.22%
G 143 of 532 ~ 26.88%
B 191 of 532 ~ 35.9'%

%37.22
%26.88
%35.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 3.54%
  • 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
%3.54
%22.35

Codes

Color #C68FBF in popluar color models

C6 8F BF
RGB 198 143 191
HSL 308° 32.54% 66.86%
HSB/HSV 308° 27.78% 77.65%
CMYK 0.00% 27.78% 3.54%
22.35%

Color #C68FBF in popluar number systems.

HEX C6 8F BF
Decimal 198 143 191
Binary 11000110 10001111 10111111
Octal 306 217 277

Shades and tints

Shades of #C68FBF

#C68FBF
(198,143,191)
#B482AE
(180,130,174)
#A2759D
(162,117,157)
#90688C
(144,104,140)
#7E5B7B
(126,91,123)
#6C4E6A
(108,78,106)
#5A4159
(90,65,89)
#483448
(72,52,72)
#362737
(54,39,55)
#241A26
(36,26,38)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #C68FBF

#C68FBF
(198,143,191)
#CB99C4
(203,153,196)
#D0A3C9
(208,163,201)
#D5ADCE
(213,173,206)
#DAB7D3
(218,183,211)
#DFC1D8
(223,193,216)
#E4CBDD
(228,203,221)
#E9D5E2
(233,213,226)
#EEDFE7
(238,223,231)
#F3E9EC
(243,233,236)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68FBF; }

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

This text font color is #C68FBF.

Background Color

.myBgColor { background-color: #C68FBF; }

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

This div background color is #C68FBF.

Border color

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

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

This div border color is #C68FBF.

Opacity

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

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

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

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

This text has shadow with #C68FBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C68FBF.

Preview

Color preview on black background

This text has color #C68FBF on black background.


Color preview on white background

This text has color #C68FBF on white background.


Black color preview on #C68FBF background

This text has black color on #C68FBF background.


White color preview on #C68FBF background

This text has white color on #C68FBF background.


Related colors

Complementary color

Complementary color for #hex is #397040.


I love getcolorcode.com

Triadic colors

1 #BFC68F and #8FBFC6 with #C68FBF are triadic colors.

2 #BF8FC6 and #8FC6BF with #C68FBF are triadic colors.