COLOR #C5B29D

HEX: #C5B29D
RGB: (197,178,157)

Renk bilgisi

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

RGB renk modeli

#C5B29D color RGB value is (197,178,157).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 178 of 255 = 70%
B 157 of 255 = 62%

197
178
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 178 + 157 = 532 (100%)
R 197 of 532 ~ 37.03%
G 178 of 532 ~ 33.46%
B 157 of 532 ~ 29.51%

%37.03
%33.46
%29.51

CMYK RENK MODELİ

#C5B29D rengi CMYK tonu (0,10,20,23).

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

CMYK yüzdeleri

%0
%9.64
%20.3
%22.75

Codes

Color #C5B29D in popluar color models

C5B29D
RGB197178157
HSL32°25.64%69.41%
HSB/HSV32°20.30%77.25%
CMYK0.00%9.64%20.30%
22.75%

Color #C5B29D in popluar number systems.

HEXC5B29D
Decimal197178157
Binary110001011011001010011101
Octal305262235

Shades and tints

Shades of #C5B29D

#C5B29D
(197,178,157)
#B4A28F
(180,162,143)
#A39281
(163,146,129)
#928273
(146,130,115)
#817265
(129,114,101)
#706257
(112,98,87)
#5F5249
(95,82,73)
#4E423B
(78,66,59)
#3D322D
(61,50,45)
#2C221F
(44,34,31)
#1B1211
(27,18,17)
#000000
(0,0,0)

Tints of #C5B29D

#C5B29D
(197,178,157)
#CAB9A5
(202,185,165)
#CFC0AD
(207,192,173)
#D4C7B5
(212,199,181)
#D9CEBD
(217,206,189)
#DED5C5
(222,213,197)
#E3DCCD
(227,220,205)
#E8E3D5
(232,227,213)
#EDEADD
(237,234,221)
#F2F1E5
(242,241,229)
#F7F8ED
(247,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B29D; }

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

This text font color is #C5B29D.


Background Color

.myBgColor { background-color: #C5B29D; }

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

This div background color is #C5B29D.


Border color

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

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

This div border color is #C5B29D.


Opacity

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

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

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

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

This text has shadow with #C5B29D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B29D on black background.


Color preview on white background

This text has color #C5B29D on white background.



Black color preview on #C5B29D background

This text has black color on #C5B29D background.


White color preview on #C5B29D background

This text has white color on #C5B29D background.