COLOR #C5B693

HEX: #C5B693
RGB: (197,182,147)

Renk bilgisi

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

RGB renk modeli

#C5B693 color RGB value is (197,182,147).

  • kırmız ton 197;
  • yeşil ton 182;
  • mavi ton 147.
RGB:
(197,182,147)
(77%,71%,58%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 182 of 255 = 71%
B 147 of 255 = 58%

197
182
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 182 + 147 = 526 (100%)
R 197 of 526 ~ 37.45%
G 182 of 526 ~ 34.6%
B 147 of 526 ~ 27.95%

%37.45
%34.6
%27.95

CMYK RENK MODELİ

#C5B693 rengi CMYK tonu (0,8,25,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.61%
  • sarı tonu 25.38%
  • ana renk tonu 22.75%
CMYK:
(0,8,25,23)
C0M8Y25K23 
(0%,8%,25%,23%)
(0.00/0.08/0.25/0.23)	

CMYK yüzdeleri

%0
%7.61
%25.38
%22.75

Codes

Color #C5B693 in popluar color models

C5B693
RGB197182147
HSL42°30.12%67.45%
HSB/HSV42°25.38%77.25%
CMYK0.00%7.61%25.38%
22.75%

Color #C5B693 in popluar number systems.

HEXC5B693
Decimal197182147
Binary110001011011011010010011
Octal305266223

Shades and tints

Shades of #C5B693

#C5B693
(197,182,147)
#B4A686
(180,166,134)
#A39679
(163,150,121)
#92866C
(146,134,108)
#81765F
(129,118,95)
#706652
(112,102,82)
#5F5645
(95,86,69)
#4E4638
(78,70,56)
#3D362B
(61,54,43)
#2C261E
(44,38,30)
#1B1611
(27,22,17)
#000000
(0,0,0)

Tints of #C5B693

#C5B693
(197,182,147)
#CABC9C
(202,188,156)
#CFC2A5
(207,194,165)
#D4C8AE
(212,200,174)
#D9CEB7
(217,206,183)
#DED4C0
(222,212,192)
#E3DAC9
(227,218,201)
#E8E0D2
(232,224,210)
#EDE6DB
(237,230,219)
#F2ECE4
(242,236,228)
#F7F2ED
(247,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B693 color. Also use rgb(197,182,147) instead hex code.

Text Font Color

.myTextColor { color: #C5B693; }

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

This text font color is #C5B693.


Background Color

.myBgColor { background-color: #C5B693; }

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

This div background color is #C5B693.


Border color

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

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

This div border color is #C5B693.


Opacity

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

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

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

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

This text has shadow with #C5B693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B693 on black background.


Color preview on white background

This text has color #C5B693 on white background.



Black color preview on #C5B693 background

This text has black color on #C5B693 background.


White color preview on #C5B693 background

This text has white color on #C5B693 background.