COLOR #C3BB95

HEX: #C3BB95
RGB: (195,187,149)

Color info

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

RGB color model

#C3BB95 color RGB value is (195,187,149).

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

RGB channels and saturation

R 195 of 255 = 76%
G 187 of 255 = 73%
B 149 of 255 = 58%

195
187
149

R + G + B ~ 69%. #C3BB95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 187 + 149 = 531 (100%)
R 195 of 531 ~ 36.72%
G 187 of 531 ~ 35.22%
B 149 of 531 ~ 28.06%

%36.72
%35.22
%28.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.10%
  • yellow value is 23.59%
  • key color value is 23.53%
CMYK:
(0,4,24,24)
C0M4Y24K24 
(0%,4%,24%,24%)
(0.00/0.04/0.24/0.24)	

CMYK percentages

%0
%4.1
%23.59
%23.53

Codes

Color #C3BB95 in popluar color models

C3BB95
RGB195187149
HSL50°27.71%67.45%
HSB/HSV50°23.59%76.47%
CMYK0.00%4.10%23.59%
23.53%

Color #C3BB95 in popluar number systems.

HEXC3BB95
Decimal195187149
Binary110000111011101110010101
Octal303273225

Shades and tints

Shades of #C3BB95

#C3BB95
(195,187,149)
#B2AA88
(178,170,136)
#A1997B
(161,153,123)
#90886E
(144,136,110)
#7F7761
(127,119,97)
#6E6654
(110,102,84)
#5D5547
(93,85,71)
#4C443A
(76,68,58)
#3B332D
(59,51,45)
#2A2220
(42,34,32)
#191113
(25,17,19)
#000000
(0,0,0)

Tints of #C3BB95

#C3BB95
(195,187,149)
#C8C19E
(200,193,158)
#CDC7A7
(205,199,167)
#D2CDB0
(210,205,176)
#D7D3B9
(215,211,185)
#DCD9C2
(220,217,194)
#E1DFCB
(225,223,203)
#E6E5D4
(230,229,212)
#EBEBDD
(235,235,221)
#F0F1E6
(240,241,230)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BB95; }

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

This text font color is #C3BB95.


Background Color

.myBgColor { background-color: #C3BB95; }

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

This div background color is #C3BB95.


Border color

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

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

This div border color is #C3BB95.


Opacity

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

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

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

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

This text has shadow with #C3BB95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3BB95 on black background.


Color preview on white background

This text has color #C3BB95 on white background.



Black color preview on #C3BB95 background

This text has black color on #C3BB95 background.


White color preview on #C3BB95 background

This text has white color on #C3BB95 background.