COLOR #C7C498

HEX: #C7C498
RGB: (199,196,152)

Renk bilgisi

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

RGB renk modeli

#C7C498 color RGB value is (199,196,152).

  • kırmız ton 199;
  • yeşil ton 196;
  • mavi ton 152.
RGB:
(199,196,152)
(78%,77%,60%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 196 of 255 = 77%
B 152 of 255 = 60%

199
196
152

R + G + B ~ 72%. #C7C498 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 196 + 152 = 547 (100%)
R 199 of 547 ~ 36.38%
G 196 of 547 ~ 35.83%
B 152 of 547 ~ 27.79%

%36.38
%35.83
%27.79

CMYK RENK MODELİ

#C7C498 rengi CMYK tonu (0,2,24,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.51%
  • sarı tonu 23.62%
  • ana renk tonu 21.96%
CMYK:
(0,2,24,22)
C0M2Y24K22 
(0%,2%,24%,22%)
(0.00/0.02/0.24/0.22)	

CMYK yüzdeleri

%0
%1.51
%23.62
%21.96

Codes

Color #C7C498 in popluar color models

C7C498
RGB199196152
HSL56°29.56%68.82%
HSB/HSV56°23.62%78.04%
CMYK0.00%1.51%23.62%
21.96%

Color #C7C498 in popluar number systems.

HEXC7C498
Decimal199196152
Binary110001111100010010011000
Octal307304230

Shades and tints

Shades of #C7C498

#C7C498
(199,196,152)
#B5B38B
(181,179,139)
#A3A27E
(163,162,126)
#919171
(145,145,113)
#7F8064
(127,128,100)
#6D6F57
(109,111,87)
#5B5E4A
(91,94,74)
#494D3D
(73,77,61)
#373C30
(55,60,48)
#252B23
(37,43,35)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #C7C498

#C7C498
(199,196,152)
#CCC9A1
(204,201,161)
#D1CEAA
(209,206,170)
#D6D3B3
(214,211,179)
#DBD8BC
(219,216,188)
#E0DDC5
(224,221,197)
#E5E2CE
(229,226,206)
#EAE7D7
(234,231,215)
#EFECE0
(239,236,224)
#F4F1E9
(244,241,233)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C498 color. Also use rgb(199,196,152) instead hex code.

Text Font Color

.myTextColor { color: #C7C498; }

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

This text font color is #C7C498.


Background Color

.myBgColor { background-color: #C7C498; }

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

This div background color is #C7C498.


Border color

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

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

This div border color is #C7C498.


Opacity

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

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

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

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

This text has shadow with #C7C498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C498 on black background.


Color preview on white background

This text has color #C7C498 on white background.



Black color preview on #C7C498 background

This text has black color on #C7C498 background.


White color preview on #C7C498 background

This text has white color on #C7C498 background.