COLOR #C9D591

HEX: #C9D591
RGB: (201,213,145)

Renk bilgisi

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

RGB renk modeli

#C9D591 color RGB value is (201,213,145).

  • kırmız ton 201;
  • yeşil ton 213;
  • mavi ton 145.
RGB:
(201,213,145)
(79%,84%,57%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 213 of 255 = 84%
B 145 of 255 = 57%

201
213
145

R + G + B ~ 73%. #C9D591 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 213 + 145 = 559 (100%)
R 201 of 559 ~ 35.96%
G 213 of 559 ~ 38.1%
B 145 of 559 ~ 25.94%

%35.96
%38.1
%25.94

CMYK RENK MODELİ

#C9D591 rengi CMYK tonu (6,0,32,16).

  • camgöbeği tonu 5.63%
  • eflatun tonu 0.00%
  • sarı tonu 31.92%
  • ana renk tonu 16.47%
CMYK:
(6,0,32,16)
C6M0Y32K16 
(6%,0%,32%,16%)
(0.06/0.00/0.32/0.16)	

CMYK yüzdeleri

%5.63
%0
%31.92
%16.47

Codes

Color #C9D591 in popluar color models

C9D591
RGB201213145
HSL71°44.74%70.20%
HSB/HSV71°31.92%83.53%
CMYK5.63%0.00%31.92%
16.47%

Color #C9D591 in popluar number systems.

HEXC9D591
Decimal201213145
Binary110010011101010110010001
Octal311325221

Shades and tints

Shades of #C9D591

#C9D591
(201,213,145)
#B7C284
(183,194,132)
#A5AF77
(165,175,119)
#939C6A
(147,156,106)
#81895D
(129,137,93)
#6F7650
(111,118,80)
#5D6343
(93,99,67)
#4B5036
(75,80,54)
#393D29
(57,61,41)
#272A1C
(39,42,28)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #C9D591

#C9D591
(201,213,145)
#CDD89B
(205,216,155)
#D1DBA5
(209,219,165)
#D5DEAF
(213,222,175)
#D9E1B9
(217,225,185)
#DDE4C3
(221,228,195)
#E1E7CD
(225,231,205)
#E5EAD7
(229,234,215)
#E9EDE1
(233,237,225)
#EDF0EB
(237,240,235)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D591 color. Also use rgb(201,213,145) instead hex code.

Text Font Color

.myTextColor { color: #C9D591; }

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

This text font color is #C9D591.


Background Color

.myBgColor { background-color: #C9D591; }

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

This div background color is #C9D591.


Border color

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

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

This div border color is #C9D591.


Opacity

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

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

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

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

This text has shadow with #C9D591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D591 on black background.


Color preview on white background

This text has color #C9D591 on white background.



Black color preview on #C9D591 background

This text has black color on #C9D591 background.


White color preview on #C9D591 background

This text has white color on #C9D591 background.