COLOR #C3BEBB

HEX: #C3BEBB
RGB: (195,190,187)

Color info

#C3BEBB contains red, green and blue colors in about the same proportion. Web safe color of #C3BEBB is #CCCCCC (or #CCC).

RGB color model

#C3BEBB color RGB value is (195,190,187).

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

RGB channels and saturation

R 195 of 255 = 76%
G 190 of 255 = 75%
B 187 of 255 = 73%

195
190
187

R + G + B ~ 75%. #C3BEBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 190 + 187 = 572 (100%)
R 195 of 572 ~ 34.09%
G 190 of 572 ~ 33.22%
B 187 of 572 ~ 32.69%

%34.09
%33.22
%32.69

CMYK color model

#C3BEBB color CMYK value is (0,3,4,24).

  • cyan value is 0.00%
  • magenta value is 2.56%
  • yellow value is 4.10%
  • key color value is 23.53%
CMYK:
(0,3,4,24)
C0M3Y4K24 
(0%,3%,4%,24%)
(0.00/0.03/0.04/0.24)	

CMYK percentages

%0
%2.56
%4.1
%23.53

Codes

Color #C3BEBB in popluar color models

C3BEBB
RGB195190187
HSL23°6.25%74.90%
HSB/HSV23°4.10%76.47%
CMYK0.00%2.56%4.10%
23.53%

Color #C3BEBB in popluar number systems.

HEXC3BEBB
Decimal195190187
Binary110000111011111010111011
Octal303276273

Shades and tints

Shades of #C3BEBB

#C3BEBB
(195,190,187)
#B2ADAA
(178,173,170)
#A19C99
(161,156,153)
#908B88
(144,139,136)
#7F7A77
(127,122,119)
#6E6966
(110,105,102)
#5D5855
(93,88,85)
#4C4744
(76,71,68)
#3B3633
(59,54,51)
#2A2522
(42,37,34)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #C3BEBB

#C3BEBB
(195,190,187)
#C8C3C1
(200,195,193)
#CDC8C7
(205,200,199)
#D2CDCD
(210,205,205)
#D7D2D3
(215,210,211)
#DCD7D9
(220,215,217)
#E1DCDF
(225,220,223)
#E6E1E5
(230,225,229)
#EBE6EB
(235,230,235)
#F0EBF1
(240,235,241)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BEBB; }

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

This text font color is #C3BEBB.


Background Color

.myBgColor { background-color: #C3BEBB; }

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

This div background color is #C3BEBB.


Border color

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

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

This div border color is #C3BEBB.


Opacity

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

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

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

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

This text has shadow with #C3BEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3BEBB on black background.


Color preview on white background

This text has color #C3BEBB on white background.



Black color preview on #C3BEBB background

This text has black color on #C3BEBB background.


White color preview on #C3BEBB background

This text has white color on #C3BEBB background.