COLOR #C9E396

HEX: #C9E396
RGB: (201,227,150)

Renk bilgisi

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

RGB renk modeli

#C9E396 color RGB value is (201,227,150).

  • kırmız ton 201;
  • yeşil ton 227;
  • mavi ton 150.
RGB:
(201,227,150)
(79%,89%,59%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 227 of 255 = 89%
B 150 of 255 = 59%

201
227
150

R + G + B ~ 76%. #C9E396 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 227 + 150 = 578 (100%)
R 201 of 578 ~ 34.78%
G 227 of 578 ~ 39.27%
B 150 of 578 ~ 25.95%

%34.78
%39.27
%25.95

CMYK RENK MODELİ

#C9E396 rengi CMYK tonu (11,0,34,11).

  • camgöbeği tonu 11.45%
  • eflatun tonu 0.00%
  • sarı tonu 33.92%
  • ana renk tonu 10.98%
CMYK:
(11,0,34,11)
C11M0Y34K11 
(11%,0%,34%,11%)
(0.11/0.00/0.34/0.11)	

CMYK yüzdeleri

%11.45
%0
%33.92
%10.98

Codes

Color #C9E396 in popluar color models

C9E396
RGB201227150
HSL80°57.89%73.92%
HSB/HSV80°33.92%89.02%
CMYK11.45%0.00%33.92%
10.98%

Color #C9E396 in popluar number systems.

HEXC9E396
Decimal201227150
Binary110010011110001110010110
Octal311343226

Shades and tints

Shades of #C9E396

#C9E396
(201,227,150)
#B7CF89
(183,207,137)
#A5BB7C
(165,187,124)
#93A76F
(147,167,111)
#819362
(129,147,98)
#6F7F55
(111,127,85)
#5D6B48
(93,107,72)
#4B573B
(75,87,59)
#39432E
(57,67,46)
#272F21
(39,47,33)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #C9E396

#C9E396
(201,227,150)
#CDE59F
(205,229,159)
#D1E7A8
(209,231,168)
#D5E9B1
(213,233,177)
#D9EBBA
(217,235,186)
#DDEDC3
(221,237,195)
#E1EFCC
(225,239,204)
#E5F1D5
(229,241,213)
#E9F3DE
(233,243,222)
#EDF5E7
(237,245,231)
#F1F7F0
(241,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E396 color. Also use rgb(201,227,150) instead hex code.

Text Font Color

.myTextColor { color: #C9E396; }

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

This text font color is #C9E396.


Background Color

.myBgColor { background-color: #C9E396; }

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

This div background color is #C9E396.


Border color

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

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

This div border color is #C9E396.


Opacity

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

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

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

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

This text has shadow with #C9E396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E396 on black background.


Color preview on white background

This text has color #C9E396 on white background.



Black color preview on #C9E396 background

This text has black color on #C9E396 background.


White color preview on #C9E396 background

This text has white color on #C9E396 background.