COLOR #C6BDCF

HEX: #C6BDCF RGB: (198,189,207)

Color info

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

RGB color model

#C6BDCF color RGB value is (198,189,207).

RGB: (198,189,207) (78%, 74%, 81%)

RGB channels and saturation

R 198 of 255 = 78%
G 189 of 255 = 74%
B 207 of 255 = 81%

198
189
207

R + G + B ~ 78%. #C6BDCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 189 + 207 = 594 (100%)
R 198 of 594 ~ 33.33%
G 189 of 594 ~ 31.82%
B 207 of 594 ~ 34.85'%

%33.33
%31.82
%34.85

CMYK color model

#C6BDCF color CMYK value is (4,9,0,19).

  • cyan value is 4.35%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (4,9,0,19) C4M9Y0K19 (4%,9%,0%,19%) (0.04/0.09/0.00/0.19) 

CMYK percentages

%4.35
%8.7
%0
%18.82

Codes

Color #C6BDCF in popluar color models

C6 BD CF
RGB 198 189 207
HSL 270° 15.79% 77.65%
HSB/HSV 270° 8.70% 81.18%
CMYK 4.35% 8.70% 0.00%
18.82%

Color #C6BDCF in popluar number systems.

HEX C6 BD CF
Decimal 198 189 207
Binary 11000110 10111101 11001111
Octal 306 275 317

Shades and tints

Shades of #C6BDCF

#C6BDCF
(198,189,207)
#B4ACBD
(180,172,189)
#A29BAB
(162,155,171)
#908A99
(144,138,153)
#7E7987
(126,121,135)
#6C6875
(108,104,117)
#5A5763
(90,87,99)
#484651
(72,70,81)
#36353F
(54,53,63)
#24242D
(36,36,45)
#12131B
(18,19,27)
#000000
(0,0,0)

Tints of #C6BDCF

#C6BDCF
(198,189,207)
#CBC3D3
(203,195,211)
#D0C9D7
(208,201,215)
#D5CFDB
(213,207,219)
#DAD5DF
(218,213,223)
#DFDBE3
(223,219,227)
#E4E1E7
(228,225,231)
#E9E7EB
(233,231,235)
#EEEDEF
(238,237,239)
#F3F3F3
(243,243,243)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BDCF; }

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

This text font color is #C6BDCF.

Background Color

.myBgColor { background-color: #C6BDCF; }

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

This div background color is #C6BDCF.

Border color

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

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

This div border color is #C6BDCF.

Opacity

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

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

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

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

This text has shadow with #C6BDCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6BDCF.

Preview

Color preview on black background

This text has color #C6BDCF on black background.


Color preview on white background

This text has color #C6BDCF on white background.


Black color preview on #C6BDCF background

This text has black color on #C6BDCF background.


White color preview on #C6BDCF background

This text has white color on #C6BDCF background.


Related colors

Complementary color

Complementary color for #hex is #394230.


I love getcolorcode.com

Triadic colors

1 #CFC6BD and #BDCFC6 with #C6BDCF are triadic colors.

2 #CFBDC6 and #BDC6CF with #C6BDCF are triadic colors.