COLOR #C6BABE

HEX: #C6BABE RGB: (198,186,190)

Color info

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

RGB color model

#C6BABE color RGB value is (198,186,190).

RGB: (198,186,190) (78%, 73%, 75%)

RGB channels and saturation

R 198 of 255 = 78%
G 186 of 255 = 73%
B 190 of 255 = 75%

198
186
190

R + G + B ~ 75%. #C6BABE is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 186 + 190 = 574 (100%)
R 198 of 574 ~ 34.49%
G 186 of 574 ~ 32.4%
B 190 of 574 ~ 33.1'%

%34.49
%32.4
%33.1

CMYK color model

#C6BABE color CMYK value is (0,6,4,22).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 4.04%
  • key color value is 22.35%

CMYK: (0,6,4,22)
C0M6Y4K22 (0%, 6%, 4%, 22%)
(0.00 / 0.06 / 0.04 / 0.22)

CMYK percentages

%0
%6.06
%4.04
%22.35

Codes

Color #C6BABE in popluar color models

C6 BA BE
RGB 198 186 190
HSL 340° 9.52% 75.29%
HSB/HSV 340° 6.06% 77.65%
CMYK 0.00% 6.06% 4.04%
22.35%

Color #C6BABE in popluar number systems.

HEX C6 BA BE
Decimal 198 186 190
Binary 11000110 10111010 10111110
Octal 306 272 276

Shades and tints

Shades of #C6BABE

#C6BABE
(198,186,190)
#B4AAAD
(180,170,173)
#A29A9C
(162,154,156)
#908A8B
(144,138,139)
#7E7A7A
(126,122,122)
#6C6A69
(108,106,105)
#5A5A58
(90,90,88)
#484A47
(72,74,71)
#363A36
(54,58,54)
#242A25
(36,42,37)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #C6BABE

#C6BABE
(198,186,190)
#CBC0C3
(203,192,195)
#D0C6C8
(208,198,200)
#D5CCCD
(213,204,205)
#DAD2D2
(218,210,210)
#DFD8D7
(223,216,215)
#E4DEDC
(228,222,220)
#E9E4E1
(233,228,225)
#EEEAE6
(238,234,230)
#F3F0EB
(243,240,235)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BABE; }

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

This text font color is #C6BABE.

Background Color

.myBgColor { background-color: #C6BABE; }

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

This div background color is #C6BABE.

Border color

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

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

This div border color is #C6BABE.

Opacity

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

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

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

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

This text has shadow with #C6BABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6BABE.

Preview

Color preview on black background

This text has color #C6BABE on black background.


Color preview on white background

This text has color #C6BABE on white background.


Black color preview on #C6BABE background

This text has black color on #C6BABE background.


White color preview on #C6BABE background

This text has white color on #C6BABE background.


Related colors

Complementary color

Complementary color for #hex is #394541.


I love getcolorcode.com

Triadic colors

1 #BEC6BA and #BABEC6 with #C6BABE are triadic colors.

2 #BEBAC6 and #BAC6BE with #C6BABE are triadic colors.