COLOR #C3BF99

HEX: #C3BF99
RGB: (195,191,153)

Color info

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

RGB color model

#C3BF99 color RGB value is (195,191,153).

  • red value is 195;
  • green value is 191;
  • blue value is 153.
RGB:
(195,191,153)
(76%,75%,60%)

RGB channels and saturation

R 195 of 255 = 76%
G 191 of 255 = 75%
B 153 of 255 = 60%

195
191
153

R + G + B ~ 70%. #C3BF99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 191 + 153 = 539 (100%)
R 195 of 539 ~ 36.18%
G 191 of 539 ~ 35.44%
B 153 of 539 ~ 28.39%

%36.18
%35.44
%28.39

CMYK color model

#C3BF99 color CMYK value is (0,2,22,24).

  • cyan value is 0.00%
  • magenta value is 2.05%
  • yellow value is 21.54%
  • key color value is 23.53%
CMYK:
(0,2,22,24)
C0M2Y22K24 
(0%,2%,22%,24%)
(0.00/0.02/0.22/0.24)	

CMYK percentages

%0
%2.05
%21.54
%23.53

Codes

Color #C3BF99 in popluar color models

C3BF99
RGB195191153
HSL54°25.93%68.24%
HSB/HSV54°21.54%76.47%
CMYK0.00%2.05%21.54%
23.53%

Color #C3BF99 in popluar number systems.

HEXC3BF99
Decimal195191153
Binary110000111011111110011001
Octal303277231

Shades and tints

Shades of #C3BF99

#C3BF99
(195,191,153)
#B2AE8C
(178,174,140)
#A19D7F
(161,157,127)
#908C72
(144,140,114)
#7F7B65
(127,123,101)
#6E6A58
(110,106,88)
#5D594B
(93,89,75)
#4C483E
(76,72,62)
#3B3731
(59,55,49)
#2A2624
(42,38,36)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #C3BF99

#C3BF99
(195,191,153)
#C8C4A2
(200,196,162)
#CDC9AB
(205,201,171)
#D2CEB4
(210,206,180)
#D7D3BD
(215,211,189)
#DCD8C6
(220,216,198)
#E1DDCF
(225,221,207)
#E6E2D8
(230,226,216)
#EBE7E1
(235,231,225)
#F0ECEA
(240,236,234)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3BF99 color. Also use rgb(195,191,153) instead hex code.

Text Font Color

.myTextColor { color: #C3BF99; }

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

This text font color is #C3BF99.


Background Color

.myBgColor { background-color: #C3BF99; }

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

This div background color is #C3BF99.


Border color

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

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

This div border color is #C3BF99.


Opacity

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

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

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

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

This text has shadow with #C3BF99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3BF99 on black background.


Color preview on white background

This text has color #C3BF99 on white background.



Black color preview on #C3BF99 background

This text has black color on #C3BF99 background.


White color preview on #C3BF99 background

This text has white color on #C3BF99 background.