COLOR #C5E8AB

HEX: #C5E8AB
RGB: (197,232,171)

Renk bilgisi

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

RGB renk modeli

#C5E8AB color RGB value is (197,232,171).

  • kırmız ton 197;
  • yeşil ton 232;
  • mavi ton 171.
RGB:
(197,232,171)
(77%,91%,67%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 232 of 255 = 91%
B 171 of 255 = 67%

197
232
171

R + G + B ~ 78%. #C5E8AB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 232 + 171 = 600 (100%)
R 197 of 600 ~ 32.83%
G 232 of 600 ~ 38.67%
B 171 of 600 ~ 28.5%

%32.83
%38.67
%28.5

CMYK RENK MODELİ

#C5E8AB rengi CMYK tonu (15,0,26,9).

  • camgöbeği tonu 15.09%
  • eflatun tonu 0.00%
  • sarı tonu 26.29%
  • ana renk tonu 9.02%
CMYK:
(15,0,26,9)
C15M0Y26K9 
(15%,0%,26%,9%)
(0.15/0.00/0.26/0.09)	

CMYK yüzdeleri

%15.09
%0
%26.29
%9.02

Codes

Color #C5E8AB in popluar color models

C5E8AB
RGB197232171
HSL94°57.01%79.02%
HSB/HSV94°26.29%90.98%
CMYK15.09%0.00%26.29%
9.02%

Color #C5E8AB in popluar number systems.

HEXC5E8AB
Decimal197232171
Binary110001011110100010101011
Octal305350253

Shades and tints

Shades of #C5E8AB

#C5E8AB
(197,232,171)
#B4D39C
(180,211,156)
#A3BE8D
(163,190,141)
#92A97E
(146,169,126)
#81946F
(129,148,111)
#707F60
(112,127,96)
#5F6A51
(95,106,81)
#4E5542
(78,85,66)
#3D4033
(61,64,51)
#2C2B24
(44,43,36)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #C5E8AB

#C5E8AB
(197,232,171)
#CAEAB2
(202,234,178)
#CFECB9
(207,236,185)
#D4EEC0
(212,238,192)
#D9F0C7
(217,240,199)
#DEF2CE
(222,242,206)
#E3F4D5
(227,244,213)
#E8F6DC
(232,246,220)
#EDF8E3
(237,248,227)
#F2FAEA
(242,250,234)
#F7FCF1
(247,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E8AB color. Also use rgb(197,232,171) instead hex code.

Text Font Color

.myTextColor { color: #C5E8AB; }

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

This text font color is #C5E8AB.


Background Color

.myBgColor { background-color: #C5E8AB; }

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

This div background color is #C5E8AB.


Border color

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

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

This div border color is #C5E8AB.


Opacity

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

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

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

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

This text has shadow with #C5E8AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E8AB on black background.


Color preview on white background

This text has color #C5E8AB on white background.



Black color preview on #C5E8AB background

This text has black color on #C5E8AB background.


White color preview on #C5E8AB background

This text has white color on #C5E8AB background.