COLOR #C5B77E

HEX: #C5B77E
RGB: (197,183,126)

Renk bilgisi

#C5B77E contains mainly red and green colors. #C5B77E ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#C5B77E color RGB value is (197,183,126).

  • kırmız ton 197;
  • yeşil ton 183;
  • mavi ton 126.
RGB:
(197,183,126)
(77%,72%,49%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 183 of 255 = 72%
B 126 of 255 = 49%

197
183
126

R + G + B ~ 66%. #C5B77E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 183 + 126 = 506 (100%)
R 197 of 506 ~ 38.93%
G 183 of 506 ~ 36.17%
B 126 of 506 ~ 24.9%

%38.93
%36.17
%24.9

CMYK RENK MODELİ

#C5B77E rengi CMYK tonu (0,7,36,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.11%
  • sarı tonu 36.04%
  • ana renk tonu 22.75%
CMYK:
(0,7,36,23)
C0M7Y36K23 
(0%,7%,36%,23%)
(0.00/0.07/0.36/0.23)	

CMYK yüzdeleri

%0
%7.11
%36.04
%22.75

Codes

Color #C5B77E in popluar color models

C5B77E
RGB197183126
HSL48°37.97%63.33%
HSB/HSV48°36.04%77.25%
CMYK0.00%7.11%36.04%
22.75%

Color #C5B77E in popluar number systems.

HEXC5B77E
Decimal197183126
Binary11000101101101111111110
Octal305267176

Shades and tints

Shades of #C5B77E

#C5B77E
(197,183,126)
#B4A773
(180,167,115)
#A39768
(163,151,104)
#92875D
(146,135,93)
#817752
(129,119,82)
#706747
(112,103,71)
#5F573C
(95,87,60)
#4E4731
(78,71,49)
#3D3726
(61,55,38)
#2C271B
(44,39,27)
#1B1710
(27,23,16)
#000000
(0,0,0)

Tints of #C5B77E

#C5B77E
(197,183,126)
#CABD89
(202,189,137)
#CFC394
(207,195,148)
#D4C99F
(212,201,159)
#D9CFAA
(217,207,170)
#DED5B5
(222,213,181)
#E3DBC0
(227,219,192)
#E8E1CB
(232,225,203)
#EDE7D6
(237,231,214)
#F2EDE1
(242,237,225)
#F7F3EC
(247,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B77E color. Also use rgb(197,183,126) instead hex code.

Text Font Color

.myTextColor { color: #C5B77E; }

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

This text font color is #C5B77E.


Background Color

.myBgColor { background-color: #C5B77E; }

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

This div background color is #C5B77E.


Border color

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

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

This div border color is #C5B77E.


Opacity

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

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

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

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

This text has shadow with #C5B77E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B77E on black background.


Color preview on white background

This text has color #C5B77E on white background.



Black color preview on #C5B77E background

This text has black color on #C5B77E background.


White color preview on #C5B77E background

This text has white color on #C5B77E background.