COLOR #C5B19A

HEX: #C5B19A
RGB: (197,177,154)

Renk bilgisi

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

RGB renk modeli

#C5B19A color RGB value is (197,177,154).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 177 of 255 = 69%
B 154 of 255 = 60%

197
177
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 177 + 154 = 528 (100%)
R 197 of 528 ~ 37.31%
G 177 of 528 ~ 33.52%
B 154 of 528 ~ 29.17%

%37.31
%33.52
%29.17

CMYK RENK MODELİ

#C5B19A rengi CMYK tonu (0,10,22,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.15%
  • sarı tonu 21.83%
  • ana renk tonu 22.75%
CMYK:
(0,10,22,23)
C0M10Y22K23 
(0%,10%,22%,23%)
(0.00/0.10/0.22/0.23)	

CMYK yüzdeleri

%0
%10.15
%21.83
%22.75

Codes

Color #C5B19A in popluar color models

C5B19A
RGB197177154
HSL32°27.04%68.82%
HSB/HSV32°21.83%77.25%
CMYK0.00%10.15%21.83%
22.75%

Color #C5B19A in popluar number systems.

HEXC5B19A
Decimal197177154
Binary110001011011000110011010
Octal305261232

Shades and tints

Shades of #C5B19A

#C5B19A
(197,177,154)
#B4A18C
(180,161,140)
#A3917E
(163,145,126)
#928170
(146,129,112)
#817162
(129,113,98)
#706154
(112,97,84)
#5F5146
(95,81,70)
#4E4138
(78,65,56)
#3D312A
(61,49,42)
#2C211C
(44,33,28)
#1B110E
(27,17,14)
#000000
(0,0,0)

Tints of #C5B19A

#C5B19A
(197,177,154)
#CAB8A3
(202,184,163)
#CFBFAC
(207,191,172)
#D4C6B5
(212,198,181)
#D9CDBE
(217,205,190)
#DED4C7
(222,212,199)
#E3DBD0
(227,219,208)
#E8E2D9
(232,226,217)
#EDE9E2
(237,233,226)
#F2F0EB
(242,240,235)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B19A; }

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

This text font color is #C5B19A.


Background Color

.myBgColor { background-color: #C5B19A; }

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

This div background color is #C5B19A.


Border color

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

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

This div border color is #C5B19A.


Opacity

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

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

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

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

This text has shadow with #C5B19A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B19A on black background.


Color preview on white background

This text has color #C5B19A on white background.



Black color preview on #C5B19A background

This text has black color on #C5B19A background.


White color preview on #C5B19A background

This text has white color on #C5B19A background.