COLOR #C2BBA7

HEX: #C2BBA7
RGB: (194,187,167)

Color info

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

RGB color model

#C2BBA7 color RGB value is (194,187,167).

  • red value is 194;
  • green value is 187;
  • blue value is 167.
RGB:
(194,187,167)
(76%,73%,65%)

RGB channels and saturation

R 194 of 255 = 76%
G 187 of 255 = 73%
B 167 of 255 = 65%

194
187
167

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

Portions of RGB colors in percentages

R + G + B =
194 + 187 + 167 = 548 (100%)
R 194 of 548 ~ 35.4%
G 187 of 548 ~ 34.12%
B 167 of 548 ~ 30.47%

%35.4
%34.12
%30.47

CMYK color model

#C2BBA7 color CMYK value is (0,4,14,24).

  • cyan value is 0.00%
  • magenta value is 3.61%
  • yellow value is 13.92%
  • key color value is 23.92%
CMYK:
(0,4,14,24)
C0M4Y14K24 
(0%,4%,14%,24%)
(0.00/0.04/0.14/0.24)	

CMYK percentages

%0
%3.61
%13.92
%23.92

Codes

Color #C2BBA7 in popluar color models

C2BBA7
RGB194187167
HSL44°18.12%70.78%
HSB/HSV44°13.92%76.08%
CMYK0.00%3.61%13.92%
23.92%

Color #C2BBA7 in popluar number systems.

HEXC2BBA7
Decimal194187167
Binary110000101011101110100111
Octal302273247

Shades and tints

Shades of #C2BBA7

#C2BBA7
(194,187,167)
#B1AA98
(177,170,152)
#A09989
(160,153,137)
#8F887A
(143,136,122)
#7E776B
(126,119,107)
#6D665C
(109,102,92)
#5C554D
(92,85,77)
#4B443E
(75,68,62)
#3A332F
(58,51,47)
#292220
(41,34,32)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #C2BBA7

#C2BBA7
(194,187,167)
#C7C1AF
(199,193,175)
#CCC7B7
(204,199,183)
#D1CDBF
(209,205,191)
#D6D3C7
(214,211,199)
#DBD9CF
(219,217,207)
#E0DFD7
(224,223,215)
#E5E5DF
(229,229,223)
#EAEBE7
(234,235,231)
#EFF1EF
(239,241,239)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2BBA7; }

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

This text font color is #C2BBA7.


Background Color

.myBgColor { background-color: #C2BBA7; }

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

This div background color is #C2BBA7.


Border color

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

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

This div border color is #C2BBA7.


Opacity

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

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

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

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

This text has shadow with #C2BBA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2BBA7 on black background.


Color preview on white background

This text has color #C2BBA7 on white background.



Black color preview on #C2BBA7 background

This text has black color on #C2BBA7 background.


White color preview on #C2BBA7 background

This text has white color on #C2BBA7 background.