COLOR #C5B9A3

HEX: #C5B9A3
RGB: (197,185,163)

Renk bilgisi

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

RGB renk modeli

#C5B9A3 color RGB value is (197,185,163).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 185 of 255 = 73%
B 163 of 255 = 64%

197
185
163

R + G + B ~ 71%. #C5B9A3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 185 + 163 = 545 (100%)
R 197 of 545 ~ 36.15%
G 185 of 545 ~ 33.94%
B 163 of 545 ~ 29.91%

%36.15
%33.94
%29.91

CMYK RENK MODELİ

#C5B9A3 rengi CMYK tonu (0,6,17,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.09%
  • sarı tonu 17.26%
  • ana renk tonu 22.75%
CMYK:
(0,6,17,23)
C0M6Y17K23 
(0%,6%,17%,23%)
(0.00/0.06/0.17/0.23)	

CMYK yüzdeleri

%0
%6.09
%17.26
%22.75

Codes

Color #C5B9A3 in popluar color models

C5B9A3
RGB197185163
HSL39°22.67%70.59%
HSB/HSV39°17.26%77.25%
CMYK0.00%6.09%17.26%
22.75%

Color #C5B9A3 in popluar number systems.

HEXC5B9A3
Decimal197185163
Binary110001011011100110100011
Octal305271243

Shades and tints

Shades of #C5B9A3

#C5B9A3
(197,185,163)
#B4A995
(180,169,149)
#A39987
(163,153,135)
#928979
(146,137,121)
#81796B
(129,121,107)
#70695D
(112,105,93)
#5F594F
(95,89,79)
#4E4941
(78,73,65)
#3D3933
(61,57,51)
#2C2925
(44,41,37)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #C5B9A3

#C5B9A3
(197,185,163)
#CABFAB
(202,191,171)
#CFC5B3
(207,197,179)
#D4CBBB
(212,203,187)
#D9D1C3
(217,209,195)
#DED7CB
(222,215,203)
#E3DDD3
(227,221,211)
#E8E3DB
(232,227,219)
#EDE9E3
(237,233,227)
#F2EFEB
(242,239,235)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B9A3; }

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

This text font color is #C5B9A3.


Background Color

.myBgColor { background-color: #C5B9A3; }

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

This div background color is #C5B9A3.


Border color

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

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

This div border color is #C5B9A3.


Opacity

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

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

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

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

This text has shadow with #C5B9A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B9A3 on black background.


Color preview on white background

This text has color #C5B9A3 on white background.



Black color preview on #C5B9A3 background

This text has black color on #C5B9A3 background.


White color preview on #C5B9A3 background

This text has white color on #C5B9A3 background.