COLOR #C9EA96

HEX: #C9EA96
RGB: (201,234,150)

Renk bilgisi

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

RGB renk modeli

#C9EA96 color RGB value is (201,234,150).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 234 of 255 = 92%
B 150 of 255 = 59%

201
234
150

R + G + B ~ 77%. #C9EA96 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 234 + 150 = 585 (100%)
R 201 of 585 ~ 34.36%
G 234 of 585 ~ 40%
B 150 of 585 ~ 25.64%

%34.36
%40
%25.64

CMYK RENK MODELİ

#C9EA96 rengi CMYK tonu (14,0,36,8).

  • camgöbeği tonu 14.10%
  • eflatun tonu 0.00%
  • sarı tonu 35.90%
  • ana renk tonu 8.24%
CMYK:
(14,0,36,8)
C14M0Y36K8 
(14%,0%,36%,8%)
(0.14/0.00/0.36/0.08)	

CMYK yüzdeleri

%14.1
%0
%35.9
%8.24

Codes

Color #C9EA96 in popluar color models

C9EA96
RGB201234150
HSL84°66.67%75.29%
HSB/HSV84°35.90%91.76%
CMYK14.10%0.00%35.90%
8.24%

Color #C9EA96 in popluar number systems.

HEXC9EA96
Decimal201234150
Binary110010011110101010010110
Octal311352226

Shades and tints

Shades of #C9EA96

#C9EA96
(201,234,150)
#B7D589
(183,213,137)
#A5C07C
(165,192,124)
#93AB6F
(147,171,111)
#819662
(129,150,98)
#6F8155
(111,129,85)
#5D6C48
(93,108,72)
#4B573B
(75,87,59)
#39422E
(57,66,46)
#272D21
(39,45,33)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #C9EA96

#C9EA96
(201,234,150)
#CDEB9F
(205,235,159)
#D1ECA8
(209,236,168)
#D5EDB1
(213,237,177)
#D9EEBA
(217,238,186)
#DDEFC3
(221,239,195)
#E1F0CC
(225,240,204)
#E5F1D5
(229,241,213)
#E9F2DE
(233,242,222)
#EDF3E7
(237,243,231)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EA96; }

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

This text font color is #C9EA96.


Background Color

.myBgColor { background-color: #C9EA96; }

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

This div background color is #C9EA96.


Border color

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

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

This div border color is #C9EA96.


Opacity

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

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

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

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

This text has shadow with #C9EA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EA96 on black background.


Color preview on white background

This text has color #C9EA96 on white background.



Black color preview on #C9EA96 background

This text has black color on #C9EA96 background.


White color preview on #C9EA96 background

This text has white color on #C9EA96 background.