COLOR #C7B471

HEX: #C7B471
RGB: (199,180,113)

Renk bilgisi

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

RGB renk modeli

#C7B471 color RGB value is (199,180,113).

  • kırmız ton 199;
  • yeşil ton 180;
  • mavi ton 113.
RGB:
(199,180,113)
(78%,71%,44%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 180 of 255 = 71%
B 113 of 255 = 44%

199
180
113

R + G + B ~ 64%. #C7B471 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 180 + 113 = 492 (100%)
R 199 of 492 ~ 40.45%
G 180 of 492 ~ 36.59%
B 113 of 492 ~ 22.97%

%40.45
%36.59
%22.97

CMYK RENK MODELİ

#C7B471 rengi CMYK tonu (0,10,43,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.55%
  • sarı tonu 43.22%
  • ana renk tonu 21.96%
CMYK:
(0,10,43,22)
C0M10Y43K22 
(0%,10%,43%,22%)
(0.00/0.10/0.43/0.22)	

CMYK yüzdeleri

%0
%9.55
%43.22
%21.96

Codes

Color #C7B471 in popluar color models

C7B471
RGB199180113
HSL47°43.43%61.18%
HSB/HSV47°43.22%78.04%
CMYK0.00%9.55%43.22%
21.96%

Color #C7B471 in popluar number systems.

HEXC7B471
Decimal199180113
Binary11000111101101001110001
Octal307264161

Shades and tints

Shades of #C7B471

#C7B471
(199,180,113)
#B5A467
(181,164,103)
#A3945D
(163,148,93)
#918453
(145,132,83)
#7F7449
(127,116,73)
#6D643F
(109,100,63)
#5B5435
(91,84,53)
#49442B
(73,68,43)
#373421
(55,52,33)
#252417
(37,36,23)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #C7B471

#C7B471
(199,180,113)
#CCBA7D
(204,186,125)
#D1C089
(209,192,137)
#D6C695
(214,198,149)
#DBCCA1
(219,204,161)
#E0D2AD
(224,210,173)
#E5D8B9
(229,216,185)
#EADEC5
(234,222,197)
#EFE4D1
(239,228,209)
#F4EADD
(244,234,221)
#F9F0E9
(249,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B471 color. Also use rgb(199,180,113) instead hex code.

Text Font Color

.myTextColor { color: #C7B471; }

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

This text font color is #C7B471.


Background Color

.myBgColor { background-color: #C7B471; }

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

This div background color is #C7B471.


Border color

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

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

This div border color is #C7B471.


Opacity

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

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

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

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

This text has shadow with #C7B471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B471 on black background.


Color preview on white background

This text has color #C7B471 on white background.



Black color preview on #C7B471 background

This text has black color on #C7B471 background.


White color preview on #C7B471 background

This text has white color on #C7B471 background.