COLOR #C2BEBA

HEX: #C2BEBA RGB: (194,190,186)

Color info

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

RGB color model

#C2BEBA color RGB value is (194,190,186).

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

RGB channels and saturation

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

194
190
186

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

Portions of RGB colors in percentages

R + G + B = 194 + 190 + 186 = 570 (100%)
R 194 of 570 ~ 34.04%
G 190 of 570 ~ 33.33%
B 186 of 570 ~ 32.63'%

%34.04
%33.33
%32.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.06%
  • yellow value is 4.12%
  • key color value is 23.92%

CMYK: (0,2,4,24)
C0M2Y4K24 (0%, 2%, 4%, 24%)
(0.00 / 0.02 / 0.04 / 0.24)

CMYK percentages

%0
%2.06
%4.12
%23.92

Codes

Color #C2BEBA in popluar color models

C2 BE BA
RGB 194 190 186
HSL 30° 6.15% 74.51%
HSB/HSV 30° 4.12% 76.08%
CMYK 0.00% 2.06% 4.12%
23.92%

Color #C2BEBA in popluar number systems.

HEX C2 BE BA
Decimal 194 190 186
Binary 11000010 10111110 10111010
Octal 302 276 272

Shades and tints

Shades of #C2BEBA

#C2BEBA
(194,190,186)
#B1ADAA
(177,173,170)
#A09C9A
(160,156,154)
#8F8B8A
(143,139,138)
#7E7A7A
(126,122,122)
#6D696A
(109,105,106)
#5C585A
(92,88,90)
#4B474A
(75,71,74)
#3A363A
(58,54,58)
#29252A
(41,37,42)
#18141A
(24,20,26)
#000000
(0,0,0)

Tints of #C2BEBA

#C2BEBA
(194,190,186)
#C7C3C0
(199,195,192)
#CCC8C6
(204,200,198)
#D1CDCC
(209,205,204)
#D6D2D2
(214,210,210)
#DBD7D8
(219,215,216)
#E0DCDE
(224,220,222)
#E5E1E4
(229,225,228)
#EAE6EA
(234,230,234)
#EFEBF0
(239,235,240)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2BEBA; }

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

This text font color is #C2BEBA.

Background Color

.myBgColor { background-color: #C2BEBA; }

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

This div background color is #C2BEBA.

Border color

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

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

This div border color is #C2BEBA.

Opacity

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

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

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

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

This text has shadow with #C2BEBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2BEBA.

Preview

Color preview on black background

This text has color #C2BEBA on black background.


Color preview on white background

This text has color #C2BEBA on white background.


Black color preview on #C2BEBA background

This text has black color on #C2BEBA background.


White color preview on #C2BEBA background

This text has white color on #C2BEBA background.


Related colors

Complementary color

Complementary color for #hex is #3D4145.


I love getcolorcode.com

Triadic colors

1 #BAC2BE and #BEBAC2 with #C2BEBA are triadic colors.

2 #BABEC2 and #BEC2BA with #C2BEBA are triadic colors.