COLOR #C5E1A0

HEX: #C5E1A0
RGB: (197,225,160)

Renk bilgisi

#C5E1A0 contains mainly red and green colors. #C5E1A0 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C5E1A0 color RGB value is (197,225,160).

  • kırmız ton 197;
  • yeşil ton 225;
  • mavi ton 160.
RGB:
(197,225,160)
(77%,88%,63%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 225 of 255 = 88%
B 160 of 255 = 63%

197
225
160

R + G + B ~ 76%. #C5E1A0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 225 + 160 = 582 (100%)
R 197 of 582 ~ 33.85%
G 225 of 582 ~ 38.66%
B 160 of 582 ~ 27.49%

%33.85
%38.66
%27.49

CMYK RENK MODELİ

#C5E1A0 rengi CMYK tonu (12,0,29,12).

  • camgöbeği tonu 12.44%
  • eflatun tonu 0.00%
  • sarı tonu 28.89%
  • ana renk tonu 11.76%
CMYK:
(12,0,29,12)
C12M0Y29K12 
(12%,0%,29%,12%)
(0.12/0.00/0.29/0.12)	

CMYK yüzdeleri

%12.44
%0
%28.89
%11.76

Codes

Color #C5E1A0 in popluar color models

C5E1A0
RGB197225160
HSL86°52.00%75.49%
HSB/HSV86°28.89%88.24%
CMYK12.44%0.00%28.89%
11.76%

Color #C5E1A0 in popluar number systems.

HEXC5E1A0
Decimal197225160
Binary110001011110000110100000
Octal305341240

Shades and tints

Shades of #C5E1A0

#C5E1A0
(197,225,160)
#B4CD92
(180,205,146)
#A3B984
(163,185,132)
#92A576
(146,165,118)
#819168
(129,145,104)
#707D5A
(112,125,90)
#5F694C
(95,105,76)
#4E553E
(78,85,62)
#3D4130
(61,65,48)
#2C2D22
(44,45,34)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #C5E1A0

#C5E1A0
(197,225,160)
#CAE3A8
(202,227,168)
#CFE5B0
(207,229,176)
#D4E7B8
(212,231,184)
#D9E9C0
(217,233,192)
#DEEBC8
(222,235,200)
#E3EDD0
(227,237,208)
#E8EFD8
(232,239,216)
#EDF1E0
(237,241,224)
#F2F3E8
(242,243,232)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E1A0; }

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

This text font color is #C5E1A0.


Background Color

.myBgColor { background-color: #C5E1A0; }

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

This div background color is #C5E1A0.


Border color

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

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

This div border color is #C5E1A0.


Opacity

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

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

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

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

This text has shadow with #C5E1A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E1A0 on black background.


Color preview on white background

This text has color #C5E1A0 on white background.



Black color preview on #C5E1A0 background

This text has black color on #C5E1A0 background.


White color preview on #C5E1A0 background

This text has white color on #C5E1A0 background.