COLOR #C3BBB6

HEX: #C3BBB6 RGB: (195,187,182)

Color info

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

RGB color model

#C3BBB6 color RGB value is (195,187,182).

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

RGB channels and saturation

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

195
187
182

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

Portions of RGB colors in percentages

R + G + B = 195 + 187 + 182 = 564 (100%)
R 195 of 564 ~ 34.57%
G 187 of 564 ~ 33.16%
B 182 of 564 ~ 32.27'%

%34.57
%33.16
%32.27

CMYK color model

#C3BBB6 color CMYK value is (0,4,7,24).

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

CMYK: (0,4,7,24)
C0M4Y7K24 (0%, 4%, 7%, 24%)
(0.00 / 0.04 / 0.07 / 0.24)

CMYK percentages

%0
%4.1
%6.67
%23.53

Codes

Color #C3BBB6 in popluar color models

C3 BB B6
RGB 195 187 182
HSL 23° 9.77% 73.92%
HSB/HSV 23° 6.67% 76.47%
CMYK 0.00% 4.10% 6.67%
23.53%

Color #C3BBB6 in popluar number systems.

HEX C3 BB B6
Decimal 195 187 182
Binary 11000011 10111011 10110110
Octal 303 273 266

Shades and tints

Shades of #C3BBB6

#C3BBB6
(195,187,182)
#B2AAA6
(178,170,166)
#A19996
(161,153,150)
#908886
(144,136,134)
#7F7776
(127,119,118)
#6E6666
(110,102,102)
#5D5556
(93,85,86)
#4C4446
(76,68,70)
#3B3336
(59,51,54)
#2A2226
(42,34,38)
#191116
(25,17,22)
#000000
(0,0,0)

Tints of #C3BBB6

#C3BBB6
(195,187,182)
#C8C1BC
(200,193,188)
#CDC7C2
(205,199,194)
#D2CDC8
(210,205,200)
#D7D3CE
(215,211,206)
#DCD9D4
(220,217,212)
#E1DFDA
(225,223,218)
#E6E5E0
(230,229,224)
#EBEBE6
(235,235,230)
#F0F1EC
(240,241,236)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BBB6; }

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

This text font color is #C3BBB6.

Background Color

.myBgColor { background-color: #C3BBB6; }

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

This div background color is #C3BBB6.

Border color

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

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

This div border color is #C3BBB6.

Opacity

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

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

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

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

This text has shadow with #C3BBB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3BBB6.

Preview

Color preview on black background

This text has color #C3BBB6 on black background.


Color preview on white background

This text has color #C3BBB6 on white background.


Black color preview on #C3BBB6 background

This text has black color on #C3BBB6 background.


White color preview on #C3BBB6 background

This text has white color on #C3BBB6 background.


Related colors

Complementary color

Complementary color for #hex is #3C4449.


I love getcolorcode.com

Triadic colors

1 #B6C3BB and #BBB6C3 with #C3BBB6 are triadic colors.

2 #B6BBC3 and #BBC3B6 with #C3BBB6 are triadic colors.