COLOR #C6BADF

HEX: #C6BADF RGB: (198,186,223)

Color info

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

RGB color model

#C6BADF color RGB value is (198,186,223).

RGB: (198,186,223) (78%, 73%, 87%)

RGB channels and saturation

R 198 of 255 = 78%
G 186 of 255 = 73%
B 223 of 255 = 87%

198
186
223

R + G + B ~ 79%. #C6BADF is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 186 + 223 = 607 (100%)
R 198 of 607 ~ 32.62%
G 186 of 607 ~ 30.64%
B 223 of 607 ~ 36.74'%

%32.62
%30.64
%36.74

CMYK color model

#C6BADF color CMYK value is (11,17,0,13).

  • cyan value is 11.21%
  • magenta value is 16.59%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (11,17,0,13) C11M17Y0K13 (11%,17%,0%,13%) (0.11/0.17/0.00/0.13) 

CMYK percentages

%11.21
%16.59
%0
%12.55

Codes

Color #C6BADF in popluar color models

C6 BA DF
RGB 198 186 223
HSL 259° 36.63% 80.20%
HSB/HSV 259° 16.59% 87.45%
CMYK 11.21% 16.59% 0.00%
12.55%

Color #C6BADF in popluar number systems.

HEX C6 BA DF
Decimal 198 186 223
Binary 11000110 10111010 11011111
Octal 306 272 337

Shades and tints

Shades of #C6BADF

#C6BADF
(198,186,223)
#B4AACB
(180,170,203)
#A29AB7
(162,154,183)
#908AA3
(144,138,163)
#7E7A8F
(126,122,143)
#6C6A7B
(108,106,123)
#5A5A67
(90,90,103)
#484A53
(72,74,83)
#363A3F
(54,58,63)
#242A2B
(36,42,43)
#121A17
(18,26,23)
#000000
(0,0,0)

Tints of #C6BADF

#C6BADF
(198,186,223)
#CBC0E1
(203,192,225)
#D0C6E3
(208,198,227)
#D5CCE5
(213,204,229)
#DAD2E7
(218,210,231)
#DFD8E9
(223,216,233)
#E4DEEB
(228,222,235)
#E9E4ED
(233,228,237)
#EEEAEF
(238,234,239)
#F3F0F1
(243,240,241)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BADF; }

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

This text font color is #C6BADF.

Background Color

.myBgColor { background-color: #C6BADF; }

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

This div background color is #C6BADF.

Border color

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

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

This div border color is #C6BADF.

Opacity

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

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

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

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

This text has shadow with #C6BADF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6BADF.

Preview

Color preview on black background

This text has color #C6BADF on black background.


Color preview on white background

This text has color #C6BADF on white background.


Black color preview on #C6BADF background

This text has black color on #C6BADF background.


White color preview on #C6BADF background

This text has white color on #C6BADF background.


Related colors

Complementary color

Complementary color for #hex is #394520.


I love getcolorcode.com

Triadic colors

1 #DFC6BA and #BADFC6 with #C6BADF are triadic colors.

2 #DFBAC6 and #BAC6DF with #C6BADF are triadic colors.