COLOR #C2BEB6

HEX: #C2BEB6 RGB: (194,190,182)

Color info

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

RGB color model

#C2BEB6 color RGB value is (194,190,182).

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

RGB channels and saturation

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

194
190
182

R + G + B ~ 74%. #C2BEB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 190 + 182 = 566 (100%)
R 194 of 566 ~ 34.28%
G 190 of 566 ~ 33.57%
B 182 of 566 ~ 32.16'%

%34.28
%33.57
%32.16

CMYK color model

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

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

CMYK: (0,2,6,24)
C0M2Y6K24 (0%, 2%, 6%, 24%)
(0.00 / 0.02 / 0.06 / 0.24)

CMYK percentages

%0
%2.06
%6.19
%23.92

Codes

Color #C2BEB6 in popluar color models

C2 BE B6
RGB 194 190 182
HSL 40° 8.96% 73.73%
HSB/HSV 40° 6.19% 76.08%
CMYK 0.00% 2.06% 6.19%
23.92%

Color #C2BEB6 in popluar number systems.

HEX C2 BE B6
Decimal 194 190 182
Binary 11000010 10111110 10110110
Octal 302 276 266

Shades and tints

Shades of #C2BEB6

#C2BEB6
(194,190,182)
#B1ADA6
(177,173,166)
#A09C96
(160,156,150)
#8F8B86
(143,139,134)
#7E7A76
(126,122,118)
#6D6966
(109,105,102)
#5C5856
(92,88,86)
#4B4746
(75,71,70)
#3A3636
(58,54,54)
#292526
(41,37,38)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #C2BEB6

#C2BEB6
(194,190,182)
#C7C3BC
(199,195,188)
#CCC8C2
(204,200,194)
#D1CDC8
(209,205,200)
#D6D2CE
(214,210,206)
#DBD7D4
(219,215,212)
#E0DCDA
(224,220,218)
#E5E1E0
(229,225,224)
#EAE6E6
(234,230,230)
#EFEBEC
(239,235,236)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2BEB6; }

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

This text font color is #C2BEB6.

Background Color

.myBgColor { background-color: #C2BEB6; }

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

This div background color is #C2BEB6.

Border color

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

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

This div border color is #C2BEB6.

Opacity

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

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

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

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

This text has shadow with #C2BEB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2BEB6.

Preview

Color preview on black background

This text has color #C2BEB6 on black background.


Color preview on white background

This text has color #C2BEB6 on white background.


Black color preview on #C2BEB6 background

This text has black color on #C2BEB6 background.


White color preview on #C2BEB6 background

This text has white color on #C2BEB6 background.


Related colors

Complementary color

Complementary color for #hex is #3D4149.


I love getcolorcode.com

Triadic colors

1 #B6C2BE and #BEB6C2 with #C2BEB6 are triadic colors.

2 #B6BEC2 and #BEC2B6 with #C2BEB6 are triadic colors.