COLOR #C5F9A7

HEX: #C5F9A7
RGB: (197,249,167)

Renk bilgisi

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

RGB renk modeli

#C5F9A7 color RGB value is (197,249,167).

  • kırmız ton 197;
  • yeşil ton 249;
  • mavi ton 167.
RGB:
(197,249,167)
(77%,98%,65%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 249 of 255 = 98%
B 167 of 255 = 65%

197
249
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 249 + 167 = 613 (100%)
R 197 of 613 ~ 32.14%
G 249 of 613 ~ 40.62%
B 167 of 613 ~ 27.24%

%32.14
%40.62
%27.24

CMYK RENK MODELİ

#C5F9A7 rengi CMYK tonu (21,0,33,2).

  • camgöbeği tonu 20.88%
  • eflatun tonu 0.00%
  • sarı tonu 32.93%
  • ana renk tonu 2.35%
CMYK:
(21,0,33,2)
C21M0Y33K2 
(21%,0%,33%,2%)
(0.21/0.00/0.33/0.02)	

CMYK yüzdeleri

%20.88
%0
%32.93
%2.35

Codes

Color #C5F9A7 in popluar color models

C5F9A7
RGB197249167
HSL98°87.23%81.57%
HSB/HSV98°32.93%97.65%
CMYK20.88%0.00%32.93%
2.35%

Color #C5F9A7 in popluar number systems.

HEXC5F9A7
Decimal197249167
Binary110001011111100110100111
Octal305371247

Shades and tints

Shades of #C5F9A7

#C5F9A7
(197,249,167)
#B4E398
(180,227,152)
#A3CD89
(163,205,137)
#92B77A
(146,183,122)
#81A16B
(129,161,107)
#708B5C
(112,139,92)
#5F754D
(95,117,77)
#4E5F3E
(78,95,62)
#3D492F
(61,73,47)
#2C3320
(44,51,32)
#1B1D11
(27,29,17)
#000000
(0,0,0)

Tints of #C5F9A7

#C5F9A7
(197,249,167)
#CAF9AF
(202,249,175)
#CFF9B7
(207,249,183)
#D4F9BF
(212,249,191)
#D9F9C7
(217,249,199)
#DEF9CF
(222,249,207)
#E3F9D7
(227,249,215)
#E8F9DF
(232,249,223)
#EDF9E7
(237,249,231)
#F2F9EF
(242,249,239)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F9A7; }

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

This text font color is #C5F9A7.


Background Color

.myBgColor { background-color: #C5F9A7; }

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

This div background color is #C5F9A7.


Border color

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

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

This div border color is #C5F9A7.


Opacity

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

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

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

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

This text has shadow with #C5F9A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F9A7 on black background.


Color preview on white background

This text has color #C5F9A7 on white background.



Black color preview on #C5F9A7 background

This text has black color on #C5F9A7 background.


White color preview on #C5F9A7 background

This text has white color on #C5F9A7 background.