COLOR #C9F5AE

HEX: #C9F5AE
RGB: (201,245,174)

Renk bilgisi

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

RGB renk modeli

#C9F5AE color RGB value is (201,245,174).

  • kırmız ton 201;
  • yeşil ton 245;
  • mavi ton 174.
RGB:
(201,245,174)
(79%,96%,68%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 245 of 255 = 96%
B 174 of 255 = 68%

201
245
174

R + G + B ~ 81%. #C9F5AE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 245 + 174 = 620 (100%)
R 201 of 620 ~ 32.42%
G 245 of 620 ~ 39.52%
B 174 of 620 ~ 28.06%

%32.42
%39.52
%28.06

CMYK RENK MODELİ

#C9F5AE rengi CMYK tonu (18,0,29,4).

  • camgöbeği tonu 17.96%
  • eflatun tonu 0.00%
  • sarı tonu 28.98%
  • ana renk tonu 3.92%
CMYK:
(18,0,29,4)
C18M0Y29K4 
(18%,0%,29%,4%)
(0.18/0.00/0.29/0.04)	

CMYK yüzdeleri

%17.96
%0
%28.98
%3.92

Codes

Color #C9F5AE in popluar color models

C9F5AE
RGB201245174
HSL97°78.02%82.16%
HSB/HSV97°28.98%96.08%
CMYK17.96%0.00%28.98%
3.92%

Color #C9F5AE in popluar number systems.

HEXC9F5AE
Decimal201245174
Binary110010011111010110101110
Octal311365256

Shades and tints

Shades of #C9F5AE

#C9F5AE
(201,245,174)
#B7DF9F
(183,223,159)
#A5C990
(165,201,144)
#93B381
(147,179,129)
#819D72
(129,157,114)
#6F8763
(111,135,99)
#5D7154
(93,113,84)
#4B5B45
(75,91,69)
#394536
(57,69,54)
#272F27
(39,47,39)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #C9F5AE

#C9F5AE
(201,245,174)
#CDF5B5
(205,245,181)
#D1F5BC
(209,245,188)
#D5F5C3
(213,245,195)
#D9F5CA
(217,245,202)
#DDF5D1
(221,245,209)
#E1F5D8
(225,245,216)
#E5F5DF
(229,245,223)
#E9F5E6
(233,245,230)
#EDF5ED
(237,245,237)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9F5AE color. Also use rgb(201,245,174) instead hex code.

Text Font Color

.myTextColor { color: #C9F5AE; }

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

This text font color is #C9F5AE.


Background Color

.myBgColor { background-color: #C9F5AE; }

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

This div background color is #C9F5AE.


Border color

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

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

This div border color is #C9F5AE.


Opacity

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

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

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

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

This text has shadow with #C9F5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F5AE on black background.


Color preview on white background

This text has color #C9F5AE on white background.



Black color preview on #C9F5AE background

This text has black color on #C9F5AE background.


White color preview on #C9F5AE background

This text has white color on #C9F5AE background.