COLOR #C6B1CF

HEX: #C6B1CF
RGB: (198,177,207)

Color info

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

RGB color model

#C6B1CF color RGB value is (198,177,207).

  • red value is 198;
  • green value is 177;
  • blue value is 207.
RGB:
(198,177,207)
(78%,69%,81%)

RGB channels and saturation

R 198 of 255 = 78%
G 177 of 255 = 69%
B 207 of 255 = 81%

198
177
207

R + G + B ~ 76%. #C6B1CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 177 + 207 = 582 (100%)
R 198 of 582 ~ 34.02%
G 177 of 582 ~ 30.41%
B 207 of 582 ~ 35.57%

%34.02
%30.41
%35.57

CMYK color model

#C6B1CF color CMYK value is (4,14,0,19).

  • cyan value is 4.35%
  • magenta value is 14.49%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(4,14,0,19)
C4M14Y0K19 
(4%,14%,0%,19%)
(0.04/0.14/0.00/0.19)	

CMYK percentages

%4.35
%14.49
%0
%18.82

Codes

Color #C6B1CF in popluar color models

C6B1CF
RGB198177207
HSL282°23.81%75.29%
HSB/HSV282°14.49%81.18%
CMYK4.35%14.49%0.00%
18.82%

Color #C6B1CF in popluar number systems.

HEXC6B1CF
Decimal198177207
Binary110001101011000111001111
Octal306261317

Shades and tints

Shades of #C6B1CF

#C6B1CF
(198,177,207)
#B4A1BD
(180,161,189)
#A291AB
(162,145,171)
#908199
(144,129,153)
#7E7187
(126,113,135)
#6C6175
(108,97,117)
#5A5163
(90,81,99)
#484151
(72,65,81)
#36313F
(54,49,63)
#24212D
(36,33,45)
#12111B
(18,17,27)
#000000
(0,0,0)

Tints of #C6B1CF

#C6B1CF
(198,177,207)
#CBB8D3
(203,184,211)
#D0BFD7
(208,191,215)
#D5C6DB
(213,198,219)
#DACDDF
(218,205,223)
#DFD4E3
(223,212,227)
#E4DBE7
(228,219,231)
#E9E2EB
(233,226,235)
#EEE9EF
(238,233,239)
#F3F0F3
(243,240,243)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B1CF color. Also use rgb(198,177,207) instead hex code.

Text Font Color

.myTextColor { color: #C6B1CF; }

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

This text font color is #C6B1CF.


Background Color

.myBgColor { background-color: #C6B1CF; }

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

This div background color is #C6B1CF.


Border color

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

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

This div border color is #C6B1CF.


Opacity

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

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

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

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

This text has shadow with #C6B1CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B1CF on black background.


Color preview on white background

This text has color #C6B1CF on white background.



Black color preview on #C6B1CF background

This text has black color on #C6B1CF background.


White color preview on #C6B1CF background

This text has white color on #C6B1CF background.