COLOR #C2BEB7

HEX: #C2BEB7
RGB: (194,190,183)

Color info

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

RGB color model

#C2BEB7 color RGB value is (194,190,183).

  • red value is 194;
  • green value is 190;
  • blue value is 183.
RGB:
(194,190,183)
(76%,75%,72%)

RGB channels and saturation

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

194
190
183

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

Portions of RGB colors in percentages

R + G + B =
194 + 190 + 183 = 567 (100%)
R 194 of 567 ~ 34.22%
G 190 of 567 ~ 33.51%
B 183 of 567 ~ 32.28%

%34.22
%33.51
%32.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.06%
  • yellow value is 5.67%
  • 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
%5.67
%23.92

Codes

Color #C2BEB7 in popluar color models

C2BEB7
RGB194190183
HSL38°8.27%73.92%
HSB/HSV38°5.67%76.08%
CMYK0.00%2.06%5.67%
23.92%

Color #C2BEB7 in popluar number systems.

HEXC2BEB7
Decimal194190183
Binary110000101011111010110111
Octal302276267

Shades and tints

Shades of #C2BEB7

#C2BEB7
(194,190,183)
#B1ADA7
(177,173,167)
#A09C97
(160,156,151)
#8F8B87
(143,139,135)
#7E7A77
(126,122,119)
#6D6967
(109,105,103)
#5C5857
(92,88,87)
#4B4747
(75,71,71)
#3A3637
(58,54,55)
#292527
(41,37,39)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #C2BEB7

#C2BEB7
(194,190,183)
#C7C3BD
(199,195,189)
#CCC8C3
(204,200,195)
#D1CDC9
(209,205,201)
#D6D2CF
(214,210,207)
#DBD7D5
(219,215,213)
#E0DCDB
(224,220,219)
#E5E1E1
(229,225,225)
#EAE6E7
(234,230,231)
#EFEBED
(239,235,237)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2BEB7; }

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

This text font color is #C2BEB7.


Background Color

.myBgColor { background-color: #C2BEB7; }

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

This div background color is #C2BEB7.


Border color

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

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

This div border color is #C2BEB7.


Opacity

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

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

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

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

This text has shadow with #C2BEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2BEB7 on black background.


Color preview on white background

This text has color #C2BEB7 on white background.



Black color preview on #C2BEB7 background

This text has black color on #C2BEB7 background.


White color preview on #C2BEB7 background

This text has white color on #C2BEB7 background.