COLOR #C3BAB6

HEX: #C3BAB6 RGB: (195,186,182)

Color info

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

RGB color model

#C3BAB6 color RGB value is (195,186,182).

RGB: (195,186,182) (76%, 73%, 71%)

RGB channels and saturation

R 195 of 255 = 76%
G 186 of 255 = 73%
B 182 of 255 = 71%

195
186
182

R + G + B ~ 73%. #C3BAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 186 + 182 = 563 (100%)
R 195 of 563 ~ 34.64%
G 186 of 563 ~ 33.04%
B 182 of 563 ~ 32.33'%

%34.64
%33.04
%32.33

CMYK color model

#C3BAB6 color CMYK value is (0,5,7,24).

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 6.67%
  • key color value is 23.53%

CMYK: (0,5,7,24)
C0M5Y7K24 (0%, 5%, 7%, 24%)
(0.00 / 0.05 / 0.07 / 0.24)

CMYK percentages

%0
%4.62
%6.67
%23.53

Codes

Color #C3BAB6 in popluar color models

C3 BA B6
RGB 195 186 182
HSL 18° 9.77% 73.92%
HSB/HSV 18° 6.67% 76.47%
CMYK 0.00% 4.62% 6.67%
23.53%

Color #C3BAB6 in popluar number systems.

HEX C3 BA B6
Decimal 195 186 182
Binary 11000011 10111010 10110110
Octal 303 272 266

Shades and tints

Shades of #C3BAB6

#C3BAB6
(195,186,182)
#B2AAA6
(178,170,166)
#A19A96
(161,154,150)
#908A86
(144,138,134)
#7F7A76
(127,122,118)
#6E6A66
(110,106,102)
#5D5A56
(93,90,86)
#4C4A46
(76,74,70)
#3B3A36
(59,58,54)
#2A2A26
(42,42,38)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #C3BAB6

#C3BAB6
(195,186,182)
#C8C0BC
(200,192,188)
#CDC6C2
(205,198,194)
#D2CCC8
(210,204,200)
#D7D2CE
(215,210,206)
#DCD8D4
(220,216,212)
#E1DEDA
(225,222,218)
#E6E4E0
(230,228,224)
#EBEAE6
(235,234,230)
#F0F0EC
(240,240,236)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3BAB6 color. Also use rgb(195,186,182) instead hex code.

Text Font Color

.myTextColor { color: #C3BAB6; }

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

This text font color is #C3BAB6.

Background Color

.myBgColor { background-color: #C3BAB6; }

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

This div background color is #C3BAB6.

Border color

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

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

This div border color is #C3BAB6.

Opacity

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

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

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

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

This text has shadow with #C3BAB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3BAB6.

Preview

Color preview on black background

This text has color #C3BAB6 on black background.


Color preview on white background

This text has color #C3BAB6 on white background.


Black color preview on #C3BAB6 background

This text has black color on #C3BAB6 background.


White color preview on #C3BAB6 background

This text has white color on #C3BAB6 background.


Related colors

Complementary color

Complementary color for #hex is #3C4549.


I love getcolorcode.com

Triadic colors

1 #B6C3BA and #BAB6C3 with #C3BAB6 are triadic colors.

2 #B6BAC3 and #BAC3B6 with #C3BAB6 are triadic colors.