COLOR #C9E68D

HEX: #C9E68D
RGB: (201,230,141)

Renk bilgisi

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

RGB renk modeli

#C9E68D color RGB value is (201,230,141).

  • kırmız ton 201;
  • yeşil ton 230;
  • mavi ton 141.
RGB:
(201,230,141)
(79%,90%,55%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 230 of 255 = 90%
B 141 of 255 = 55%

201
230
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 230 + 141 = 572 (100%)
R 201 of 572 ~ 35.14%
G 230 of 572 ~ 40.21%
B 141 of 572 ~ 24.65%

%35.14
%40.21
%24.65

CMYK RENK MODELİ

#C9E68D rengi CMYK tonu (13,0,39,10).

  • camgöbeği tonu 12.61%
  • eflatun tonu 0.00%
  • sarı tonu 38.70%
  • ana renk tonu 9.80%
CMYK:
(13,0,39,10)
C13M0Y39K10 
(13%,0%,39%,10%)
(0.13/0.00/0.39/0.10)	

CMYK yüzdeleri

%12.61
%0
%38.7
%9.8

Codes

Color #C9E68D in popluar color models

C9E68D
RGB201230141
HSL80°64.03%72.75%
HSB/HSV80°38.70%90.20%
CMYK12.61%0.00%38.70%
9.80%

Color #C9E68D in popluar number systems.

HEXC9E68D
Decimal201230141
Binary110010011110011010001101
Octal311346215

Shades and tints

Shades of #C9E68D

#C9E68D
(201,230,141)
#B7D281
(183,210,129)
#A5BE75
(165,190,117)
#93AA69
(147,170,105)
#81965D
(129,150,93)
#6F8251
(111,130,81)
#5D6E45
(93,110,69)
#4B5A39
(75,90,57)
#39462D
(57,70,45)
#273221
(39,50,33)
#151E15
(21,30,21)
#000000
(0,0,0)

Tints of #C9E68D

#C9E68D
(201,230,141)
#CDE897
(205,232,151)
#D1EAA1
(209,234,161)
#D5ECAB
(213,236,171)
#D9EEB5
(217,238,181)
#DDF0BF
(221,240,191)
#E1F2C9
(225,242,201)
#E5F4D3
(229,244,211)
#E9F6DD
(233,246,221)
#EDF8E7
(237,248,231)
#F1FAF1
(241,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E68D color. Also use rgb(201,230,141) instead hex code.

Text Font Color

.myTextColor { color: #C9E68D; }

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

This text font color is #C9E68D.


Background Color

.myBgColor { background-color: #C9E68D; }

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

This div background color is #C9E68D.


Border color

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

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

This div border color is #C9E68D.


Opacity

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

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

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

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

This text has shadow with #C9E68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E68D on black background.


Color preview on white background

This text has color #C9E68D on white background.



Black color preview on #C9E68D background

This text has black color on #C9E68D background.


White color preview on #C9E68D background

This text has white color on #C9E68D background.