COLOR #C9E6AA

HEX: #C9E6AA
RGB: (201,230,170)

Renk bilgisi

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

RGB renk modeli

#C9E6AA color RGB value is (201,230,170).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 230 of 255 = 90%
B 170 of 255 = 67%

201
230
170

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 230 + 170 = 601 (100%)
R 201 of 601 ~ 33.44%
G 230 of 601 ~ 38.27%
B 170 of 601 ~ 28.29%

%33.44
%38.27
%28.29

CMYK RENK MODELİ

#C9E6AA rengi CMYK tonu (13,0,26,10).

  • camgöbeği tonu 12.61%
  • eflatun tonu 0.00%
  • sarı tonu 26.09%
  • ana renk tonu 9.80%
CMYK:
(13,0,26,10)
C13M0Y26K10 
(13%,0%,26%,10%)
(0.13/0.00/0.26/0.10)	

CMYK yüzdeleri

%12.61
%0
%26.09
%9.8

Codes

Color #C9E6AA in popluar color models

C9E6AA
RGB201230170
HSL89°54.55%78.43%
HSB/HSV89°26.09%90.20%
CMYK12.61%0.00%26.09%
9.80%

Color #C9E6AA in popluar number systems.

HEXC9E6AA
Decimal201230170
Binary110010011110011010101010
Octal311346252

Shades and tints

Shades of #C9E6AA

#C9E6AA
(201,230,170)
#B7D29B
(183,210,155)
#A5BE8C
(165,190,140)
#93AA7D
(147,170,125)
#81966E
(129,150,110)
#6F825F
(111,130,95)
#5D6E50
(93,110,80)
#4B5A41
(75,90,65)
#394632
(57,70,50)
#273223
(39,50,35)
#151E14
(21,30,20)
#000000
(0,0,0)

Tints of #C9E6AA

#C9E6AA
(201,230,170)
#CDE8B1
(205,232,177)
#D1EAB8
(209,234,184)
#D5ECBF
(213,236,191)
#D9EEC6
(217,238,198)
#DDF0CD
(221,240,205)
#E1F2D4
(225,242,212)
#E5F4DB
(229,244,219)
#E9F6E2
(233,246,226)
#EDF8E9
(237,248,233)
#F1FAF0
(241,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E6AA; }

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

This text font color is #C9E6AA.


Background Color

.myBgColor { background-color: #C9E6AA; }

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

This div background color is #C9E6AA.


Border color

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

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

This div border color is #C9E6AA.


Opacity

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

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

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

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

This text has shadow with #C9E6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E6AA on black background.


Color preview on white background

This text has color #C9E6AA on white background.



Black color preview on #C9E6AA background

This text has black color on #C9E6AA background.


White color preview on #C9E6AA background

This text has white color on #C9E6AA background.