COLOR #C5E197

HEX: #C5E197
RGB: (197,225,151)

Renk bilgisi

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

RGB renk modeli

#C5E197 color RGB value is (197,225,151).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 225 of 255 = 88%
B 151 of 255 = 59%

197
225
151

R + G + B ~ 75%. #C5E197 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 225 + 151 = 573 (100%)
R 197 of 573 ~ 34.38%
G 225 of 573 ~ 39.27%
B 151 of 573 ~ 26.35%

%34.38
%39.27
%26.35

CMYK RENK MODELİ

#C5E197 rengi CMYK tonu (12,0,33,12).

  • camgöbeği tonu 12.44%
  • eflatun tonu 0.00%
  • sarı tonu 32.89%
  • ana renk tonu 11.76%
CMYK:
(12,0,33,12)
C12M0Y33K12 
(12%,0%,33%,12%)
(0.12/0.00/0.33/0.12)	

CMYK yüzdeleri

%12.44
%0
%32.89
%11.76

Codes

Color #C5E197 in popluar color models

C5E197
RGB197225151
HSL83°55.22%73.73%
HSB/HSV83°32.89%88.24%
CMYK12.44%0.00%32.89%
11.76%

Color #C5E197 in popluar number systems.

HEXC5E197
Decimal197225151
Binary110001011110000110010111
Octal305341227

Shades and tints

Shades of #C5E197

#C5E197
(197,225,151)
#B4CD8A
(180,205,138)
#A3B97D
(163,185,125)
#92A570
(146,165,112)
#819163
(129,145,99)
#707D56
(112,125,86)
#5F6949
(95,105,73)
#4E553C
(78,85,60)
#3D412F
(61,65,47)
#2C2D22
(44,45,34)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #C5E197

#C5E197
(197,225,151)
#CAE3A0
(202,227,160)
#CFE5A9
(207,229,169)
#D4E7B2
(212,231,178)
#D9E9BB
(217,233,187)
#DEEBC4
(222,235,196)
#E3EDCD
(227,237,205)
#E8EFD6
(232,239,214)
#EDF1DF
(237,241,223)
#F2F3E8
(242,243,232)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E197; }

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

This text font color is #C5E197.


Background Color

.myBgColor { background-color: #C5E197; }

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

This div background color is #C5E197.


Border color

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

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

This div border color is #C5E197.


Opacity

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

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

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

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

This text has shadow with #C5E197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E197 on black background.


Color preview on white background

This text has color #C5E197 on white background.



Black color preview on #C5E197 background

This text has black color on #C5E197 background.


White color preview on #C5E197 background

This text has white color on #C5E197 background.