COLOR #C3B9B3

HEX: #C3B9B3 RGB: (195,185,179)

Color info

#C3B9B3 contains red, green and blue colors in about the same proportion. Web safe color of #C3B9B3 is #CCCC99 (or #CC9).

RGB color model

#C3B9B3 color RGB value is (195,185,179).

RGB: (195,185,179) (76%, 73%, 70%)

RGB channels and saturation

R 195 of 255 = 76%
G 185 of 255 = 73%
B 179 of 255 = 70%

195
185
179

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

Portions of RGB colors in percentages

R + G + B = 195 + 185 + 179 = 559 (100%)
R 195 of 559 ~ 34.88%
G 185 of 559 ~ 33.09%
B 179 of 559 ~ 32.02'%

%34.88
%33.09
%32.02

CMYK color model

#C3B9B3 color CMYK value is (0,5,8,24).

  • cyan value is 0.00%
  • magenta value is 5.13%
  • yellow value is 8.21%
  • key color value is 23.53%

CMYK: (0,5,8,24)
C0M5Y8K24 (0%, 5%, 8%, 24%)
(0.00 / 0.05 / 0.08 / 0.24)

CMYK percentages

%0
%5.13
%8.21
%23.53

Codes

Color #C3B9B3 in popluar color models

C3 B9 B3
RGB 195 185 179
HSL 23° 11.76% 73.33%
HSB/HSV 23° 8.21% 76.47%
CMYK 0.00% 5.13% 8.21%
23.53%

Color #C3B9B3 in popluar number systems.

HEX C3 B9 B3
Decimal 195 185 179
Binary 11000011 10111001 10110011
Octal 303 271 263

Shades and tints

Shades of #C3B9B3

#C3B9B3
(195,185,179)
#B2A9A3
(178,169,163)
#A19993
(161,153,147)
#908983
(144,137,131)
#7F7973
(127,121,115)
#6E6963
(110,105,99)
#5D5953
(93,89,83)
#4C4943
(76,73,67)
#3B3933
(59,57,51)
#2A2923
(42,41,35)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #C3B9B3

#C3B9B3
(195,185,179)
#C8BFB9
(200,191,185)
#CDC5BF
(205,197,191)
#D2CBC5
(210,203,197)
#D7D1CB
(215,209,203)
#DCD7D1
(220,215,209)
#E1DDD7
(225,221,215)
#E6E3DD
(230,227,221)
#EBE9E3
(235,233,227)
#F0EFE9
(240,239,233)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B9B3 color. Also use rgb(195,185,179) instead hex code.

Text Font Color

.myTextColor { color: #C3B9B3; }

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

This text font color is #C3B9B3.

Background Color

.myBgColor { background-color: #C3B9B3; }

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

This div background color is #C3B9B3.

Border color

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

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

This div border color is #C3B9B3.

Opacity

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

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

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

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

This text has shadow with #C3B9B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3B9B3.

Preview

Color preview on black background

This text has color #C3B9B3 on black background.


Color preview on white background

This text has color #C3B9B3 on white background.


Black color preview on #C3B9B3 background

This text has black color on #C3B9B3 background.


White color preview on #C3B9B3 background

This text has white color on #C3B9B3 background.


Related colors

Complementary color

Complementary color for #hex is #3C464C.


I love getcolorcode.com

Triadic colors

1 #B3C3B9 and #B9B3C3 with #C3B9B3 are triadic colors.

2 #B3B9C3 and #B9C3B3 with #C3B9B3 are triadic colors.