COLOR #C5B49A

HEX: #C5B49A
RGB: (197,180,154)

Renk bilgisi

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

RGB renk modeli

#C5B49A color RGB value is (197,180,154).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 180 of 255 = 71%
B 154 of 255 = 60%

197
180
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 180 + 154 = 531 (100%)
R 197 of 531 ~ 37.1%
G 180 of 531 ~ 33.9%
B 154 of 531 ~ 29%

%37.1
%33.9
%29

CMYK RENK MODELİ

#C5B49A rengi CMYK tonu (0,9,22,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.63%
  • sarı tonu 21.83%
  • ana renk tonu 22.75%
CMYK:
(0,9,22,23)
C0M9Y22K23 
(0%,9%,22%,23%)
(0.00/0.09/0.22/0.23)	

CMYK yüzdeleri

%0
%8.63
%21.83
%22.75

Codes

Color #C5B49A in popluar color models

C5B49A
RGB197180154
HSL36°27.04%68.82%
HSB/HSV36°21.83%77.25%
CMYK0.00%8.63%21.83%
22.75%

Color #C5B49A in popluar number systems.

HEXC5B49A
Decimal197180154
Binary110001011011010010011010
Octal305264232

Shades and tints

Shades of #C5B49A

#C5B49A
(197,180,154)
#B4A48C
(180,164,140)
#A3947E
(163,148,126)
#928470
(146,132,112)
#817462
(129,116,98)
#706454
(112,100,84)
#5F5446
(95,84,70)
#4E4438
(78,68,56)
#3D342A
(61,52,42)
#2C241C
(44,36,28)
#1B140E
(27,20,14)
#000000
(0,0,0)

Tints of #C5B49A

#C5B49A
(197,180,154)
#CABAA3
(202,186,163)
#CFC0AC
(207,192,172)
#D4C6B5
(212,198,181)
#D9CCBE
(217,204,190)
#DED2C7
(222,210,199)
#E3D8D0
(227,216,208)
#E8DED9
(232,222,217)
#EDE4E2
(237,228,226)
#F2EAEB
(242,234,235)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B49A color. Also use rgb(197,180,154) instead hex code.

Text Font Color

.myTextColor { color: #C5B49A; }

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

This text font color is #C5B49A.


Background Color

.myBgColor { background-color: #C5B49A; }

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

This div background color is #C5B49A.


Border color

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

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

This div border color is #C5B49A.


Opacity

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

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

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

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

This text has shadow with #C5B49A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B49A on black background.


Color preview on white background

This text has color #C5B49A on white background.



Black color preview on #C5B49A background

This text has black color on #C5B49A background.


White color preview on #C5B49A background

This text has white color on #C5B49A background.