COLOR #C5EB8B

HEX: #C5EB8B
RGB: (197,235,139)

Renk bilgisi

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

RGB renk modeli

#C5EB8B color RGB value is (197,235,139).

  • kırmız ton 197;
  • yeşil ton 235;
  • mavi ton 139.
RGB:
(197,235,139)
(77%,92%,55%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 235 of 255 = 92%
B 139 of 255 = 55%

197
235
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 235 + 139 = 571 (100%)
R 197 of 571 ~ 34.5%
G 235 of 571 ~ 41.16%
B 139 of 571 ~ 24.34%

%34.5
%41.16
%24.34

CMYK RENK MODELİ

#C5EB8B rengi CMYK tonu (16,0,41,8).

  • camgöbeği tonu 16.17%
  • eflatun tonu 0.00%
  • sarı tonu 40.85%
  • ana renk tonu 7.84%
CMYK:
(16,0,41,8)
C16M0Y41K8 
(16%,0%,41%,8%)
(0.16/0.00/0.41/0.08)	

CMYK yüzdeleri

%16.17
%0
%40.85
%7.84

Codes

Color #C5EB8B in popluar color models

C5EB8B
RGB197235139
HSL84°70.59%73.33%
HSB/HSV84°40.85%92.16%
CMYK16.17%0.00%40.85%
7.84%

Color #C5EB8B in popluar number systems.

HEXC5EB8B
Decimal197235139
Binary110001011110101110001011
Octal305353213

Shades and tints

Shades of #C5EB8B

#C5EB8B
(197,235,139)
#B4D67F
(180,214,127)
#A3C173
(163,193,115)
#92AC67
(146,172,103)
#81975B
(129,151,91)
#70824F
(112,130,79)
#5F6D43
(95,109,67)
#4E5837
(78,88,55)
#3D432B
(61,67,43)
#2C2E1F
(44,46,31)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #C5EB8B

#C5EB8B
(197,235,139)
#CAEC95
(202,236,149)
#CFED9F
(207,237,159)
#D4EEA9
(212,238,169)
#D9EFB3
(217,239,179)
#DEF0BD
(222,240,189)
#E3F1C7
(227,241,199)
#E8F2D1
(232,242,209)
#EDF3DB
(237,243,219)
#F2F4E5
(242,244,229)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5EB8B color. Also use rgb(197,235,139) instead hex code.

Text Font Color

.myTextColor { color: #C5EB8B; }

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

This text font color is #C5EB8B.


Background Color

.myBgColor { background-color: #C5EB8B; }

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

This div background color is #C5EB8B.


Border color

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

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

This div border color is #C5EB8B.


Opacity

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

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

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

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

This text has shadow with #C5EB8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EB8B on black background.


Color preview on white background

This text has color #C5EB8B on white background.



Black color preview on #C5EB8B background

This text has black color on #C5EB8B background.


White color preview on #C5EB8B background

This text has white color on #C5EB8B background.