COLOR #C5E690

HEX: #C5E690
RGB: (197,230,144)

Renk bilgisi

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

RGB renk modeli

#C5E690 color RGB value is (197,230,144).

  • kırmız ton 197;
  • yeşil ton 230;
  • mavi ton 144.
RGB:
(197,230,144)
(77%,90%,56%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 230 of 255 = 90%
B 144 of 255 = 56%

197
230
144

R + G + B ~ 74%. #C5E690 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 230 + 144 = 571 (100%)
R 197 of 571 ~ 34.5%
G 230 of 571 ~ 40.28%
B 144 of 571 ~ 25.22%

%34.5
%40.28
%25.22

CMYK RENK MODELİ

#C5E690 rengi CMYK tonu (14,0,37,10).

  • camgöbeği tonu 14.35%
  • eflatun tonu 0.00%
  • sarı tonu 37.39%
  • ana renk tonu 9.80%
CMYK:
(14,0,37,10)
C14M0Y37K10 
(14%,0%,37%,10%)
(0.14/0.00/0.37/0.10)	

CMYK yüzdeleri

%14.35
%0
%37.39
%9.8

Codes

Color #C5E690 in popluar color models

C5E690
RGB197230144
HSL83°63.24%73.33%
HSB/HSV83°37.39%90.20%
CMYK14.35%0.00%37.39%
9.80%

Color #C5E690 in popluar number systems.

HEXC5E690
Decimal197230144
Binary110001011110011010010000
Octal305346220

Shades and tints

Shades of #C5E690

#C5E690
(197,230,144)
#B4D283
(180,210,131)
#A3BE76
(163,190,118)
#92AA69
(146,170,105)
#81965C
(129,150,92)
#70824F
(112,130,79)
#5F6E42
(95,110,66)
#4E5A35
(78,90,53)
#3D4628
(61,70,40)
#2C321B
(44,50,27)
#1B1E0E
(27,30,14)
#000000
(0,0,0)

Tints of #C5E690

#C5E690
(197,230,144)
#CAE89A
(202,232,154)
#CFEAA4
(207,234,164)
#D4ECAE
(212,236,174)
#D9EEB8
(217,238,184)
#DEF0C2
(222,240,194)
#E3F2CC
(227,242,204)
#E8F4D6
(232,244,214)
#EDF6E0
(237,246,224)
#F2F8EA
(242,248,234)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E690; }

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

This text font color is #C5E690.


Background Color

.myBgColor { background-color: #C5E690; }

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

This div background color is #C5E690.


Border color

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

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

This div border color is #C5E690.


Opacity

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

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

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

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

This text has shadow with #C5E690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E690 on black background.


Color preview on white background

This text has color #C5E690 on white background.



Black color preview on #C5E690 background

This text has black color on #C5E690 background.


White color preview on #C5E690 background

This text has white color on #C5E690 background.