COLOR #C9F0A5

HEX: #C9F0A5
RGB: (201,240,165)

Renk bilgisi

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

RGB renk modeli

#C9F0A5 color RGB value is (201,240,165).

  • kırmız ton 201;
  • yeşil ton 240;
  • mavi ton 165.
RGB:
(201,240,165)
(79%,94%,65%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 240 of 255 = 94%
B 165 of 255 = 65%

201
240
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 240 + 165 = 606 (100%)
R 201 of 606 ~ 33.17%
G 240 of 606 ~ 39.6%
B 165 of 606 ~ 27.23%

%33.17
%39.6
%27.23

CMYK RENK MODELİ

#C9F0A5 rengi CMYK tonu (16,0,31,6).

  • camgöbeği tonu 16.25%
  • eflatun tonu 0.00%
  • sarı tonu 31.25%
  • ana renk tonu 5.88%
CMYK:
(16,0,31,6)
C16M0Y31K6 
(16%,0%,31%,6%)
(0.16/0.00/0.31/0.06)	

CMYK yüzdeleri

%16.25
%0
%31.25
%5.88

Codes

Color #C9F0A5 in popluar color models

C9F0A5
RGB201240165
HSL91°71.43%79.41%
HSB/HSV91°31.25%94.12%
CMYK16.25%0.00%31.25%
5.88%

Color #C9F0A5 in popluar number systems.

HEXC9F0A5
Decimal201240165
Binary110010011111000010100101
Octal311360245

Shades and tints

Shades of #C9F0A5

#C9F0A5
(201,240,165)
#B7DB96
(183,219,150)
#A5C687
(165,198,135)
#93B178
(147,177,120)
#819C69
(129,156,105)
#6F875A
(111,135,90)
#5D724B
(93,114,75)
#4B5D3C
(75,93,60)
#39482D
(57,72,45)
#27331E
(39,51,30)
#151E0F
(21,30,15)
#000000
(0,0,0)

Tints of #C9F0A5

#C9F0A5
(201,240,165)
#CDF1AD
(205,241,173)
#D1F2B5
(209,242,181)
#D5F3BD
(213,243,189)
#D9F4C5
(217,244,197)
#DDF5CD
(221,245,205)
#E1F6D5
(225,246,213)
#E5F7DD
(229,247,221)
#E9F8E5
(233,248,229)
#EDF9ED
(237,249,237)
#F1FAF5
(241,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9F0A5 color. Also use rgb(201,240,165) instead hex code.

Text Font Color

.myTextColor { color: #C9F0A5; }

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

This text font color is #C9F0A5.


Background Color

.myBgColor { background-color: #C9F0A5; }

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

This div background color is #C9F0A5.


Border color

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

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

This div border color is #C9F0A5.


Opacity

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

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

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

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

This text has shadow with #C9F0A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F0A5 on black background.


Color preview on white background

This text has color #C9F0A5 on white background.



Black color preview on #C9F0A5 background

This text has black color on #C9F0A5 background.


White color preview on #C9F0A5 background

This text has white color on #C9F0A5 background.