COLOR #C3BEBD

HEX: #C3BEBD RGB: (195,190,189)

Color info

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

RGB color model

#C3BEBD color RGB value is (195,190,189).

RGB: (195,190,189) (76%, 75%, 74%)

RGB channels and saturation

R 195 of 255 = 76%
G 190 of 255 = 75%
B 189 of 255 = 74%

195
190
189

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

Portions of RGB colors in percentages

R + G + B = 195 + 190 + 189 = 574 (100%)
R 195 of 574 ~ 33.97%
G 190 of 574 ~ 33.1%
B 189 of 574 ~ 32.93'%

%33.97
%33.1
%32.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.56%
  • yellow value is 3.08%
  • key color value is 23.53%
CMYK: (0,3,3,24) C0M3Y3K24 (0%,3%,3%,24%) (0.00/0.03/0.03/0.24) 

CMYK percentages

%0
%2.56
%3.08
%23.53

Codes

Color #C3BEBD in popluar color models

C3 BE BD
RGB 195 190 189
HSL 10° 4.76% 75.29%
HSB/HSV 10° 3.08% 76.47%
CMYK 0.00% 2.56% 3.08%
23.53%

Color #C3BEBD in popluar number systems.

HEX C3 BE BD
Decimal 195 190 189
Binary 11000011 10111110 10111101
Octal 303 276 275

Shades and tints

Shades of #C3BEBD

#C3BEBD
(195,190,189)
#B2ADAC
(178,173,172)
#A19C9B
(161,156,155)
#908B8A
(144,139,138)
#7F7A79
(127,122,121)
#6E6968
(110,105,104)
#5D5857
(93,88,87)
#4C4746
(76,71,70)
#3B3635
(59,54,53)
#2A2524
(42,37,36)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #C3BEBD

#C3BEBD
(195,190,189)
#C8C3C3
(200,195,195)
#CDC8C9
(205,200,201)
#D2CDCF
(210,205,207)
#D7D2D5
(215,210,213)
#DCD7DB
(220,215,219)
#E1DCE1
(225,220,225)
#E6E1E7
(230,225,231)
#EBE6ED
(235,230,237)
#F0EBF3
(240,235,243)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BEBD; }

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

This text font color is #C3BEBD.

Background Color

.myBgColor { background-color: #C3BEBD; }

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

This div background color is #C3BEBD.

Border color

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

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

This div border color is #C3BEBD.

Opacity

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

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

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

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

This text has shadow with #C3BEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3BEBD.

Preview

Color preview on black background

This text has color #C3BEBD on black background.


Color preview on white background

This text has color #C3BEBD on white background.


Black color preview on #C3BEBD background

This text has black color on #C3BEBD background.


White color preview on #C3BEBD background

This text has white color on #C3BEBD background.


Related colors

Complementary color

Complementary color for #hex is #3C4142.


I love getcolorcode.com

Triadic colors

1 #BDC3BE and #BEBDC3 with #C3BEBD are triadic colors.

2 #BDBEC3 and #BEC3BD with #C3BEBD are triadic colors.