COLOR #C5BBA5

HEX: #C5BBA5 RGB: (197,187,165)

Color info

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

RGB color model

#C5BBA5 color RGB value is (197,187,165).

RGB: (197,187,165) (77%, 73%, 65%)

RGB channels and saturation

R 197 of 255 = 77%
G 187 of 255 = 73%
B 165 of 255 = 65%

197
187
165

R + G + B ~ 72%. #C5BBA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 187 + 165 = 549 (100%)
R 197 of 549 ~ 35.88%
G 187 of 549 ~ 34.06%
B 165 of 549 ~ 30.05'%

%35.88
%34.06
%30.05

CMYK color model

#C5BBA5 color CMYK value is (0,5,16,23).

  • cyan value is 0.00%
  • magenta value is 5.08%
  • yellow value is 16.24%
  • key color value is 22.75%

CMYK: (0,5,16,23)
C0M5Y16K23 (0%, 5%, 16%, 23%)
(0.00 / 0.05 / 0.16 / 0.23)

CMYK percentages

%0
%5.08
%16.24
%22.75

Codes

Color #C5BBA5 in popluar color models

C5 BB A5
RGB 197 187 165
HSL 41° 21.62% 70.98%
HSB/HSV 41° 16.24% 77.25%
CMYK 0.00% 5.08% 16.24%
22.75%

Color #C5BBA5 in popluar number systems.

HEX C5 BB A5
Decimal 197 187 165
Binary 11000101 10111011 10100101
Octal 305 273 245

Shades and tints

Shades of #C5BBA5

#C5BBA5
(197,187,165)
#B4AA96
(180,170,150)
#A39987
(163,153,135)
#928878
(146,136,120)
#817769
(129,119,105)
#70665A
(112,102,90)
#5F554B
(95,85,75)
#4E443C
(78,68,60)
#3D332D
(61,51,45)
#2C221E
(44,34,30)
#1B110F
(27,17,15)
#000000
(0,0,0)

Tints of #C5BBA5

#C5BBA5
(197,187,165)
#CAC1AD
(202,193,173)
#CFC7B5
(207,199,181)
#D4CDBD
(212,205,189)
#D9D3C5
(217,211,197)
#DED9CD
(222,217,205)
#E3DFD5
(227,223,213)
#E8E5DD
(232,229,221)
#EDEBE5
(237,235,229)
#F2F1ED
(242,241,237)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BBA5; }

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

This text font color is #C5BBA5.

Background Color

.myBgColor { background-color: #C5BBA5; }

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

This div background color is #C5BBA5.

Border color

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

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

This div border color is #C5BBA5.

Opacity

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

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

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

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

This text has shadow with #C5BBA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BBA5.

Preview

Color preview on black background

This text has color #C5BBA5 on black background.


Color preview on white background

This text has color #C5BBA5 on white background.


Black color preview on #C5BBA5 background

This text has black color on #C5BBA5 background.


White color preview on #C5BBA5 background

This text has white color on #C5BBA5 background.


Related colors

Complementary color

Complementary color for #hex is #3A445A.


I love getcolorcode.com

Triadic colors

1 #A5C5BB and #BBA5C5 with #C5BBA5 are triadic colors.

2 #A5BBC5 and #BBC5A5 with #C5BBA5 are triadic colors.