COLOR #C6BDD0

HEX: #C6BDD0 RGB: (198,189,208)

Color info

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

RGB color model

#C6BDD0 color RGB value is (198,189,208).

RGB: (198,189,208) (78%, 74%, 82%)

RGB channels and saturation

R 198 of 255 = 78%
G 189 of 255 = 74%
B 208 of 255 = 82%

198
189
208

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

Portions of RGB colors in percentages

R + G + B = 198 + 189 + 208 = 595 (100%)
R 198 of 595 ~ 33.28%
G 189 of 595 ~ 31.76%
B 208 of 595 ~ 34.96'%

%33.28
%31.76
%34.96

CMYK color model

#C6BDD0 color CMYK value is (5,9,0,18).

  • cyan value is 4.81%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (5,9,0,18)
C5M9Y0K18 (5%, 9%, 0%, 18%)
(0.05 / 0.09 / 0.00 / 0.18)

CMYK percentages

%4.81
%9.13
%0
%18.43

Codes

Color #C6BDD0 in popluar color models

C6 BD D0
RGB 198 189 208
HSL 268° 16.81% 77.84%
HSB/HSV 268° 9.13% 81.57%
CMYK 4.81% 9.13% 0.00%
18.43%

Color #C6BDD0 in popluar number systems.

HEX C6 BD D0
Decimal 198 189 208
Binary 11000110 10111101 11010000
Octal 306 275 320

Shades and tints

Shades of #C6BDD0

#C6BDD0
(198,189,208)
#B4ACBE
(180,172,190)
#A29BAC
(162,155,172)
#908A9A
(144,138,154)
#7E7988
(126,121,136)
#6C6876
(108,104,118)
#5A5764
(90,87,100)
#484652
(72,70,82)
#363540
(54,53,64)
#24242E
(36,36,46)
#12131C
(18,19,28)
#000000
(0,0,0)

Tints of #C6BDD0

#C6BDD0
(198,189,208)
#CBC3D4
(203,195,212)
#D0C9D8
(208,201,216)
#D5CFDC
(213,207,220)
#DAD5E0
(218,213,224)
#DFDBE4
(223,219,228)
#E4E1E8
(228,225,232)
#E9E7EC
(233,231,236)
#EEEDF0
(238,237,240)
#F3F3F4
(243,243,244)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BDD0; }

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

This text font color is #C6BDD0.

Background Color

.myBgColor { background-color: #C6BDD0; }

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

This div background color is #C6BDD0.

Border color

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

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

This div border color is #C6BDD0.

Opacity

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

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

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

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

This text has shadow with #C6BDD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6BDD0.

Preview

Color preview on black background

This text has color #C6BDD0 on black background.


Color preview on white background

This text has color #C6BDD0 on white background.


Black color preview on #C6BDD0 background

This text has black color on #C6BDD0 background.


White color preview on #C6BDD0 background

This text has white color on #C6BDD0 background.


Related colors

Complementary color

Complementary color for #hex is #39422F.


I love getcolorcode.com

Triadic colors

1 #D0C6BD and #BDD0C6 with #C6BDD0 are triadic colors.

2 #D0BDC6 and #BDC6D0 with #C6BDD0 are triadic colors.