COLOR #C5E69C

HEX: #C5E69C
RGB: (197,230,156)

Renk bilgisi

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

RGB renk modeli

#C5E69C color RGB value is (197,230,156).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 230 of 255 = 90%
B 156 of 255 = 61%

197
230
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 230 + 156 = 583 (100%)
R 197 of 583 ~ 33.79%
G 230 of 583 ~ 39.45%
B 156 of 583 ~ 26.76%

%33.79
%39.45
%26.76

CMYK RENK MODELİ

#C5E69C rengi CMYK tonu (14,0,32,10).

  • camgöbeği tonu 14.35%
  • eflatun tonu 0.00%
  • sarı tonu 32.17%
  • ana renk tonu 9.80%
CMYK:
(14,0,32,10)
C14M0Y32K10 
(14%,0%,32%,10%)
(0.14/0.00/0.32/0.10)	

CMYK yüzdeleri

%14.35
%0
%32.17
%9.8

Codes

Color #C5E69C in popluar color models

C5E69C
RGB197230156
HSL87°59.68%75.69%
HSB/HSV87°32.17%90.20%
CMYK14.35%0.00%32.17%
9.80%

Color #C5E69C in popluar number systems.

HEXC5E69C
Decimal197230156
Binary110001011110011010011100
Octal305346234

Shades and tints

Shades of #C5E69C

#C5E69C
(197,230,156)
#B4D28E
(180,210,142)
#A3BE80
(163,190,128)
#92AA72
(146,170,114)
#819664
(129,150,100)
#708256
(112,130,86)
#5F6E48
(95,110,72)
#4E5A3A
(78,90,58)
#3D462C
(61,70,44)
#2C321E
(44,50,30)
#1B1E10
(27,30,16)
#000000
(0,0,0)

Tints of #C5E69C

#C5E69C
(197,230,156)
#CAE8A5
(202,232,165)
#CFEAAE
(207,234,174)
#D4ECB7
(212,236,183)
#D9EEC0
(217,238,192)
#DEF0C9
(222,240,201)
#E3F2D2
(227,242,210)
#E8F4DB
(232,244,219)
#EDF6E4
(237,246,228)
#F2F8ED
(242,248,237)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E69C; }

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

This text font color is #C5E69C.


Background Color

.myBgColor { background-color: #C5E69C; }

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

This div background color is #C5E69C.


Border color

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

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

This div border color is #C5E69C.


Opacity

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

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

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

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

This text has shadow with #C5E69C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E69C on black background.


Color preview on white background

This text has color #C5E69C on white background.



Black color preview on #C5E69C background

This text has black color on #C5E69C background.


White color preview on #C5E69C background

This text has white color on #C5E69C background.