COLOR #C5B598

HEX: #C5B598
RGB: (197,181,152)

Renk bilgisi

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

RGB renk modeli

#C5B598 color RGB value is (197,181,152).

  • kırmız ton 197;
  • yeşil ton 181;
  • mavi ton 152.
RGB:
(197,181,152)
(77%,71%,60%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 181 of 255 = 71%
B 152 of 255 = 60%

197
181
152

R + G + B ~ 69%. #C5B598 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 181 + 152 = 530 (100%)
R 197 of 530 ~ 37.17%
G 181 of 530 ~ 34.15%
B 152 of 530 ~ 28.68%

%37.17
%34.15
%28.68

CMYK RENK MODELİ

#C5B598 rengi CMYK tonu (0,8,23,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.12%
  • sarı tonu 22.84%
  • ana renk tonu 22.75%
CMYK:
(0,8,23,23)
C0M8Y23K23 
(0%,8%,23%,23%)
(0.00/0.08/0.23/0.23)	

CMYK yüzdeleri

%0
%8.12
%22.84
%22.75

Codes

Color #C5B598 in popluar color models

C5B598
RGB197181152
HSL39°27.95%68.43%
HSB/HSV39°22.84%77.25%
CMYK0.00%8.12%22.84%
22.75%

Color #C5B598 in popluar number systems.

HEXC5B598
Decimal197181152
Binary110001011011010110011000
Octal305265230

Shades and tints

Shades of #C5B598

#C5B598
(197,181,152)
#B4A58B
(180,165,139)
#A3957E
(163,149,126)
#928571
(146,133,113)
#817564
(129,117,100)
#706557
(112,101,87)
#5F554A
(95,85,74)
#4E453D
(78,69,61)
#3D3530
(61,53,48)
#2C2523
(44,37,35)
#1B1516
(27,21,22)
#000000
(0,0,0)

Tints of #C5B598

#C5B598
(197,181,152)
#CABBA1
(202,187,161)
#CFC1AA
(207,193,170)
#D4C7B3
(212,199,179)
#D9CDBC
(217,205,188)
#DED3C5
(222,211,197)
#E3D9CE
(227,217,206)
#E8DFD7
(232,223,215)
#EDE5E0
(237,229,224)
#F2EBE9
(242,235,233)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B598 color. Also use rgb(197,181,152) instead hex code.

Text Font Color

.myTextColor { color: #C5B598; }

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

This text font color is #C5B598.


Background Color

.myBgColor { background-color: #C5B598; }

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

This div background color is #C5B598.


Border color

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

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

This div border color is #C5B598.


Opacity

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

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

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

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

This text has shadow with #C5B598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B598 on black background.


Color preview on white background

This text has color #C5B598 on white background.



Black color preview on #C5B598 background

This text has black color on #C5B598 background.


White color preview on #C5B598 background

This text has white color on #C5B598 background.