COLOR #C2BEBE

HEX: #C2BEBE RGB: (194,190,190)

Color info

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

RGB color model

#C2BEBE color RGB value is (194,190,190).

RGB: (194,190,190) (76%, 75%, 75%)

RGB channels and saturation

R 194 of 255 = 76%
G 190 of 255 = 75%
B 190 of 255 = 75%

194
190
190

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

Portions of RGB colors in percentages

R + G + B = 194 + 190 + 190 = 574 (100%)
R 194 of 574 ~ 33.8%
G 190 of 574 ~ 33.1%
B 190 of 574 ~ 33.1'%

%33.8
%33.1
%33.1

CMYK color model

#C2BEBE color CMYK value is (0,2,2,24).

  • cyan value is 0.00%
  • magenta value is 2.06%
  • yellow value is 2.06%
  • key color value is 23.92%
CMYK: (0,2,2,24) C0M2Y2K24 (0%,2%,2%,24%) (0.00/0.02/0.02/0.24) 

CMYK percentages

%0
%2.06
%2.06
%23.92

Codes

Color #C2BEBE in popluar color models

C2 BE BE
RGB 194 190 190
HSL 3.17% 75.29%
HSB/HSV 2.06% 76.08%
CMYK 0.00% 2.06% 2.06%
23.92%

Color #C2BEBE in popluar number systems.

HEX C2 BE BE
Decimal 194 190 190
Binary 11000010 10111110 10111110
Octal 302 276 276

Shades and tints

Shades of #C2BEBE

#C2BEBE
(194,190,190)
#B1ADAD
(177,173,173)
#A09C9C
(160,156,156)
#8F8B8B
(143,139,139)
#7E7A7A
(126,122,122)
#6D6969
(109,105,105)
#5C5858
(92,88,88)
#4B4747
(75,71,71)
#3A3636
(58,54,54)
#292525
(41,37,37)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #C2BEBE

#C2BEBE
(194,190,190)
#C7C3C3
(199,195,195)
#CCC8C8
(204,200,200)
#D1CDCD
(209,205,205)
#D6D2D2
(214,210,210)
#DBD7D7
(219,215,215)
#E0DCDC
(224,220,220)
#E5E1E1
(229,225,225)
#EAE6E6
(234,230,230)
#EFEBEB
(239,235,235)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2BEBE; }

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

This text font color is #C2BEBE.

Background Color

.myBgColor { background-color: #C2BEBE; }

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

This div background color is #C2BEBE.

Border color

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

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

This div border color is #C2BEBE.

Opacity

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

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

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

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

This text has shadow with #C2BEBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2BEBE.

Preview

Color preview on black background

This text has color #C2BEBE on black background.


Color preview on white background

This text has color #C2BEBE on white background.


Black color preview on #C2BEBE background

This text has black color on #C2BEBE background.


White color preview on #C2BEBE background

This text has white color on #C2BEBE background.


Related colors

Complementary color

Complementary color for #hex is #3D4141.


I love getcolorcode.com