COLOR #C5F1C5

HEX: #C5F1C5
RGB: (197,241,197)

Renk bilgisi

#C5F1C5 contains red, green and blue colors in about the same proportion. #C5F1C5 ‘ nin web güvenlik rengi #CCFFCC (ya da #CFC) dir.

RGB renk modeli

#C5F1C5 color RGB value is (197,241,197).

  • kırmız ton 197;
  • yeşil ton 241;
  • mavi ton 197.
RGB:
(197,241,197)
(77%,95%,77%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 241 of 255 = 95%
B 197 of 255 = 77%

197
241
197

R + G + B ~ 83%. #C5F1C5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 241 + 197 = 635 (100%)
R 197 of 635 ~ 31.02%
G 241 of 635 ~ 37.95%
B 197 of 635 ~ 31.02%

%31.02
%37.95
%31.02

CMYK RENK MODELİ

#C5F1C5 rengi CMYK tonu (18,0,18,5).

  • camgöbeği tonu 18.26%
  • eflatun tonu 0.00%
  • sarı tonu 18.26%
  • ana renk tonu 5.49%
CMYK:
(18,0,18,5)
C18M0Y18K5 
(18%,0%,18%,5%)
(0.18/0.00/0.18/0.05)	

CMYK yüzdeleri

%18.26
%0
%18.26
%5.49

Codes

Color #C5F1C5 in popluar color models

C5F1C5
RGB197241197
HSL120°61.11%85.88%
HSB/HSV120°18.26%94.51%
CMYK18.26%0.00%18.26%
5.49%

Color #C5F1C5 in popluar number systems.

HEXC5F1C5
Decimal197241197
Binary110001011111000111000101
Octal305361305

Shades and tints

Shades of #C5F1C5

#C5F1C5
(197,241,197)
#B4DCB4
(180,220,180)
#A3C7A3
(163,199,163)
#92B292
(146,178,146)
#819D81
(129,157,129)
#708870
(112,136,112)
#5F735F
(95,115,95)
#4E5E4E
(78,94,78)
#3D493D
(61,73,61)
#2C342C
(44,52,44)
#1B1F1B
(27,31,27)
#000000
(0,0,0)

Tints of #C5F1C5

#C5F1C5
(197,241,197)
#CAF2CA
(202,242,202)
#CFF3CF
(207,243,207)
#D4F4D4
(212,244,212)
#D9F5D9
(217,245,217)
#DEF6DE
(222,246,222)
#E3F7E3
(227,247,227)
#E8F8E8
(232,248,232)
#EDF9ED
(237,249,237)
#F2FAF2
(242,250,242)
#F7FBF7
(247,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F1C5; }

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

This text font color is #C5F1C5.


Background Color

.myBgColor { background-color: #C5F1C5; }

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

This div background color is #C5F1C5.


Border color

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

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

This div border color is #C5F1C5.


Opacity

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

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

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

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

This text has shadow with #C5F1C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F1C5 on black background.


Color preview on white background

This text has color #C5F1C5 on white background.



Black color preview on #C5F1C5 background

This text has black color on #C5F1C5 background.


White color preview on #C5F1C5 background

This text has white color on #C5F1C5 background.