COLOR #C7B395

HEX: #C7B395
RGB: (199,179,149)

Renk bilgisi

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

RGB renk modeli

#C7B395 color RGB value is (199,179,149).

  • kırmız ton 199;
  • yeşil ton 179;
  • mavi ton 149.
RGB:
(199,179,149)
(78%,70%,58%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 179 of 255 = 70%
B 149 of 255 = 58%

199
179
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 179 + 149 = 527 (100%)
R 199 of 527 ~ 37.76%
G 179 of 527 ~ 33.97%
B 149 of 527 ~ 28.27%

%37.76
%33.97
%28.27

CMYK RENK MODELİ

#C7B395 rengi CMYK tonu (0,10,25,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.05%
  • sarı tonu 25.13%
  • ana renk tonu 21.96%
CMYK:
(0,10,25,22)
C0M10Y25K22 
(0%,10%,25%,22%)
(0.00/0.10/0.25/0.22)	

CMYK yüzdeleri

%0
%10.05
%25.13
%21.96

Codes

Color #C7B395 in popluar color models

C7B395
RGB199179149
HSL36°30.86%68.24%
HSB/HSV36°25.13%78.04%
CMYK0.00%10.05%25.13%
21.96%

Color #C7B395 in popluar number systems.

HEXC7B395
Decimal199179149
Binary110001111011001110010101
Octal307263225

Shades and tints

Shades of #C7B395

#C7B395
(199,179,149)
#B5A388
(181,163,136)
#A3937B
(163,147,123)
#91836E
(145,131,110)
#7F7361
(127,115,97)
#6D6354
(109,99,84)
#5B5347
(91,83,71)
#49433A
(73,67,58)
#37332D
(55,51,45)
#252320
(37,35,32)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #C7B395

#C7B395
(199,179,149)
#CCB99E
(204,185,158)
#D1BFA7
(209,191,167)
#D6C5B0
(214,197,176)
#DBCBB9
(219,203,185)
#E0D1C2
(224,209,194)
#E5D7CB
(229,215,203)
#EADDD4
(234,221,212)
#EFE3DD
(239,227,221)
#F4E9E6
(244,233,230)
#F9EFEF
(249,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B395 color. Also use rgb(199,179,149) instead hex code.

Text Font Color

.myTextColor { color: #C7B395; }

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

This text font color is #C7B395.


Background Color

.myBgColor { background-color: #C7B395; }

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

This div background color is #C7B395.


Border color

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

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

This div border color is #C7B395.


Opacity

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

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

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

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

This text has shadow with #C7B395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B395 on black background.


Color preview on white background

This text has color #C7B395 on white background.



Black color preview on #C7B395 background

This text has black color on #C7B395 background.


White color preview on #C7B395 background

This text has white color on #C7B395 background.