COLOR #C5DC80

HEX: #C5DC80
RGB: (197,220,128)

Renk bilgisi

#C5DC80 contains mainly red and green colors. #C5DC80 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#C5DC80 color RGB value is (197,220,128).

  • kırmız ton 197;
  • yeşil ton 220;
  • mavi ton 128.
RGB:
(197,220,128)
(77%,86%,50%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 220 of 255 = 86%
B 128 of 255 = 50%

197
220
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 220 + 128 = 545 (100%)
R 197 of 545 ~ 36.15%
G 220 of 545 ~ 40.37%
B 128 of 545 ~ 23.49%

%36.15
%40.37
%23.49

CMYK RENK MODELİ

#C5DC80 rengi CMYK tonu (10,0,42,14).

  • camgöbeği tonu 10.45%
  • eflatun tonu 0.00%
  • sarı tonu 41.82%
  • ana renk tonu 13.73%
CMYK:
(10,0,42,14)
C10M0Y42K14 
(10%,0%,42%,14%)
(0.10/0.00/0.42/0.14)	

CMYK yüzdeleri

%10.45
%0
%41.82
%13.73

Codes

Color #C5DC80 in popluar color models

C5DC80
RGB197220128
HSL75°56.79%68.24%
HSB/HSV75°41.82%86.27%
CMYK10.45%0.00%41.82%
13.73%

Color #C5DC80 in popluar number systems.

HEXC5DC80
Decimal197220128
Binary110001011101110010000000
Octal305334200

Shades and tints

Shades of #C5DC80

#C5DC80
(197,220,128)
#B4C875
(180,200,117)
#A3B46A
(163,180,106)
#92A05F
(146,160,95)
#818C54
(129,140,84)
#707849
(112,120,73)
#5F643E
(95,100,62)
#4E5033
(78,80,51)
#3D3C28
(61,60,40)
#2C281D
(44,40,29)
#1B1412
(27,20,18)
#000000
(0,0,0)

Tints of #C5DC80

#C5DC80
(197,220,128)
#CADF8B
(202,223,139)
#CFE296
(207,226,150)
#D4E5A1
(212,229,161)
#D9E8AC
(217,232,172)
#DEEBB7
(222,235,183)
#E3EEC2
(227,238,194)
#E8F1CD
(232,241,205)
#EDF4D8
(237,244,216)
#F2F7E3
(242,247,227)
#F7FAEE
(247,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DC80 color. Also use rgb(197,220,128) instead hex code.

Text Font Color

.myTextColor { color: #C5DC80; }

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

This text font color is #C5DC80.


Background Color

.myBgColor { background-color: #C5DC80; }

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

This div background color is #C5DC80.


Border color

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

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

This div border color is #C5DC80.


Opacity

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

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

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

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

This text has shadow with #C5DC80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DC80 on black background.


Color preview on white background

This text has color #C5DC80 on white background.



Black color preview on #C5DC80 background

This text has black color on #C5DC80 background.


White color preview on #C5DC80 background

This text has white color on #C5DC80 background.