COLOR #C6BFDF

HEX: #C6BFDF RGB: (198,191,223)

Color info

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

RGB color model

#C6BFDF color RGB value is (198,191,223).

RGB: (198,191,223) (78%, 75%, 87%)

RGB channels and saturation

R 198 of 255 = 78%
G 191 of 255 = 75%
B 223 of 255 = 87%

198
191
223

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

Portions of RGB colors in percentages

R + G + B = 198 + 191 + 223 = 612 (100%)
R 198 of 612 ~ 32.35%
G 191 of 612 ~ 31.21%
B 223 of 612 ~ 36.44'%

%32.35
%31.21
%36.44

CMYK color model

#C6BFDF color CMYK value is (11,14,0,13).

  • cyan value is 11.21%
  • magenta value is 14.35%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (11,14,0,13) C11M14Y0K13 (11%,14%,0%,13%) (0.11/0.14/0.00/0.13) 

CMYK percentages

%11.21
%14.35
%0
%12.55

Codes

Color #C6BFDF in popluar color models

C6 BF DF
RGB 198 191 223
HSL 253° 33.33% 81.18%
HSB/HSV 253° 14.35% 87.45%
CMYK 11.21% 14.35% 0.00%
12.55%

Color #C6BFDF in popluar number systems.

HEX C6 BF DF
Decimal 198 191 223
Binary 11000110 10111111 11011111
Octal 306 277 337

Shades and tints

Shades of #C6BFDF

#C6BFDF
(198,191,223)
#B4AECB
(180,174,203)
#A29DB7
(162,157,183)
#908CA3
(144,140,163)
#7E7B8F
(126,123,143)
#6C6A7B
(108,106,123)
#5A5967
(90,89,103)
#484853
(72,72,83)
#36373F
(54,55,63)
#24262B
(36,38,43)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #C6BFDF

#C6BFDF
(198,191,223)
#CBC4E1
(203,196,225)
#D0C9E3
(208,201,227)
#D5CEE5
(213,206,229)
#DAD3E7
(218,211,231)
#DFD8E9
(223,216,233)
#E4DDEB
(228,221,235)
#E9E2ED
(233,226,237)
#EEE7EF
(238,231,239)
#F3ECF1
(243,236,241)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BFDF; }

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

This text font color is #C6BFDF.

Background Color

.myBgColor { background-color: #C6BFDF; }

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

This div background color is #C6BFDF.

Border color

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

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

This div border color is #C6BFDF.

Opacity

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

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

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

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

This text has shadow with #C6BFDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6BFDF.

Preview

Color preview on black background

This text has color #C6BFDF on black background.


Color preview on white background

This text has color #C6BFDF on white background.


Black color preview on #C6BFDF background

This text has black color on #C6BFDF background.


White color preview on #C6BFDF background

This text has white color on #C6BFDF background.


Related colors

Complementary color

Complementary color for #hex is #394020.


I love getcolorcode.com

Triadic colors

1 #DFC6BF and #BFDFC6 with #C6BFDF are triadic colors.

2 #DFBFC6 and #BFC6DF with #C6BFDF are triadic colors.