COLOR #C5B297

HEX: #C5B297
RGB: (197,178,151)

Renk bilgisi

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

RGB renk modeli

#C5B297 color RGB value is (197,178,151).

  • kırmız ton 197;
  • yeşil ton 178;
  • mavi ton 151.
RGB:
(197,178,151)
(77%,70%,59%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 178 of 255 = 70%
B 151 of 255 = 59%

197
178
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 178 + 151 = 526 (100%)
R 197 of 526 ~ 37.45%
G 178 of 526 ~ 33.84%
B 151 of 526 ~ 28.71%

%37.45
%33.84
%28.71

CMYK RENK MODELİ

#C5B297 rengi CMYK tonu (0,10,23,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.64%
  • sarı tonu 23.35%
  • ana renk tonu 22.75%
CMYK:
(0,10,23,23)
C0M10Y23K23 
(0%,10%,23%,23%)
(0.00/0.10/0.23/0.23)	

CMYK yüzdeleri

%0
%9.64
%23.35
%22.75

Codes

Color #C5B297 in popluar color models

C5B297
RGB197178151
HSL35°28.40%68.24%
HSB/HSV35°23.35%77.25%
CMYK0.00%9.64%23.35%
22.75%

Color #C5B297 in popluar number systems.

HEXC5B297
Decimal197178151
Binary110001011011001010010111
Octal305262227

Shades and tints

Shades of #C5B297

#C5B297
(197,178,151)
#B4A28A
(180,162,138)
#A3927D
(163,146,125)
#928270
(146,130,112)
#817263
(129,114,99)
#706256
(112,98,86)
#5F5249
(95,82,73)
#4E423C
(78,66,60)
#3D322F
(61,50,47)
#2C2222
(44,34,34)
#1B1215
(27,18,21)
#000000
(0,0,0)

Tints of #C5B297

#C5B297
(197,178,151)
#CAB9A0
(202,185,160)
#CFC0A9
(207,192,169)
#D4C7B2
(212,199,178)
#D9CEBB
(217,206,187)
#DED5C4
(222,213,196)
#E3DCCD
(227,220,205)
#E8E3D6
(232,227,214)
#EDEADF
(237,234,223)
#F2F1E8
(242,241,232)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B297 color. Also use rgb(197,178,151) instead hex code.

Text Font Color

.myTextColor { color: #C5B297; }

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

This text font color is #C5B297.


Background Color

.myBgColor { background-color: #C5B297; }

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

This div background color is #C5B297.


Border color

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

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

This div border color is #C5B297.


Opacity

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

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

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

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

This text has shadow with #C5B297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B297 on black background.


Color preview on white background

This text has color #C5B297 on white background.



Black color preview on #C5B297 background

This text has black color on #C5B297 background.


White color preview on #C5B297 background

This text has white color on #C5B297 background.