COLOR #C3BBA0

HEX: #C3BBA0
RGB: (195,187,160)

Color info

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

RGB color model

#C3BBA0 color RGB value is (195,187,160).

  • red value is 195;
  • green value is 187;
  • blue value is 160.
RGB:
(195,187,160)
(76%,73%,63%)

RGB channels and saturation

R 195 of 255 = 76%
G 187 of 255 = 73%
B 160 of 255 = 63%

195
187
160

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

Portions of RGB colors in percentages

R + G + B =
195 + 187 + 160 = 542 (100%)
R 195 of 542 ~ 35.98%
G 187 of 542 ~ 34.5%
B 160 of 542 ~ 29.52%

%35.98
%34.5
%29.52

CMYK color model

#C3BBA0 color CMYK value is (0,4,18,24).

  • cyan value is 0.00%
  • magenta value is 4.10%
  • yellow value is 17.95%
  • key color value is 23.53%
CMYK:
(0,4,18,24)
C0M4Y18K24 
(0%,4%,18%,24%)
(0.00/0.04/0.18/0.24)	

CMYK percentages

%0
%4.1
%17.95
%23.53

Codes

Color #C3BBA0 in popluar color models

C3BBA0
RGB195187160
HSL46°22.58%69.61%
HSB/HSV46°17.95%76.47%
CMYK0.00%4.10%17.95%
23.53%

Color #C3BBA0 in popluar number systems.

HEXC3BBA0
Decimal195187160
Binary110000111011101110100000
Octal303273240

Shades and tints

Shades of #C3BBA0

#C3BBA0
(195,187,160)
#B2AA92
(178,170,146)
#A19984
(161,153,132)
#908876
(144,136,118)
#7F7768
(127,119,104)
#6E665A
(110,102,90)
#5D554C
(93,85,76)
#4C443E
(76,68,62)
#3B3330
(59,51,48)
#2A2222
(42,34,34)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #C3BBA0

#C3BBA0
(195,187,160)
#C8C1A8
(200,193,168)
#CDC7B0
(205,199,176)
#D2CDB8
(210,205,184)
#D7D3C0
(215,211,192)
#DCD9C8
(220,217,200)
#E1DFD0
(225,223,208)
#E6E5D8
(230,229,216)
#EBEBE0
(235,235,224)
#F0F1E8
(240,241,232)
#F5F7F0
(245,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BBA0; }

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

This text font color is #C3BBA0.


Background Color

.myBgColor { background-color: #C3BBA0; }

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

This div background color is #C3BBA0.


Border color

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

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

This div border color is #C3BBA0.


Opacity

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

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

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

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

This text has shadow with #C3BBA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3BBA0 on black background.


Color preview on white background

This text has color #C3BBA0 on white background.



Black color preview on #C3BBA0 background

This text has black color on #C3BBA0 background.


White color preview on #C3BBA0 background

This text has white color on #C3BBA0 background.