COLOR #C2BBAF

HEX: #C2BBAF
RGB: (194,187,175)

Color info

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

RGB color model

#C2BBAF color RGB value is (194,187,175).

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

RGB channels and saturation

R 194 of 255 = 76%
G 187 of 255 = 73%
B 175 of 255 = 69%

194
187
175

R + G + B ~ 73%. #C2BBAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 187 + 175 = 556 (100%)
R 194 of 556 ~ 34.89%
G 187 of 556 ~ 33.63%
B 175 of 556 ~ 31.47%

%34.89
%33.63
%31.47

CMYK color model

#C2BBAF color CMYK value is (0,4,10,24).

  • cyan value is 0.00%
  • magenta value is 3.61%
  • yellow value is 9.79%
  • key color value is 23.92%
CMYK:
(0,4,10,24)
C0M4Y10K24 
(0%,4%,10%,24%)
(0.00/0.04/0.10/0.24)	

CMYK percentages

%0
%3.61
%9.79
%23.92

Codes

Color #C2BBAF in popluar color models

C2BBAF
RGB194187175
HSL38°13.48%72.35%
HSB/HSV38°9.79%76.08%
CMYK0.00%3.61%9.79%
23.92%

Color #C2BBAF in popluar number systems.

HEXC2BBAF
Decimal194187175
Binary110000101011101110101111
Octal302273257

Shades and tints

Shades of #C2BBAF

#C2BBAF
(194,187,175)
#B1AAA0
(177,170,160)
#A09991
(160,153,145)
#8F8882
(143,136,130)
#7E7773
(126,119,115)
#6D6664
(109,102,100)
#5C5555
(92,85,85)
#4B4446
(75,68,70)
#3A3337
(58,51,55)
#292228
(41,34,40)
#181119
(24,17,25)
#000000
(0,0,0)

Tints of #C2BBAF

#C2BBAF
(194,187,175)
#C7C1B6
(199,193,182)
#CCC7BD
(204,199,189)
#D1CDC4
(209,205,196)
#D6D3CB
(214,211,203)
#DBD9D2
(219,217,210)
#E0DFD9
(224,223,217)
#E5E5E0
(229,229,224)
#EAEBE7
(234,235,231)
#EFF1EE
(239,241,238)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2BBAF; }

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

This text font color is #C2BBAF.


Background Color

.myBgColor { background-color: #C2BBAF; }

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

This div background color is #C2BBAF.


Border color

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

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

This div border color is #C2BBAF.


Opacity

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

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

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

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

This text has shadow with #C2BBAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2BBAF on black background.


Color preview on white background

This text has color #C2BBAF on white background.



Black color preview on #C2BBAF background

This text has black color on #C2BBAF background.


White color preview on #C2BBAF background

This text has white color on #C2BBAF background.