COLOR #C9E07F

HEX: #C9E07F
RGB: (201,224,127)

Renk bilgisi

#C9E07F contains mainly red and green colors. #C9E07F ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#C9E07F color RGB value is (201,224,127).

  • kırmız ton 201;
  • yeşil ton 224;
  • mavi ton 127.
RGB:
(201,224,127)
(79%,88%,50%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 224 of 255 = 88%
B 127 of 255 = 50%

201
224
127

R + G + B ~ 72%. #C9E07F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 224 + 127 = 552 (100%)
R 201 of 552 ~ 36.41%
G 224 of 552 ~ 40.58%
B 127 of 552 ~ 23.01%

%36.41
%40.58
%23.01

CMYK RENK MODELİ

#C9E07F rengi CMYK tonu (10,0,43,12).

  • camgöbeği tonu 10.27%
  • eflatun tonu 0.00%
  • sarı tonu 43.30%
  • ana renk tonu 12.16%
CMYK:
(10,0,43,12)
C10M0Y43K12 
(10%,0%,43%,12%)
(0.10/0.00/0.43/0.12)	

CMYK yüzdeleri

%10.27
%0
%43.3
%12.16

Codes

Color #C9E07F in popluar color models

C9E07F
RGB201224127
HSL74°61.01%68.82%
HSB/HSV74°43.30%87.84%
CMYK10.27%0.00%43.30%
12.16%

Color #C9E07F in popluar number systems.

HEXC9E07F
Decimal201224127
Binary11001001111000001111111
Octal311340177

Shades and tints

Shades of #C9E07F

#C9E07F
(201,224,127)
#B7CC74
(183,204,116)
#A5B869
(165,184,105)
#93A45E
(147,164,94)
#819053
(129,144,83)
#6F7C48
(111,124,72)
#5D683D
(93,104,61)
#4B5432
(75,84,50)
#394027
(57,64,39)
#272C1C
(39,44,28)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #C9E07F

#C9E07F
(201,224,127)
#CDE28A
(205,226,138)
#D1E495
(209,228,149)
#D5E6A0
(213,230,160)
#D9E8AB
(217,232,171)
#DDEAB6
(221,234,182)
#E1ECC1
(225,236,193)
#E5EECC
(229,238,204)
#E9F0D7
(233,240,215)
#EDF2E2
(237,242,226)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E07F color. Also use rgb(201,224,127) instead hex code.

Text Font Color

.myTextColor { color: #C9E07F; }

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

This text font color is #C9E07F.


Background Color

.myBgColor { background-color: #C9E07F; }

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

This div background color is #C9E07F.


Border color

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

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

This div border color is #C9E07F.


Opacity

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

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

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

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

This text has shadow with #C9E07F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E07F on black background.


Color preview on white background

This text has color #C9E07F on white background.



Black color preview on #C9E07F background

This text has black color on #C9E07F background.


White color preview on #C9E07F background

This text has white color on #C9E07F background.