COLOR #C6BED9

HEX: #C6BED9 RGB: (198,190,217)

Color info

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

RGB color model

#C6BED9 color RGB value is (198,190,217).

RGB: (198,190,217) (78%, 75%, 85%)

RGB channels and saturation

R 198 of 255 = 78%
G 190 of 255 = 75%
B 217 of 255 = 85%

198
190
217

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

Portions of RGB colors in percentages

R + G + B = 198 + 190 + 217 = 605 (100%)
R 198 of 605 ~ 32.73%
G 190 of 605 ~ 31.4%
B 217 of 605 ~ 35.87'%

%32.73
%31.4
%35.87

CMYK color model

#C6BED9 color CMYK value is (9,12,0,15).

  • cyan value is 8.76%
  • magenta value is 12.44%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (9,12,0,15) C9M12Y0K15 (9%,12%,0%,15%) (0.09/0.12/0.00/0.15) 

CMYK percentages

%8.76
%12.44
%0
%14.9

Codes

Color #C6BED9 in popluar color models

C6 BE D9
RGB 198 190 217
HSL 258° 26.21% 79.80%
HSB/HSV 258° 12.44% 85.10%
CMYK 8.76% 12.44% 0.00%
14.90%

Color #C6BED9 in popluar number systems.

HEX C6 BE D9
Decimal 198 190 217
Binary 11000110 10111110 11011001
Octal 306 276 331

Shades and tints

Shades of #C6BED9

#C6BED9
(198,190,217)
#B4ADC6
(180,173,198)
#A29CB3
(162,156,179)
#908BA0
(144,139,160)
#7E7A8D
(126,122,141)
#6C697A
(108,105,122)
#5A5867
(90,88,103)
#484754
(72,71,84)
#363641
(54,54,65)
#24252E
(36,37,46)
#12141B
(18,20,27)
#000000
(0,0,0)

Tints of #C6BED9

#C6BED9
(198,190,217)
#CBC3DC
(203,195,220)
#D0C8DF
(208,200,223)
#D5CDE2
(213,205,226)
#DAD2E5
(218,210,229)
#DFD7E8
(223,215,232)
#E4DCEB
(228,220,235)
#E9E1EE
(233,225,238)
#EEE6F1
(238,230,241)
#F3EBF4
(243,235,244)
#F8F0F7
(248,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6BED9 color. Also use rgb(198,190,217) instead hex code.

Text Font Color

.myTextColor { color: #C6BED9; }

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

This text font color is #C6BED9.

Background Color

.myBgColor { background-color: #C6BED9; }

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

This div background color is #C6BED9.

Border color

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

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

This div border color is #C6BED9.

Opacity

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

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

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

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

This text has shadow with #C6BED9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6BED9.

Preview

Color preview on black background

This text has color #C6BED9 on black background.


Color preview on white background

This text has color #C6BED9 on white background.


Black color preview on #C6BED9 background

This text has black color on #C6BED9 background.


White color preview on #C6BED9 background

This text has white color on #C6BED9 background.


Related colors

Complementary color

Complementary color for #hex is #394126.


I love getcolorcode.com

Triadic colors

1 #D9C6BE and #BED9C6 with #C6BED9 are triadic colors.

2 #D9BEC6 and #BEC6D9 with #C6BED9 are triadic colors.