COLOR #C6BFDC

HEX: #C6BFDC
RGB: (198,191,220)

Color info

#C6BFDC contains red, green and blue colors in about the same proportion. Web safe color of #C6BFDC is #CCCCCC (or #CCC).

RGB color model

#C6BFDC color RGB value is (198,191,220).

  • red value is 198;
  • green value is 191;
  • blue value is 220.
RGB:
(198,191,220)
(78%,75%,86%)

RGB channels and saturation

R 198 of 255 = 78%
G 191 of 255 = 75%
B 220 of 255 = 86%

198
191
220

R + G + B ~ 80%. #C6BFDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 191 + 220 = 609 (100%)
R 198 of 609 ~ 32.51%
G 191 of 609 ~ 31.36%
B 220 of 609 ~ 36.12%

%32.51
%31.36
%36.12

CMYK color model

#C6BFDC color CMYK value is (10,13,0,14).

  • cyan value is 10.00%
  • magenta value is 13.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(10,13,0,14)
C10M13Y0K14 
(10%,13%,0%,14%)
(0.10/0.13/0.00/0.14)	

CMYK percentages

%10
%13.18
%0
%13.73

Codes

Color #C6BFDC in popluar color models

C6BFDC
RGB198191220
HSL254°29.29%80.59%
HSB/HSV254°13.18%86.27%
CMYK10.00%13.18%0.00%
13.73%

Color #C6BFDC in popluar number systems.

HEXC6BFDC
Decimal198191220
Binary110001101011111111011100
Octal306277334

Shades and tints

Shades of #C6BFDC

#C6BFDC
(198,191,220)
#B4AEC8
(180,174,200)
#A29DB4
(162,157,180)
#908CA0
(144,140,160)
#7E7B8C
(126,123,140)
#6C6A78
(108,106,120)
#5A5964
(90,89,100)
#484850
(72,72,80)
#36373C
(54,55,60)
#242628
(36,38,40)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #C6BFDC

#C6BFDC
(198,191,220)
#CBC4DF
(203,196,223)
#D0C9E2
(208,201,226)
#D5CEE5
(213,206,229)
#DAD3E8
(218,211,232)
#DFD8EB
(223,216,235)
#E4DDEE
(228,221,238)
#E9E2F1
(233,226,241)
#EEE7F4
(238,231,244)
#F3ECF7
(243,236,247)
#F8F1FA
(248,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BFDC; }

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

This text font color is #C6BFDC.


Background Color

.myBgColor { background-color: #C6BFDC; }

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

This div background color is #C6BFDC.


Border color

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

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

This div border color is #C6BFDC.


Opacity

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

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

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

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

This text has shadow with #C6BFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BFDC on black background.


Color preview on white background

This text has color #C6BFDC on white background.



Black color preview on #C6BFDC background

This text has black color on #C6BFDC background.


White color preview on #C6BFDC background

This text has white color on #C6BFDC background.