COLOR #C68CBD

HEX: #C68CBD RGB: (198,140,189)

Color info

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

RGB color model

#C68CBD color RGB value is (198,140,189).

RGB: (198,140,189) (78%, 55%, 74%)

RGB channels and saturation

R 198 of 255 = 78%
G 140 of 255 = 55%
B 189 of 255 = 74%

198
140
189

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

Portions of RGB colors in percentages

R + G + B = 198 + 140 + 189 = 527 (100%)
R 198 of 527 ~ 37.57%
G 140 of 527 ~ 26.57%
B 189 of 527 ~ 35.86'%

%37.57
%26.57
%35.86

CMYK color model

#C68CBD color CMYK value is (0,29,5,22).

  • cyan value is 0.00%
  • magenta value is 29.29%
  • yellow value is 4.55%
  • key color value is 22.35%

CMYK: (0,29,5,22)
C0M29Y5K22 (0%, 29%, 5%, 22%)
(0.00 / 0.29 / 0.05 / 0.22)

CMYK percentages

%0
%29.29
%4.55
%22.35

Codes

Color #C68CBD in popluar color models

C6 8C BD
RGB 198 140 189
HSL 309° 33.72% 66.27%
HSB/HSV 309° 29.29% 77.65%
CMYK 0.00% 29.29% 4.55%
22.35%

Color #C68CBD in popluar number systems.

HEX C6 8C BD
Decimal 198 140 189
Binary 11000110 10001100 10111101
Octal 306 214 275

Shades and tints

Shades of #C68CBD

#C68CBD
(198,140,189)
#B480AC
(180,128,172)
#A2749B
(162,116,155)
#90688A
(144,104,138)
#7E5C79
(126,92,121)
#6C5068
(108,80,104)
#5A4457
(90,68,87)
#483846
(72,56,70)
#362C35
(54,44,53)
#242024
(36,32,36)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #C68CBD

#C68CBD
(198,140,189)
#CB96C3
(203,150,195)
#D0A0C9
(208,160,201)
#D5AACF
(213,170,207)
#DAB4D5
(218,180,213)
#DFBEDB
(223,190,219)
#E4C8E1
(228,200,225)
#E9D2E7
(233,210,231)
#EEDCED
(238,220,237)
#F3E6F3
(243,230,243)
#F8F0F9
(248,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68CBD; }

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

This text font color is #C68CBD.

Background Color

.myBgColor { background-color: #C68CBD; }

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

This div background color is #C68CBD.

Border color

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

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

This div border color is #C68CBD.

Opacity

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

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

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

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

This text has shadow with #C68CBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C68CBD.

Preview

Color preview on black background

This text has color #C68CBD on black background.


Color preview on white background

This text has color #C68CBD on white background.


Black color preview on #C68CBD background

This text has black color on #C68CBD background.


White color preview on #C68CBD background

This text has white color on #C68CBD background.


Related colors

Complementary color

Complementary color for #hex is #397342.


I love getcolorcode.com

Triadic colors

1 #BDC68C and #8CBDC6 with #C68CBD are triadic colors.

2 #BD8CC6 and #8CC6BD with #C68CBD are triadic colors.