COLOR #C3BE9A

HEX: #C3BE9A
RGB: (195,190,154)

Color info

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

RGB color model

#C3BE9A color RGB value is (195,190,154).

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

RGB channels and saturation

R 195 of 255 = 76%
G 190 of 255 = 75%
B 154 of 255 = 60%

195
190
154

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

Portions of RGB colors in percentages

R + G + B =
195 + 190 + 154 = 539 (100%)
R 195 of 539 ~ 36.18%
G 190 of 539 ~ 35.25%
B 154 of 539 ~ 28.57%

%36.18
%35.25
%28.57

CMYK color model

#C3BE9A color CMYK value is (0,3,21,24).

  • cyan value is 0.00%
  • magenta value is 2.56%
  • yellow value is 21.03%
  • key color value is 23.53%
CMYK:
(0,3,21,24)
C0M3Y21K24 
(0%,3%,21%,24%)
(0.00/0.03/0.21/0.24)	

CMYK percentages

%0
%2.56
%21.03
%23.53

Codes

Color #C3BE9A in popluar color models

C3BE9A
RGB195190154
HSL53°25.47%68.43%
HSB/HSV53°21.03%76.47%
CMYK0.00%2.56%21.03%
23.53%

Color #C3BE9A in popluar number systems.

HEXC3BE9A
Decimal195190154
Binary110000111011111010011010
Octal303276232

Shades and tints

Shades of #C3BE9A

#C3BE9A
(195,190,154)
#B2AD8C
(178,173,140)
#A19C7E
(161,156,126)
#908B70
(144,139,112)
#7F7A62
(127,122,98)
#6E6954
(110,105,84)
#5D5846
(93,88,70)
#4C4738
(76,71,56)
#3B362A
(59,54,42)
#2A251C
(42,37,28)
#19140E
(25,20,14)
#000000
(0,0,0)

Tints of #C3BE9A

#C3BE9A
(195,190,154)
#C8C3A3
(200,195,163)
#CDC8AC
(205,200,172)
#D2CDB5
(210,205,181)
#D7D2BE
(215,210,190)
#DCD7C7
(220,215,199)
#E1DCD0
(225,220,208)
#E6E1D9
(230,225,217)
#EBE6E2
(235,230,226)
#F0EBEB
(240,235,235)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3BE9A color. Also use rgb(195,190,154) instead hex code.

Text Font Color

.myTextColor { color: #C3BE9A; }

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

This text font color is #C3BE9A.


Background Color

.myBgColor { background-color: #C3BE9A; }

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

This div background color is #C3BE9A.


Border color

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

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

This div border color is #C3BE9A.


Opacity

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

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

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

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

This text has shadow with #C3BE9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3BE9A on black background.


Color preview on white background

This text has color #C3BE9A on white background.



Black color preview on #C3BE9A background

This text has black color on #C3BE9A background.


White color preview on #C3BE9A background

This text has white color on #C3BE9A background.