COLOR #C9E093

HEX: #C9E093
RGB: (201,224,147)

Renk bilgisi

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

RGB renk modeli

#C9E093 color RGB value is (201,224,147).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 224 of 255 = 88%
B 147 of 255 = 58%

201
224
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 224 + 147 = 572 (100%)
R 201 of 572 ~ 35.14%
G 224 of 572 ~ 39.16%
B 147 of 572 ~ 25.7%

%35.14
%39.16
%25.7

CMYK RENK MODELİ

#C9E093 rengi CMYK tonu (10,0,34,12).

  • camgöbeği tonu 10.27%
  • eflatun tonu 0.00%
  • sarı tonu 34.38%
  • ana renk tonu 12.16%
CMYK:
(10,0,34,12)
C10M0Y34K12 
(10%,0%,34%,12%)
(0.10/0.00/0.34/0.12)	

CMYK yüzdeleri

%10.27
%0
%34.38
%12.16

Codes

Color #C9E093 in popluar color models

C9E093
RGB201224147
HSL78°55.40%72.75%
HSB/HSV78°34.38%87.84%
CMYK10.27%0.00%34.38%
12.16%

Color #C9E093 in popluar number systems.

HEXC9E093
Decimal201224147
Binary110010011110000010010011
Octal311340223

Shades and tints

Shades of #C9E093

#C9E093
(201,224,147)
#B7CC86
(183,204,134)
#A5B879
(165,184,121)
#93A46C
(147,164,108)
#81905F
(129,144,95)
#6F7C52
(111,124,82)
#5D6845
(93,104,69)
#4B5438
(75,84,56)
#39402B
(57,64,43)
#272C1E
(39,44,30)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #C9E093

#C9E093
(201,224,147)
#CDE29C
(205,226,156)
#D1E4A5
(209,228,165)
#D5E6AE
(213,230,174)
#D9E8B7
(217,232,183)
#DDEAC0
(221,234,192)
#E1ECC9
(225,236,201)
#E5EED2
(229,238,210)
#E9F0DB
(233,240,219)
#EDF2E4
(237,242,228)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E093; }

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

This text font color is #C9E093.


Background Color

.myBgColor { background-color: #C9E093; }

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

This div background color is #C9E093.


Border color

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

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

This div border color is #C9E093.


Opacity

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

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

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

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

This text has shadow with #C9E093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E093 on black background.


Color preview on white background

This text has color #C9E093 on white background.



Black color preview on #C9E093 background

This text has black color on #C9E093 background.


White color preview on #C9E093 background

This text has white color on #C9E093 background.