COLOR #C3B8A8

HEX: #C3B8A8
RGB: (195,184,168)

Color info

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

RGB color model

#C3B8A8 color RGB value is (195,184,168).

  • red value is 195;
  • green value is 184;
  • blue value is 168.
RGB:
(195,184,168)
(76%,72%,66%)

RGB channels and saturation

R 195 of 255 = 76%
G 184 of 255 = 72%
B 168 of 255 = 66%

195
184
168

R + G + B ~ 71%. #C3B8A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 184 + 168 = 547 (100%)
R 195 of 547 ~ 35.65%
G 184 of 547 ~ 33.64%
B 168 of 547 ~ 30.71%

%35.65
%33.64
%30.71

CMYK color model

#C3B8A8 color CMYK value is (0,6,14,24).

  • cyan value is 0.00%
  • magenta value is 5.64%
  • yellow value is 13.85%
  • key color value is 23.53%
CMYK:
(0,6,14,24)
C0M6Y14K24 
(0%,6%,14%,24%)
(0.00/0.06/0.14/0.24)	

CMYK percentages

%0
%5.64
%13.85
%23.53

Codes

Color #C3B8A8 in popluar color models

C3B8A8
RGB195184168
HSL36°18.37%71.18%
HSB/HSV36°13.85%76.47%
CMYK0.00%5.64%13.85%
23.53%

Color #C3B8A8 in popluar number systems.

HEXC3B8A8
Decimal195184168
Binary110000111011100010101000
Octal303270250

Shades and tints

Shades of #C3B8A8

#C3B8A8
(195,184,168)
#B2A899
(178,168,153)
#A1988A
(161,152,138)
#90887B
(144,136,123)
#7F786C
(127,120,108)
#6E685D
(110,104,93)
#5D584E
(93,88,78)
#4C483F
(76,72,63)
#3B3830
(59,56,48)
#2A2821
(42,40,33)
#191812
(25,24,18)
#000000
(0,0,0)

Tints of #C3B8A8

#C3B8A8
(195,184,168)
#C8BEAF
(200,190,175)
#CDC4B6
(205,196,182)
#D2CABD
(210,202,189)
#D7D0C4
(215,208,196)
#DCD6CB
(220,214,203)
#E1DCD2
(225,220,210)
#E6E2D9
(230,226,217)
#EBE8E0
(235,232,224)
#F0EEE7
(240,238,231)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B8A8 color. Also use rgb(195,184,168) instead hex code.

Text Font Color

.myTextColor { color: #C3B8A8; }

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

This text font color is #C3B8A8.


Background Color

.myBgColor { background-color: #C3B8A8; }

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

This div background color is #C3B8A8.


Border color

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

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

This div border color is #C3B8A8.


Opacity

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

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

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

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

This text has shadow with #C3B8A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B8A8 on black background.


Color preview on white background

This text has color #C3B8A8 on white background.



Black color preview on #C3B8A8 background

This text has black color on #C3B8A8 background.


White color preview on #C3B8A8 background

This text has white color on #C3B8A8 background.