COLOR #C5D485

HEX: #C5D485
RGB: (197,212,133)

Renk bilgisi

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

RGB renk modeli

#C5D485 color RGB value is (197,212,133).

  • kırmız ton 197;
  • yeşil ton 212;
  • mavi ton 133.
RGB:
(197,212,133)
(77%,83%,52%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 212 of 255 = 83%
B 133 of 255 = 52%

197
212
133

R + G + B ~ 71%. #C5D485 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 212 + 133 = 542 (100%)
R 197 of 542 ~ 36.35%
G 212 of 542 ~ 39.11%
B 133 of 542 ~ 24.54%

%36.35
%39.11
%24.54

CMYK RENK MODELİ

#C5D485 rengi CMYK tonu (7,0,37,17).

  • camgöbeği tonu 7.08%
  • eflatun tonu 0.00%
  • sarı tonu 37.26%
  • ana renk tonu 16.86%
CMYK:
(7,0,37,17)
C7M0Y37K17 
(7%,0%,37%,17%)
(0.07/0.00/0.37/0.17)	

CMYK yüzdeleri

%7.08
%0
%37.26
%16.86

Codes

Color #C5D485 in popluar color models

C5D485
RGB197212133
HSL71°47.88%67.65%
HSB/HSV71°37.26%83.14%
CMYK7.08%0.00%37.26%
16.86%

Color #C5D485 in popluar number systems.

HEXC5D485
Decimal197212133
Binary110001011101010010000101
Octal305324205

Shades and tints

Shades of #C5D485

#C5D485
(197,212,133)
#B4C179
(180,193,121)
#A3AE6D
(163,174,109)
#929B61
(146,155,97)
#818855
(129,136,85)
#707549
(112,117,73)
#5F623D
(95,98,61)
#4E4F31
(78,79,49)
#3D3C25
(61,60,37)
#2C2919
(44,41,25)
#1B160D
(27,22,13)
#000000
(0,0,0)

Tints of #C5D485

#C5D485
(197,212,133)
#CAD790
(202,215,144)
#CFDA9B
(207,218,155)
#D4DDA6
(212,221,166)
#D9E0B1
(217,224,177)
#DEE3BC
(222,227,188)
#E3E6C7
(227,230,199)
#E8E9D2
(232,233,210)
#EDECDD
(237,236,221)
#F2EFE8
(242,239,232)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D485 color. Also use rgb(197,212,133) instead hex code.

Text Font Color

.myTextColor { color: #C5D485; }

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

This text font color is #C5D485.


Background Color

.myBgColor { background-color: #C5D485; }

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

This div background color is #C5D485.


Border color

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

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

This div border color is #C5D485.


Opacity

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

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

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

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

This text has shadow with #C5D485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D485 on black background.


Color preview on white background

This text has color #C5D485 on white background.



Black color preview on #C5D485 background

This text has black color on #C5D485 background.


White color preview on #C5D485 background

This text has white color on #C5D485 background.