COLOR #C5F2A8

HEX: #C5F2A8
RGB: (197,242,168)

Renk bilgisi

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

RGB renk modeli

#C5F2A8 color RGB value is (197,242,168).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 242 of 255 = 95%
B 168 of 255 = 66%

197
242
168

R + G + B ~ 79%. #C5F2A8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 242 + 168 = 607 (100%)
R 197 of 607 ~ 32.45%
G 242 of 607 ~ 39.87%
B 168 of 607 ~ 27.68%

%32.45
%39.87
%27.68

CMYK RENK MODELİ

#C5F2A8 rengi CMYK tonu (19,0,31,5).

  • camgöbeği tonu 18.60%
  • eflatun tonu 0.00%
  • sarı tonu 30.58%
  • ana renk tonu 5.10%
CMYK:
(19,0,31,5)
C19M0Y31K5 
(19%,0%,31%,5%)
(0.19/0.00/0.31/0.05)	

CMYK yüzdeleri

%18.6
%0
%30.58
%5.1

Codes

Color #C5F2A8 in popluar color models

C5F2A8
RGB197242168
HSL96°74.00%80.39%
HSB/HSV96°30.58%94.90%
CMYK18.60%0.00%30.58%
5.10%

Color #C5F2A8 in popluar number systems.

HEXC5F2A8
Decimal197242168
Binary110001011111001010101000
Octal305362250

Shades and tints

Shades of #C5F2A8

#C5F2A8
(197,242,168)
#B4DC99
(180,220,153)
#A3C68A
(163,198,138)
#92B07B
(146,176,123)
#819A6C
(129,154,108)
#70845D
(112,132,93)
#5F6E4E
(95,110,78)
#4E583F
(78,88,63)
#3D4230
(61,66,48)
#2C2C21
(44,44,33)
#1B1612
(27,22,18)
#000000
(0,0,0)

Tints of #C5F2A8

#C5F2A8
(197,242,168)
#CAF3AF
(202,243,175)
#CFF4B6
(207,244,182)
#D4F5BD
(212,245,189)
#D9F6C4
(217,246,196)
#DEF7CB
(222,247,203)
#E3F8D2
(227,248,210)
#E8F9D9
(232,249,217)
#EDFAE0
(237,250,224)
#F2FBE7
(242,251,231)
#F7FCEE
(247,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F2A8; }

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

This text font color is #C5F2A8.


Background Color

.myBgColor { background-color: #C5F2A8; }

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

This div background color is #C5F2A8.


Border color

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

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

This div border color is #C5F2A8.


Opacity

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

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

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

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

This text has shadow with #C5F2A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F2A8 on black background.


Color preview on white background

This text has color #C5F2A8 on white background.



Black color preview on #C5F2A8 background

This text has black color on #C5F2A8 background.


White color preview on #C5F2A8 background

This text has white color on #C5F2A8 background.