COLOR #C9DC99

HEX: #C9DC99
RGB: (201,220,153)

Renk bilgisi

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

RGB renk modeli

#C9DC99 color RGB value is (201,220,153).

  • kırmız ton 201;
  • yeşil ton 220;
  • mavi ton 153.
RGB:
(201,220,153)
(79%,86%,60%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 220 of 255 = 86%
B 153 of 255 = 60%

201
220
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 220 + 153 = 574 (100%)
R 201 of 574 ~ 35.02%
G 220 of 574 ~ 38.33%
B 153 of 574 ~ 26.66%

%35.02
%38.33
%26.66

CMYK RENK MODELİ

#C9DC99 rengi CMYK tonu (9,0,30,14).

  • camgöbeği tonu 8.64%
  • eflatun tonu 0.00%
  • sarı tonu 30.45%
  • ana renk tonu 13.73%
CMYK:
(9,0,30,14)
C9M0Y30K14 
(9%,0%,30%,14%)
(0.09/0.00/0.30/0.14)	

CMYK yüzdeleri

%8.64
%0
%30.45
%13.73

Codes

Color #C9DC99 in popluar color models

C9DC99
RGB201220153
HSL77°48.91%73.14%
HSB/HSV77°30.45%86.27%
CMYK8.64%0.00%30.45%
13.73%

Color #C9DC99 in popluar number systems.

HEXC9DC99
Decimal201220153
Binary110010011101110010011001
Octal311334231

Shades and tints

Shades of #C9DC99

#C9DC99
(201,220,153)
#B7C88C
(183,200,140)
#A5B47F
(165,180,127)
#93A072
(147,160,114)
#818C65
(129,140,101)
#6F7858
(111,120,88)
#5D644B
(93,100,75)
#4B503E
(75,80,62)
#393C31
(57,60,49)
#272824
(39,40,36)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #C9DC99

#C9DC99
(201,220,153)
#CDDFA2
(205,223,162)
#D1E2AB
(209,226,171)
#D5E5B4
(213,229,180)
#D9E8BD
(217,232,189)
#DDEBC6
(221,235,198)
#E1EECF
(225,238,207)
#E5F1D8
(229,241,216)
#E9F4E1
(233,244,225)
#EDF7EA
(237,247,234)
#F1FAF3
(241,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9DC99 color. Also use rgb(201,220,153) instead hex code.

Text Font Color

.myTextColor { color: #C9DC99; }

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

This text font color is #C9DC99.


Background Color

.myBgColor { background-color: #C9DC99; }

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

This div background color is #C9DC99.


Border color

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

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

This div border color is #C9DC99.


Opacity

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

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

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

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

This text has shadow with #C9DC99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DC99 on black background.


Color preview on white background

This text has color #C9DC99 on white background.



Black color preview on #C9DC99 background

This text has black color on #C9DC99 background.


White color preview on #C9DC99 background

This text has white color on #C9DC99 background.