COLOR #C5BBA2

HEX: #C5BBA2
RGB: (197,187,162)

Color info

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

RGB color model

#C5BBA2 color RGB value is (197,187,162).

  • red value is 197;
  • green value is 187;
  • blue value is 162.
RGB:
(197,187,162)
(77%,73%,64%)

RGB channels and saturation

R 197 of 255 = 77%
G 187 of 255 = 73%
B 162 of 255 = 64%

197
187
162

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

Portions of RGB colors in percentages

R + G + B =
197 + 187 + 162 = 546 (100%)
R 197 of 546 ~ 36.08%
G 187 of 546 ~ 34.25%
B 162 of 546 ~ 29.67%

%36.08
%34.25
%29.67

CMYK color model

#C5BBA2 color CMYK value is (0,5,18,23).

  • cyan value is 0.00%
  • magenta value is 5.08%
  • yellow value is 17.77%
  • key color value is 22.75%
CMYK:
(0,5,18,23)
C0M5Y18K23 
(0%,5%,18%,23%)
(0.00/0.05/0.18/0.23)	

CMYK percentages

%0
%5.08
%17.77
%22.75

Codes

Color #C5BBA2 in popluar color models

C5BBA2
RGB197187162
HSL43°23.18%70.39%
HSB/HSV43°17.77%77.25%
CMYK0.00%5.08%17.77%
22.75%

Color #C5BBA2 in popluar number systems.

HEXC5BBA2
Decimal197187162
Binary110001011011101110100010
Octal305273242

Shades and tints

Shades of #C5BBA2

#C5BBA2
(197,187,162)
#B4AA94
(180,170,148)
#A39986
(163,153,134)
#928878
(146,136,120)
#81776A
(129,119,106)
#70665C
(112,102,92)
#5F554E
(95,85,78)
#4E4440
(78,68,64)
#3D3332
(61,51,50)
#2C2224
(44,34,36)
#1B1116
(27,17,22)
#000000
(0,0,0)

Tints of #C5BBA2

#C5BBA2
(197,187,162)
#CAC1AA
(202,193,170)
#CFC7B2
(207,199,178)
#D4CDBA
(212,205,186)
#D9D3C2
(217,211,194)
#DED9CA
(222,217,202)
#E3DFD2
(227,223,210)
#E8E5DA
(232,229,218)
#EDEBE2
(237,235,226)
#F2F1EA
(242,241,234)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BBA2 color. Also use rgb(197,187,162) instead hex code.

Text Font Color

.myTextColor { color: #C5BBA2; }

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

This text font color is #C5BBA2.


Background Color

.myBgColor { background-color: #C5BBA2; }

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

This div background color is #C5BBA2.


Border color

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

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

This div border color is #C5BBA2.


Opacity

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

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

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

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

This text has shadow with #C5BBA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BBA2 on black background.


Color preview on white background

This text has color #C5BBA2 on white background.



Black color preview on #C5BBA2 background

This text has black color on #C5BBA2 background.


White color preview on #C5BBA2 background

This text has white color on #C5BBA2 background.