COLOR #C5FCA5

HEX: #C5FCA5
RGB: (197,252,165)

Renk bilgisi

#C5FCA5 contains mainly red and green colors. #C5FCA5 ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#C5FCA5 color RGB value is (197,252,165).

  • kırmız ton 197;
  • yeşil ton 252;
  • mavi ton 165.
RGB:
(197,252,165)
(77%,99%,65%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 252 of 255 = 99%
B 165 of 255 = 65%

197
252
165

R + G + B ~ 80%. #C5FCA5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 252 + 165 = 614 (100%)
R 197 of 614 ~ 32.08%
G 252 of 614 ~ 41.04%
B 165 of 614 ~ 26.87%

%32.08
%41.04
%26.87

CMYK RENK MODELİ

#C5FCA5 rengi CMYK tonu (22,0,35,1).

  • camgöbeği tonu 21.83%
  • eflatun tonu 0.00%
  • sarı tonu 34.52%
  • ana renk tonu 1.18%
CMYK:
(22,0,35,1)
C22M0Y35K1 
(22%,0%,35%,1%)
(0.22/0.00/0.35/0.01)	

CMYK yüzdeleri

%21.83
%0
%34.52
%1.18

Codes

Color #C5FCA5 in popluar color models

C5FCA5
RGB197252165
HSL98°93.55%81.76%
HSB/HSV98°34.52%98.82%
CMYK21.83%0.00%34.52%
1.18%

Color #C5FCA5 in popluar number systems.

HEXC5FCA5
Decimal197252165
Binary110001011111110010100101
Octal305374245

Shades and tints

Shades of #C5FCA5

#C5FCA5
(197,252,165)
#B4E696
(180,230,150)
#A3D087
(163,208,135)
#92BA78
(146,186,120)
#81A469
(129,164,105)
#708E5A
(112,142,90)
#5F784B
(95,120,75)
#4E623C
(78,98,60)
#3D4C2D
(61,76,45)
#2C361E
(44,54,30)
#1B200F
(27,32,15)
#000000
(0,0,0)

Tints of #C5FCA5

#C5FCA5
(197,252,165)
#CAFCAD
(202,252,173)
#CFFCB5
(207,252,181)
#D4FCBD
(212,252,189)
#D9FCC5
(217,252,197)
#DEFCCD
(222,252,205)
#E3FCD5
(227,252,213)
#E8FCDD
(232,252,221)
#EDFCE5
(237,252,229)
#F2FCED
(242,252,237)
#F7FCF5
(247,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5FCA5 color. Also use rgb(197,252,165) instead hex code.

Text Font Color

.myTextColor { color: #C5FCA5; }

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

This text font color is #C5FCA5.


Background Color

.myBgColor { background-color: #C5FCA5; }

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

This div background color is #C5FCA5.


Border color

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

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

This div border color is #C5FCA5.


Opacity

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

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

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

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

This text has shadow with #C5FCA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5FCA5 on black background.


Color preview on white background

This text has color #C5FCA5 on white background.



Black color preview on #C5FCA5 background

This text has black color on #C5FCA5 background.


White color preview on #C5FCA5 background

This text has white color on #C5FCA5 background.