COLOR #C3BEAE

HEX: #C3BEAE
RGB: (195,190,174)

Color info

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

RGB color model

#C3BEAE color RGB value is (195,190,174).

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

RGB channels and saturation

R 195 of 255 = 76%
G 190 of 255 = 75%
B 174 of 255 = 68%

195
190
174

R + G + B ~ 73%. #C3BEAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 190 + 174 = 559 (100%)
R 195 of 559 ~ 34.88%
G 190 of 559 ~ 33.99%
B 174 of 559 ~ 31.13%

%34.88
%33.99
%31.13

CMYK color model

#C3BEAE color CMYK value is (0,3,11,24).

  • cyan value is 0.00%
  • magenta value is 2.56%
  • yellow value is 10.77%
  • key color value is 23.53%
CMYK:
(0,3,11,24)
C0M3Y11K24 
(0%,3%,11%,24%)
(0.00/0.03/0.11/0.24)	

CMYK percentages

%0
%2.56
%10.77
%23.53

Codes

Color #C3BEAE in popluar color models

C3BEAE
RGB195190174
HSL46°14.89%72.35%
HSB/HSV46°10.77%76.47%
CMYK0.00%2.56%10.77%
23.53%

Color #C3BEAE in popluar number systems.

HEXC3BEAE
Decimal195190174
Binary110000111011111010101110
Octal303276256

Shades and tints

Shades of #C3BEAE

#C3BEAE
(195,190,174)
#B2AD9F
(178,173,159)
#A19C90
(161,156,144)
#908B81
(144,139,129)
#7F7A72
(127,122,114)
#6E6963
(110,105,99)
#5D5854
(93,88,84)
#4C4745
(76,71,69)
#3B3636
(59,54,54)
#2A2527
(42,37,39)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #C3BEAE

#C3BEAE
(195,190,174)
#C8C3B5
(200,195,181)
#CDC8BC
(205,200,188)
#D2CDC3
(210,205,195)
#D7D2CA
(215,210,202)
#DCD7D1
(220,215,209)
#E1DCD8
(225,220,216)
#E6E1DF
(230,225,223)
#EBE6E6
(235,230,230)
#F0EBED
(240,235,237)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BEAE; }

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

This text font color is #C3BEAE.


Background Color

.myBgColor { background-color: #C3BEAE; }

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

This div background color is #C3BEAE.


Border color

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

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

This div border color is #C3BEAE.


Opacity

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

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

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

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

This text has shadow with #C3BEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3BEAE on black background.


Color preview on white background

This text has color #C3BEAE on white background.



Black color preview on #C3BEAE background

This text has black color on #C3BEAE background.


White color preview on #C3BEAE background

This text has white color on #C3BEAE background.