COLOR #C5BDB0

HEX: #C5BDB0
RGB: (197,189,176)

Color info

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

RGB color model

#C5BDB0 color RGB value is (197,189,176).

  • red value is 197;
  • green value is 189;
  • blue value is 176.
RGB:
(197,189,176)
(77%,74%,69%)

RGB channels and saturation

R 197 of 255 = 77%
G 189 of 255 = 74%
B 176 of 255 = 69%

197
189
176

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

Portions of RGB colors in percentages

R + G + B =
197 + 189 + 176 = 562 (100%)
R 197 of 562 ~ 35.05%
G 189 of 562 ~ 33.63%
B 176 of 562 ~ 31.32%

%35.05
%33.63
%31.32

CMYK color model

#C5BDB0 color CMYK value is (0,4,11,23).

  • cyan value is 0.00%
  • magenta value is 4.06%
  • yellow value is 10.66%
  • key color value is 22.75%
CMYK:
(0,4,11,23)
C0M4Y11K23 
(0%,4%,11%,23%)
(0.00/0.04/0.11/0.23)	

CMYK percentages

%0
%4.06
%10.66
%22.75

Codes

Color #C5BDB0 in popluar color models

C5BDB0
RGB197189176
HSL37°15.33%73.14%
HSB/HSV37°10.66%77.25%
CMYK0.00%4.06%10.66%
22.75%

Color #C5BDB0 in popluar number systems.

HEXC5BDB0
Decimal197189176
Binary110001011011110110110000
Octal305275260

Shades and tints

Shades of #C5BDB0

#C5BDB0
(197,189,176)
#B4ACA0
(180,172,160)
#A39B90
(163,155,144)
#928A80
(146,138,128)
#817970
(129,121,112)
#706860
(112,104,96)
#5F5750
(95,87,80)
#4E4640
(78,70,64)
#3D3530
(61,53,48)
#2C2420
(44,36,32)
#1B1310
(27,19,16)
#000000
(0,0,0)

Tints of #C5BDB0

#C5BDB0
(197,189,176)
#CAC3B7
(202,195,183)
#CFC9BE
(207,201,190)
#D4CFC5
(212,207,197)
#D9D5CC
(217,213,204)
#DEDBD3
(222,219,211)
#E3E1DA
(227,225,218)
#E8E7E1
(232,231,225)
#EDEDE8
(237,237,232)
#F2F3EF
(242,243,239)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BDB0 color. Also use rgb(197,189,176) instead hex code.

Text Font Color

.myTextColor { color: #C5BDB0; }

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

This text font color is #C5BDB0.


Background Color

.myBgColor { background-color: #C5BDB0; }

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

This div background color is #C5BDB0.


Border color

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

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

This div border color is #C5BDB0.


Opacity

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

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

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

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

This text has shadow with #C5BDB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BDB0 on black background.


Color preview on white background

This text has color #C5BDB0 on white background.



Black color preview on #C5BDB0 background

This text has black color on #C5BDB0 background.


White color preview on #C5BDB0 background

This text has white color on #C5BDB0 background.