COLOR #C3BEB0

HEX: #C3BEB0
RGB: (195,190,176)

Color info

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

RGB color model

#C3BEB0 color RGB value is (195,190,176).

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

RGB channels and saturation

R 195 of 255 = 76%
G 190 of 255 = 75%
B 176 of 255 = 69%

195
190
176

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

Portions of RGB colors in percentages

R + G + B =
195 + 190 + 176 = 561 (100%)
R 195 of 561 ~ 34.76%
G 190 of 561 ~ 33.87%
B 176 of 561 ~ 31.37%

%34.76
%33.87
%31.37

CMYK color model

#C3BEB0 color CMYK value is (0,3,10,24).

  • cyan value is 0.00%
  • magenta value is 2.56%
  • yellow value is 9.74%
  • key color value is 23.53%
CMYK:
(0,3,10,24)
C0M3Y10K24 
(0%,3%,10%,24%)
(0.00/0.03/0.10/0.24)	

CMYK percentages

%0
%2.56
%9.74
%23.53

Codes

Color #C3BEB0 in popluar color models

C3BEB0
RGB195190176
HSL44°13.67%72.75%
HSB/HSV44°9.74%76.47%
CMYK0.00%2.56%9.74%
23.53%

Color #C3BEB0 in popluar number systems.

HEXC3BEB0
Decimal195190176
Binary110000111011111010110000
Octal303276260

Shades and tints

Shades of #C3BEB0

#C3BEB0
(195,190,176)
#B2ADA0
(178,173,160)
#A19C90
(161,156,144)
#908B80
(144,139,128)
#7F7A70
(127,122,112)
#6E6960
(110,105,96)
#5D5850
(93,88,80)
#4C4740
(76,71,64)
#3B3630
(59,54,48)
#2A2520
(42,37,32)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #C3BEB0

#C3BEB0
(195,190,176)
#C8C3B7
(200,195,183)
#CDC8BE
(205,200,190)
#D2CDC5
(210,205,197)
#D7D2CC
(215,210,204)
#DCD7D3
(220,215,211)
#E1DCDA
(225,220,218)
#E6E1E1
(230,225,225)
#EBE6E8
(235,230,232)
#F0EBEF
(240,235,239)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BEB0; }

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

This text font color is #C3BEB0.


Background Color

.myBgColor { background-color: #C3BEB0; }

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

This div background color is #C3BEB0.


Border color

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

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

This div border color is #C3BEB0.


Opacity

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

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

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

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

This text has shadow with #C3BEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3BEB0 on black background.


Color preview on white background

This text has color #C3BEB0 on white background.



Black color preview on #C3BEB0 background

This text has black color on #C3BEB0 background.


White color preview on #C3BEB0 background

This text has white color on #C3BEB0 background.