COLOR #C9ED94

HEX: #C9ED94
RGB: (201,237,148)

Renk bilgisi

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

RGB renk modeli

#C9ED94 color RGB value is (201,237,148).

  • kırmız ton 201;
  • yeşil ton 237;
  • mavi ton 148.
RGB:
(201,237,148)
(79%,93%,58%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 237 of 255 = 93%
B 148 of 255 = 58%

201
237
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 237 + 148 = 586 (100%)
R 201 of 586 ~ 34.3%
G 237 of 586 ~ 40.44%
B 148 of 586 ~ 25.26%

%34.3
%40.44
%25.26

CMYK RENK MODELİ

#C9ED94 rengi CMYK tonu (15,0,38,7).

  • camgöbeği tonu 15.19%
  • eflatun tonu 0.00%
  • sarı tonu 37.55%
  • ana renk tonu 7.06%
CMYK:
(15,0,38,7)
C15M0Y38K7 
(15%,0%,38%,7%)
(0.15/0.00/0.38/0.07)	

CMYK yüzdeleri

%15.19
%0
%37.55
%7.06

Codes

Color #C9ED94 in popluar color models

C9ED94
RGB201237148
HSL84°71.20%75.49%
HSB/HSV84°37.55%92.94%
CMYK15.19%0.00%37.55%
7.06%

Color #C9ED94 in popluar number systems.

HEXC9ED94
Decimal201237148
Binary110010011110110110010100
Octal311355224

Shades and tints

Shades of #C9ED94

#C9ED94
(201,237,148)
#B7D887
(183,216,135)
#A5C37A
(165,195,122)
#93AE6D
(147,174,109)
#819960
(129,153,96)
#6F8453
(111,132,83)
#5D6F46
(93,111,70)
#4B5A39
(75,90,57)
#39452C
(57,69,44)
#27301F
(39,48,31)
#151B12
(21,27,18)
#000000
(0,0,0)

Tints of #C9ED94

#C9ED94
(201,237,148)
#CDEE9D
(205,238,157)
#D1EFA6
(209,239,166)
#D5F0AF
(213,240,175)
#D9F1B8
(217,241,184)
#DDF2C1
(221,242,193)
#E1F3CA
(225,243,202)
#E5F4D3
(229,244,211)
#E9F5DC
(233,245,220)
#EDF6E5
(237,246,229)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9ED94 color. Also use rgb(201,237,148) instead hex code.

Text Font Color

.myTextColor { color: #C9ED94; }

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

This text font color is #C9ED94.


Background Color

.myBgColor { background-color: #C9ED94; }

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

This div background color is #C9ED94.


Border color

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

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

This div border color is #C9ED94.


Opacity

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

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

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

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

This text has shadow with #C9ED94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9ED94 on black background.


Color preview on white background

This text has color #C9ED94 on white background.



Black color preview on #C9ED94 background

This text has black color on #C9ED94 background.


White color preview on #C9ED94 background

This text has white color on #C9ED94 background.