COLOR #C5B996

HEX: #C5B996
RGB: (197,185,150)

Renk bilgisi

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

RGB renk modeli

#C5B996 color RGB value is (197,185,150).

  • kırmız ton 197;
  • yeşil ton 185;
  • mavi ton 150.
RGB:
(197,185,150)
(77%,73%,59%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 185 of 255 = 73%
B 150 of 255 = 59%

197
185
150

R + G + B ~ 70%. #C5B996 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 185 + 150 = 532 (100%)
R 197 of 532 ~ 37.03%
G 185 of 532 ~ 34.77%
B 150 of 532 ~ 28.2%

%37.03
%34.77
%28.2

CMYK RENK MODELİ

#C5B996 rengi CMYK tonu (0,6,24,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.09%
  • sarı tonu 23.86%
  • ana renk tonu 22.75%
CMYK:
(0,6,24,23)
C0M6Y24K23 
(0%,6%,24%,23%)
(0.00/0.06/0.24/0.23)	

CMYK yüzdeleri

%0
%6.09
%23.86
%22.75

Codes

Color #C5B996 in popluar color models

C5B996
RGB197185150
HSL45°28.83%68.04%
HSB/HSV45°23.86%77.25%
CMYK0.00%6.09%23.86%
22.75%

Color #C5B996 in popluar number systems.

HEXC5B996
Decimal197185150
Binary110001011011100110010110
Octal305271226

Shades and tints

Shades of #C5B996

#C5B996
(197,185,150)
#B4A989
(180,169,137)
#A3997C
(163,153,124)
#92896F
(146,137,111)
#817962
(129,121,98)
#706955
(112,105,85)
#5F5948
(95,89,72)
#4E493B
(78,73,59)
#3D392E
(61,57,46)
#2C2921
(44,41,33)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #C5B996

#C5B996
(197,185,150)
#CABF9F
(202,191,159)
#CFC5A8
(207,197,168)
#D4CBB1
(212,203,177)
#D9D1BA
(217,209,186)
#DED7C3
(222,215,195)
#E3DDCC
(227,221,204)
#E8E3D5
(232,227,213)
#EDE9DE
(237,233,222)
#F2EFE7
(242,239,231)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B996 color. Also use rgb(197,185,150) instead hex code.

Text Font Color

.myTextColor { color: #C5B996; }

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

This text font color is #C5B996.


Background Color

.myBgColor { background-color: #C5B996; }

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

This div background color is #C5B996.


Border color

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

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

This div border color is #C5B996.


Opacity

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

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

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

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

This text has shadow with #C5B996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B996 on black background.


Color preview on white background

This text has color #C5B996 on white background.



Black color preview on #C5B996 background

This text has black color on #C5B996 background.


White color preview on #C5B996 background

This text has white color on #C5B996 background.