COLOR #C9D497

HEX: #C9D497
RGB: (201,212,151)

Renk bilgisi

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

RGB renk modeli

#C9D497 color RGB value is (201,212,151).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 212 of 255 = 83%
B 151 of 255 = 59%

201
212
151

R + G + B ~ 74%. #C9D497 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 212 + 151 = 564 (100%)
R 201 of 564 ~ 35.64%
G 212 of 564 ~ 37.59%
B 151 of 564 ~ 26.77%

%35.64
%37.59
%26.77

CMYK RENK MODELİ

#C9D497 rengi CMYK tonu (5,0,29,17).

  • camgöbeği tonu 5.19%
  • eflatun tonu 0.00%
  • sarı tonu 28.77%
  • ana renk tonu 16.86%
CMYK:
(5,0,29,17)
C5M0Y29K17 
(5%,0%,29%,17%)
(0.05/0.00/0.29/0.17)	

CMYK yüzdeleri

%5.19
%0
%28.77
%16.86

Codes

Color #C9D497 in popluar color models

C9D497
RGB201212151
HSL71°41.50%71.18%
HSB/HSV71°28.77%83.14%
CMYK5.19%0.00%28.77%
16.86%

Color #C9D497 in popluar number systems.

HEXC9D497
Decimal201212151
Binary110010011101010010010111
Octal311324227

Shades and tints

Shades of #C9D497

#C9D497
(201,212,151)
#B7C18A
(183,193,138)
#A5AE7D
(165,174,125)
#939B70
(147,155,112)
#818863
(129,136,99)
#6F7556
(111,117,86)
#5D6249
(93,98,73)
#4B4F3C
(75,79,60)
#393C2F
(57,60,47)
#272922
(39,41,34)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #C9D497

#C9D497
(201,212,151)
#CDD7A0
(205,215,160)
#D1DAA9
(209,218,169)
#D5DDB2
(213,221,178)
#D9E0BB
(217,224,187)
#DDE3C4
(221,227,196)
#E1E6CD
(225,230,205)
#E5E9D6
(229,233,214)
#E9ECDF
(233,236,223)
#EDEFE8
(237,239,232)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D497; }

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

This text font color is #C9D497.


Background Color

.myBgColor { background-color: #C9D497; }

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

This div background color is #C9D497.


Border color

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

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

This div border color is #C9D497.


Opacity

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

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

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

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

This text has shadow with #C9D497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D497 on black background.


Color preview on white background

This text has color #C9D497 on white background.



Black color preview on #C9D497 background

This text has black color on #C9D497 background.


White color preview on #C9D497 background

This text has white color on #C9D497 background.