COLOR #C5B6B0

HEX: #C5B6B0
RGB: (197,182,176)

Renk bilgisi

#C5B6B0 contains red, green and blue colors in about the same proportion. #C5B6B0 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C5B6B0 color RGB value is (197,182,176).

  • kırmız ton 197;
  • yeşil ton 182;
  • mavi ton 176.
RGB:
(197,182,176)
(77%,71%,69%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 182 of 255 = 71%
B 176 of 255 = 69%

197
182
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 182 + 176 = 555 (100%)
R 197 of 555 ~ 35.5%
G 182 of 555 ~ 32.79%
B 176 of 555 ~ 31.71%

%35.5
%32.79
%31.71

CMYK RENK MODELİ

#C5B6B0 rengi CMYK tonu (0,8,11,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.61%
  • sarı tonu 10.66%
  • ana renk tonu 22.75%
CMYK:
(0,8,11,23)
C0M8Y11K23 
(0%,8%,11%,23%)
(0.00/0.08/0.11/0.23)	

CMYK yüzdeleri

%0
%7.61
%10.66
%22.75

Codes

Color #C5B6B0 in popluar color models

C5B6B0
RGB197182176
HSL17°15.33%73.14%
HSB/HSV17°10.66%77.25%
CMYK0.00%7.61%10.66%
22.75%

Color #C5B6B0 in popluar number systems.

HEXC5B6B0
Decimal197182176
Binary110001011011011010110000
Octal305266260

Shades and tints

Shades of #C5B6B0

#C5B6B0
(197,182,176)
#B4A6A0
(180,166,160)
#A39690
(163,150,144)
#928680
(146,134,128)
#817670
(129,118,112)
#706660
(112,102,96)
#5F5650
(95,86,80)
#4E4640
(78,70,64)
#3D3630
(61,54,48)
#2C2620
(44,38,32)
#1B1610
(27,22,16)
#000000
(0,0,0)

Tints of #C5B6B0

#C5B6B0
(197,182,176)
#CABCB7
(202,188,183)
#CFC2BE
(207,194,190)
#D4C8C5
(212,200,197)
#D9CECC
(217,206,204)
#DED4D3
(222,212,211)
#E3DADA
(227,218,218)
#E8E0E1
(232,224,225)
#EDE6E8
(237,230,232)
#F2ECEF
(242,236,239)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B6B0; }

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

This text font color is #C5B6B0.


Background Color

.myBgColor { background-color: #C5B6B0; }

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

This div background color is #C5B6B0.


Border color

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

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

This div border color is #C5B6B0.


Opacity

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

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

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

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

This text has shadow with #C5B6B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B6B0 on black background.


Color preview on white background

This text has color #C5B6B0 on white background.



Black color preview on #C5B6B0 background

This text has black color on #C5B6B0 background.


White color preview on #C5B6B0 background

This text has white color on #C5B6B0 background.