COLOR #C7D497

HEX: #C7D497
RGB: (199,212,151)

Renk bilgisi

#C7D497 contains mainly red and green colors. #C7D497 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C7D497 color RGB value is (199,212,151).

  • kırmız ton 199;
  • yeşil ton 212;
  • mavi ton 151.
RGB:
(199,212,151)
(78%,83%,59%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 212 of 255 = 83%
B 151 of 255 = 59%

199
212
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 212 + 151 = 562 (100%)
R 199 of 562 ~ 35.41%
G 212 of 562 ~ 37.72%
B 151 of 562 ~ 26.87%

%35.41
%37.72
%26.87

CMYK RENK MODELİ

#C7D497 rengi CMYK tonu (6,0,29,17).

  • camgöbeği tonu 6.13%
  • eflatun tonu 0.00%
  • sarı tonu 28.77%
  • ana renk tonu 16.86%
CMYK:
(6,0,29,17)
C6M0Y29K17 
(6%,0%,29%,17%)
(0.06/0.00/0.29/0.17)	

CMYK yüzdeleri

%6.13
%0
%28.77
%16.86

Codes

Color #C7D497 in popluar color models

C7D497
RGB199212151
HSL73°41.50%71.18%
HSB/HSV73°28.77%83.14%
CMYK6.13%0.00%28.77%
16.86%

Color #C7D497 in popluar number systems.

HEXC7D497
Decimal199212151
Binary110001111101010010010111
Octal307324227

Shades and tints

Shades of #C7D497

#C7D497
(199,212,151)
#B5C18A
(181,193,138)
#A3AE7D
(163,174,125)
#919B70
(145,155,112)
#7F8863
(127,136,99)
#6D7556
(109,117,86)
#5B6249
(91,98,73)
#494F3C
(73,79,60)
#373C2F
(55,60,47)
#252922
(37,41,34)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #C7D497

#C7D497
(199,212,151)
#CCD7A0
(204,215,160)
#D1DAA9
(209,218,169)
#D6DDB2
(214,221,178)
#DBE0BB
(219,224,187)
#E0E3C4
(224,227,196)
#E5E6CD
(229,230,205)
#EAE9D6
(234,233,214)
#EFECDF
(239,236,223)
#F4EFE8
(244,239,232)
#F9F2F1
(249,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D497 color. Also use rgb(199,212,151) instead hex code.

Text Font Color

.myTextColor { color: #C7D497; }

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

This text font color is #C7D497.


Background Color

.myBgColor { background-color: #C7D497; }

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

This div background color is #C7D497.


Border color

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

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

This div border color is #C7D497.


Opacity

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

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

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

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

This text has shadow with #C7D497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D497 on black background.


Color preview on white background

This text has color #C7D497 on white background.



Black color preview on #C7D497 background

This text has black color on #C7D497 background.


White color preview on #C7D497 background

This text has white color on #C7D497 background.