COLOR #C7C99B

HEX: #C7C99B
RGB: (199,201,155)

Renk bilgisi

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

RGB renk modeli

#C7C99B color RGB value is (199,201,155).

  • kırmız ton 199;
  • yeşil ton 201;
  • mavi ton 155.
RGB:
(199,201,155)
(78%,79%,61%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 201 of 255 = 79%
B 155 of 255 = 61%

199
201
155

R + G + B ~ 73%. #C7C99B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 201 + 155 = 555 (100%)
R 199 of 555 ~ 35.86%
G 201 of 555 ~ 36.22%
B 155 of 555 ~ 27.93%

%35.86
%36.22
%27.93

CMYK RENK MODELİ

#C7C99B rengi CMYK tonu (1,0,23,21).

  • camgöbeği tonu 1.00%
  • eflatun tonu 0.00%
  • sarı tonu 22.89%
  • ana renk tonu 21.18%
CMYK:
(1,0,23,21)
C1M0Y23K21 
(1%,0%,23%,21%)
(0.01/0.00/0.23/0.21)	

CMYK yüzdeleri

%1
%0
%22.89
%21.18

Codes

Color #C7C99B in popluar color models

C7C99B
RGB199201155
HSL63°29.87%69.80%
HSB/HSV63°22.89%78.82%
CMYK1.00%0.00%22.89%
21.18%

Color #C7C99B in popluar number systems.

HEXC7C99B
Decimal199201155
Binary110001111100100110011011
Octal307311233

Shades and tints

Shades of #C7C99B

#C7C99B
(199,201,155)
#B5B78D
(181,183,141)
#A3A57F
(163,165,127)
#919371
(145,147,113)
#7F8163
(127,129,99)
#6D6F55
(109,111,85)
#5B5D47
(91,93,71)
#494B39
(73,75,57)
#37392B
(55,57,43)
#25271D
(37,39,29)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #C7C99B

#C7C99B
(199,201,155)
#CCCDA4
(204,205,164)
#D1D1AD
(209,209,173)
#D6D5B6
(214,213,182)
#DBD9BF
(219,217,191)
#E0DDC8
(224,221,200)
#E5E1D1
(229,225,209)
#EAE5DA
(234,229,218)
#EFE9E3
(239,233,227)
#F4EDEC
(244,237,236)
#F9F1F5
(249,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C99B color. Also use rgb(199,201,155) instead hex code.

Text Font Color

.myTextColor { color: #C7C99B; }

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

This text font color is #C7C99B.


Background Color

.myBgColor { background-color: #C7C99B; }

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

This div background color is #C7C99B.


Border color

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

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

This div border color is #C7C99B.


Opacity

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

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

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

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

This text has shadow with #C7C99B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C99B on black background.


Color preview on white background

This text has color #C7C99B on white background.



Black color preview on #C7C99B background

This text has black color on #C7C99B background.


White color preview on #C7C99B background

This text has white color on #C7C99B background.