COLOR #C9E9AA

HEX: #C9E9AA
RGB: (201,233,170)

Renk bilgisi

#C9E9AA contains mainly red and green colors. #C9E9AA ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#C9E9AA color RGB value is (201,233,170).

  • kırmız ton 201;
  • yeşil ton 233;
  • mavi ton 170.
RGB:
(201,233,170)
(79%,91%,67%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 233 of 255 = 91%
B 170 of 255 = 67%

201
233
170

R + G + B ~ 79%. #C9E9AA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 233 + 170 = 604 (100%)
R 201 of 604 ~ 33.28%
G 233 of 604 ~ 38.58%
B 170 of 604 ~ 28.15%

%33.28
%38.58
%28.15

CMYK RENK MODELİ

#C9E9AA rengi CMYK tonu (14,0,27,9).

  • camgöbeği tonu 13.73%
  • eflatun tonu 0.00%
  • sarı tonu 27.04%
  • ana renk tonu 8.63%
CMYK:
(14,0,27,9)
C14M0Y27K9 
(14%,0%,27%,9%)
(0.14/0.00/0.27/0.09)	

CMYK yüzdeleri

%13.73
%0
%27.04
%8.63

Codes

Color #C9E9AA in popluar color models

C9E9AA
RGB201233170
HSL90°58.88%79.02%
HSB/HSV90°27.04%91.37%
CMYK13.73%0.00%27.04%
8.63%

Color #C9E9AA in popluar number systems.

HEXC9E9AA
Decimal201233170
Binary110010011110100110101010
Octal311351252

Shades and tints

Shades of #C9E9AA

#C9E9AA
(201,233,170)
#B7D49B
(183,212,155)
#A5BF8C
(165,191,140)
#93AA7D
(147,170,125)
#81956E
(129,149,110)
#6F805F
(111,128,95)
#5D6B50
(93,107,80)
#4B5641
(75,86,65)
#394132
(57,65,50)
#272C23
(39,44,35)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #C9E9AA

#C9E9AA
(201,233,170)
#CDEBB1
(205,235,177)
#D1EDB8
(209,237,184)
#D5EFBF
(213,239,191)
#D9F1C6
(217,241,198)
#DDF3CD
(221,243,205)
#E1F5D4
(225,245,212)
#E5F7DB
(229,247,219)
#E9F9E2
(233,249,226)
#EDFBE9
(237,251,233)
#F1FDF0
(241,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E9AA color. Also use rgb(201,233,170) instead hex code.

Text Font Color

.myTextColor { color: #C9E9AA; }

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

This text font color is #C9E9AA.


Background Color

.myBgColor { background-color: #C9E9AA; }

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

This div background color is #C9E9AA.


Border color

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

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

This div border color is #C9E9AA.


Opacity

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

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

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

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

This text has shadow with #C9E9AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E9AA on black background.


Color preview on white background

This text has color #C9E9AA on white background.



Black color preview on #C9E9AA background

This text has black color on #C9E9AA background.


White color preview on #C9E9AA background

This text has white color on #C9E9AA background.