COLOR #C5D596

HEX: #C5D596
RGB: (197,213,150)

Renk bilgisi

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

RGB renk modeli

#C5D596 color RGB value is (197,213,150).

  • kırmız ton 197;
  • yeşil ton 213;
  • mavi ton 150.
RGB:
(197,213,150)
(77%,84%,59%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 213 of 255 = 84%
B 150 of 255 = 59%

197
213
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 213 + 150 = 560 (100%)
R 197 of 560 ~ 35.18%
G 213 of 560 ~ 38.04%
B 150 of 560 ~ 26.79%

%35.18
%38.04
%26.79

CMYK RENK MODELİ

#C5D596 rengi CMYK tonu (8,0,30,16).

  • camgöbeği tonu 7.51%
  • eflatun tonu 0.00%
  • sarı tonu 29.58%
  • ana renk tonu 16.47%
CMYK:
(8,0,30,16)
C8M0Y30K16 
(8%,0%,30%,16%)
(0.08/0.00/0.30/0.16)	

CMYK yüzdeleri

%7.51
%0
%29.58
%16.47

Codes

Color #C5D596 in popluar color models

C5D596
RGB197213150
HSL75°42.86%71.18%
HSB/HSV75°29.58%83.53%
CMYK7.51%0.00%29.58%
16.47%

Color #C5D596 in popluar number systems.

HEXC5D596
Decimal197213150
Binary110001011101010110010110
Octal305325226

Shades and tints

Shades of #C5D596

#C5D596
(197,213,150)
#B4C289
(180,194,137)
#A3AF7C
(163,175,124)
#929C6F
(146,156,111)
#818962
(129,137,98)
#707655
(112,118,85)
#5F6348
(95,99,72)
#4E503B
(78,80,59)
#3D3D2E
(61,61,46)
#2C2A21
(44,42,33)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #C5D596

#C5D596
(197,213,150)
#CAD89F
(202,216,159)
#CFDBA8
(207,219,168)
#D4DEB1
(212,222,177)
#D9E1BA
(217,225,186)
#DEE4C3
(222,228,195)
#E3E7CC
(227,231,204)
#E8EAD5
(232,234,213)
#EDEDDE
(237,237,222)
#F2F0E7
(242,240,231)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D596 color. Also use rgb(197,213,150) instead hex code.

Text Font Color

.myTextColor { color: #C5D596; }

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

This text font color is #C5D596.


Background Color

.myBgColor { background-color: #C5D596; }

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

This div background color is #C5D596.


Border color

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

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

This div border color is #C5D596.


Opacity

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

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

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

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

This text has shadow with #C5D596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D596 on black background.


Color preview on white background

This text has color #C5D596 on white background.



Black color preview on #C5D596 background

This text has black color on #C5D596 background.


White color preview on #C5D596 background

This text has white color on #C5D596 background.