COLOR #C3BE9E

HEX: #C3BE9E
RGB: (195,190,158)

Color info

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

RGB color model

#C3BE9E color RGB value is (195,190,158).

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

RGB channels and saturation

R 195 of 255 = 76%
G 190 of 255 = 75%
B 158 of 255 = 62%

195
190
158

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

Portions of RGB colors in percentages

R + G + B =
195 + 190 + 158 = 543 (100%)
R 195 of 543 ~ 35.91%
G 190 of 543 ~ 34.99%
B 158 of 543 ~ 29.1%

%35.91
%34.99
%29.1

CMYK color model

#C3BE9E color CMYK value is (0,3,19,24).

  • cyan value is 0.00%
  • magenta value is 2.56%
  • yellow value is 18.97%
  • key color value is 23.53%
CMYK:
(0,3,19,24)
C0M3Y19K24 
(0%,3%,19%,24%)
(0.00/0.03/0.19/0.24)	

CMYK percentages

%0
%2.56
%18.97
%23.53

Codes

Color #C3BE9E in popluar color models

C3BE9E
RGB195190158
HSL52°23.57%69.22%
HSB/HSV52°18.97%76.47%
CMYK0.00%2.56%18.97%
23.53%

Color #C3BE9E in popluar number systems.

HEXC3BE9E
Decimal195190158
Binary110000111011111010011110
Octal303276236

Shades and tints

Shades of #C3BE9E

#C3BE9E
(195,190,158)
#B2AD90
(178,173,144)
#A19C82
(161,156,130)
#908B74
(144,139,116)
#7F7A66
(127,122,102)
#6E6958
(110,105,88)
#5D584A
(93,88,74)
#4C473C
(76,71,60)
#3B362E
(59,54,46)
#2A2520
(42,37,32)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #C3BE9E

#C3BE9E
(195,190,158)
#C8C3A6
(200,195,166)
#CDC8AE
(205,200,174)
#D2CDB6
(210,205,182)
#D7D2BE
(215,210,190)
#DCD7C6
(220,215,198)
#E1DCCE
(225,220,206)
#E6E1D6
(230,225,214)
#EBE6DE
(235,230,222)
#F0EBE6
(240,235,230)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BE9E; }

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

This text font color is #C3BE9E.


Background Color

.myBgColor { background-color: #C3BE9E; }

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

This div background color is #C3BE9E.


Border color

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

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

This div border color is #C3BE9E.


Opacity

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

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

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

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

This text has shadow with #C3BE9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3BE9E on black background.


Color preview on white background

This text has color #C3BE9E on white background.



Black color preview on #C3BE9E background

This text has black color on #C3BE9E background.


White color preview on #C3BE9E background

This text has white color on #C3BE9E background.