COLOR #C5AB9D

HEX: #C5AB9D
RGB: (197,171,157)

Renk bilgisi

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

RGB renk modeli

#C5AB9D color RGB value is (197,171,157).

  • kırmız ton 197;
  • yeşil ton 171;
  • mavi ton 157.
RGB:
(197,171,157)
(77%,67%,62%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 171 of 255 = 67%
B 157 of 255 = 62%

197
171
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 171 + 157 = 525 (100%)
R 197 of 525 ~ 37.52%
G 171 of 525 ~ 32.57%
B 157 of 525 ~ 29.9%

%37.52
%32.57
%29.9

CMYK RENK MODELİ

#C5AB9D rengi CMYK tonu (0,13,20,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.20%
  • sarı tonu 20.30%
  • ana renk tonu 22.75%
CMYK:
(0,13,20,23)
C0M13Y20K23 
(0%,13%,20%,23%)
(0.00/0.13/0.20/0.23)	

CMYK yüzdeleri

%0
%13.2
%20.3
%22.75

Codes

Color #C5AB9D in popluar color models

C5AB9D
RGB197171157
HSL21°25.64%69.41%
HSB/HSV21°20.30%77.25%
CMYK0.00%13.20%20.30%
22.75%

Color #C5AB9D in popluar number systems.

HEXC5AB9D
Decimal197171157
Binary110001011010101110011101
Octal305253235

Shades and tints

Shades of #C5AB9D

#C5AB9D
(197,171,157)
#B49C8F
(180,156,143)
#A38D81
(163,141,129)
#927E73
(146,126,115)
#816F65
(129,111,101)
#706057
(112,96,87)
#5F5149
(95,81,73)
#4E423B
(78,66,59)
#3D332D
(61,51,45)
#2C241F
(44,36,31)
#1B1511
(27,21,17)
#000000
(0,0,0)

Tints of #C5AB9D

#C5AB9D
(197,171,157)
#CAB2A5
(202,178,165)
#CFB9AD
(207,185,173)
#D4C0B5
(212,192,181)
#D9C7BD
(217,199,189)
#DECEC5
(222,206,197)
#E3D5CD
(227,213,205)
#E8DCD5
(232,220,213)
#EDE3DD
(237,227,221)
#F2EAE5
(242,234,229)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5AB9D color. Also use rgb(197,171,157) instead hex code.

Text Font Color

.myTextColor { color: #C5AB9D; }

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

This text font color is #C5AB9D.


Background Color

.myBgColor { background-color: #C5AB9D; }

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

This div background color is #C5AB9D.


Border color

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

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

This div border color is #C5AB9D.


Opacity

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

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

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

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

This text has shadow with #C5AB9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AB9D on black background.


Color preview on white background

This text has color #C5AB9D on white background.



Black color preview on #C5AB9D background

This text has black color on #C5AB9D background.


White color preview on #C5AB9D background

This text has white color on #C5AB9D background.