COLOR #C9EE85

HEX: #C9EE85
RGB: (201,238,133)

Renk bilgisi

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

RGB renk modeli

#C9EE85 color RGB value is (201,238,133).

  • kırmız ton 201;
  • yeşil ton 238;
  • mavi ton 133.
RGB:
(201,238,133)
(79%,93%,52%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 238 of 255 = 93%
B 133 of 255 = 52%

201
238
133

R + G + B ~ 75%. #C9EE85 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 238 + 133 = 572 (100%)
R 201 of 572 ~ 35.14%
G 238 of 572 ~ 41.61%
B 133 of 572 ~ 23.25%

%35.14
%41.61
%23.25

CMYK RENK MODELİ

#C9EE85 rengi CMYK tonu (16,0,44,7).

  • camgöbeği tonu 15.55%
  • eflatun tonu 0.00%
  • sarı tonu 44.12%
  • ana renk tonu 6.67%
CMYK:
(16,0,44,7)
C16M0Y44K7 
(16%,0%,44%,7%)
(0.16/0.00/0.44/0.07)	

CMYK yüzdeleri

%15.55
%0
%44.12
%6.67

Codes

Color #C9EE85 in popluar color models

C9EE85
RGB201238133
HSL81°75.54%72.75%
HSB/HSV81°44.12%93.33%
CMYK15.55%0.00%44.12%
6.67%

Color #C9EE85 in popluar number systems.

HEXC9EE85
Decimal201238133
Binary110010011110111010000101
Octal311356205

Shades and tints

Shades of #C9EE85

#C9EE85
(201,238,133)
#B7D979
(183,217,121)
#A5C46D
(165,196,109)
#93AF61
(147,175,97)
#819A55
(129,154,85)
#6F8549
(111,133,73)
#5D703D
(93,112,61)
#4B5B31
(75,91,49)
#394625
(57,70,37)
#273119
(39,49,25)
#151C0D
(21,28,13)
#000000
(0,0,0)

Tints of #C9EE85

#C9EE85
(201,238,133)
#CDEF90
(205,239,144)
#D1F09B
(209,240,155)
#D5F1A6
(213,241,166)
#D9F2B1
(217,242,177)
#DDF3BC
(221,243,188)
#E1F4C7
(225,244,199)
#E5F5D2
(229,245,210)
#E9F6DD
(233,246,221)
#EDF7E8
(237,247,232)
#F1F8F3
(241,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9EE85 color. Also use rgb(201,238,133) instead hex code.

Text Font Color

.myTextColor { color: #C9EE85; }

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

This text font color is #C9EE85.


Background Color

.myBgColor { background-color: #C9EE85; }

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

This div background color is #C9EE85.


Border color

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

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

This div border color is #C9EE85.


Opacity

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

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

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

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

This text has shadow with #C9EE85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EE85 on black background.


Color preview on white background

This text has color #C9EE85 on white background.



Black color preview on #C9EE85 background

This text has black color on #C9EE85 background.


White color preview on #C9EE85 background

This text has white color on #C9EE85 background.