COLOR #C68CBF

HEX: #C68CBF RGB: (198,140,191)

Color info

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

RGB color model

#C68CBF color RGB value is (198,140,191).

RGB: (198,140,191) (78%, 55%, 75%)

RGB channels and saturation

R 198 of 255 = 78%
G 140 of 255 = 55%
B 191 of 255 = 75%

198
140
191

R + G + B ~ 69%. #C68CBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 140 + 191 = 529 (100%)
R 198 of 529 ~ 37.43%
G 140 of 529 ~ 26.47%
B 191 of 529 ~ 36.11'%

%37.43
%26.47
%36.11

CMYK color model

#C68CBF color CMYK value is (0,29,4,22).

  • cyan value is 0.00%
  • magenta value is 29.29%
  • yellow value is 3.54%
  • key color value is 22.35%
CMYK: (0,29,4,22) C0M29Y4K22 (0%,29%,4%,22%) (0.00/0.29/0.04/0.22) 

CMYK percentages

%0
%29.29
%3.54
%22.35

Codes

Color #C68CBF in popluar color models

C6 8C BF
RGB 198 140 191
HSL 307° 33.72% 66.27%
HSB/HSV 307° 29.29% 77.65%
CMYK 0.00% 29.29% 3.54%
22.35%

Color #C68CBF in popluar number systems.

HEX C6 8C BF
Decimal 198 140 191
Binary 11000110 10001100 10111111
Octal 306 214 277

Shades and tints

Shades of #C68CBF

#C68CBF
(198,140,191)
#B480AE
(180,128,174)
#A2749D
(162,116,157)
#90688C
(144,104,140)
#7E5C7B
(126,92,123)
#6C506A
(108,80,106)
#5A4459
(90,68,89)
#483848
(72,56,72)
#362C37
(54,44,55)
#242026
(36,32,38)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #C68CBF

#C68CBF
(198,140,191)
#CB96C4
(203,150,196)
#D0A0C9
(208,160,201)
#D5AACE
(213,170,206)
#DAB4D3
(218,180,211)
#DFBED8
(223,190,216)
#E4C8DD
(228,200,221)
#E9D2E2
(233,210,226)
#EEDCE7
(238,220,231)
#F3E6EC
(243,230,236)
#F8F0F1
(248,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68CBF; }

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

This text font color is #C68CBF.

Background Color

.myBgColor { background-color: #C68CBF; }

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

This div background color is #C68CBF.

Border color

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

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

This div border color is #C68CBF.

Opacity

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

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

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

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

This text has shadow with #C68CBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C68CBF.

Preview

Color preview on black background

This text has color #C68CBF on black background.


Color preview on white background

This text has color #C68CBF on white background.


Black color preview on #C68CBF background

This text has black color on #C68CBF background.


White color preview on #C68CBF background

This text has white color on #C68CBF background.


Related colors

Complementary color

Complementary color for #hex is #397340.


I love getcolorcode.com

Triadic colors

1 #BFC68C and #8CBFC6 with #C68CBF are triadic colors.

2 #BF8CC6 and #8CC6BF with #C68CBF are triadic colors.