COLOR #C2BCA4

HEX: #C2BCA4
RGB: (194,188,164)

Color info

#C2BCA4 contains red, green and blue colors in about the same proportion. Web safe color of #C2BCA4 is #CCCC99 (or #CC9).

RGB color model

#C2BCA4 color RGB value is (194,188,164).

  • red value is 194;
  • green value is 188;
  • blue value is 164.
RGB:
(194,188,164)
(76%,74%,64%)

RGB channels and saturation

R 194 of 255 = 76%
G 188 of 255 = 74%
B 164 of 255 = 64%

194
188
164

R + G + B ~ 71%. #C2BCA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 188 + 164 = 546 (100%)
R 194 of 546 ~ 35.53%
G 188 of 546 ~ 34.43%
B 164 of 546 ~ 30.04%

%35.53
%34.43
%30.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.09%
  • yellow value is 15.46%
  • key color value is 23.92%
CMYK:
(0,3,15,24)
C0M3Y15K24 
(0%,3%,15%,24%)
(0.00/0.03/0.15/0.24)	

CMYK percentages

%0
%3.09
%15.46
%23.92

Codes

Color #C2BCA4 in popluar color models

C2BCA4
RGB194188164
HSL48°19.74%70.20%
HSB/HSV48°15.46%76.08%
CMYK0.00%3.09%15.46%
23.92%

Color #C2BCA4 in popluar number systems.

HEXC2BCA4
Decimal194188164
Binary110000101011110010100100
Octal302274244

Shades and tints

Shades of #C2BCA4

#C2BCA4
(194,188,164)
#B1AB96
(177,171,150)
#A09A88
(160,154,136)
#8F897A
(143,137,122)
#7E786C
(126,120,108)
#6D675E
(109,103,94)
#5C5650
(92,86,80)
#4B4542
(75,69,66)
#3A3434
(58,52,52)
#292326
(41,35,38)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #C2BCA4

#C2BCA4
(194,188,164)
#C7C2AC
(199,194,172)
#CCC8B4
(204,200,180)
#D1CEBC
(209,206,188)
#D6D4C4
(214,212,196)
#DBDACC
(219,218,204)
#E0E0D4
(224,224,212)
#E5E6DC
(229,230,220)
#EAECE4
(234,236,228)
#EFF2EC
(239,242,236)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2BCA4; }

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

This text font color is #C2BCA4.


Background Color

.myBgColor { background-color: #C2BCA4; }

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

This div background color is #C2BCA4.


Border color

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

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

This div border color is #C2BCA4.


Opacity

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

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

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

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

This text has shadow with #C2BCA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2BCA4 on black background.


Color preview on white background

This text has color #C2BCA4 on white background.



Black color preview on #C2BCA4 background

This text has black color on #C2BCA4 background.


White color preview on #C2BCA4 background

This text has white color on #C2BCA4 background.