COLOR #C5F9B6

HEX: #C5F9B6
RGB: (197,249,182)

Renk bilgisi

#C5F9B6 contains mainly red and green colors. #C5F9B6 ‘ nin web güvenlik rengi #CCFFCC (ya da #CFC) dir.

RGB renk modeli

#C5F9B6 color RGB value is (197,249,182).

  • kırmız ton 197;
  • yeşil ton 249;
  • mavi ton 182.
RGB:
(197,249,182)
(77%,98%,71%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 249 of 255 = 98%
B 182 of 255 = 71%

197
249
182

R + G + B ~ 82%. #C5F9B6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 249 + 182 = 628 (100%)
R 197 of 628 ~ 31.37%
G 249 of 628 ~ 39.65%
B 182 of 628 ~ 28.98%

%31.37
%39.65
%28.98

CMYK RENK MODELİ

#C5F9B6 rengi CMYK tonu (21,0,27,2).

  • camgöbeği tonu 20.88%
  • eflatun tonu 0.00%
  • sarı tonu 26.91%
  • ana renk tonu 2.35%
CMYK:
(21,0,27,2)
C21M0Y27K2 
(21%,0%,27%,2%)
(0.21/0.00/0.27/0.02)	

CMYK yüzdeleri

%20.88
%0
%26.91
%2.35

Codes

Color #C5F9B6 in popluar color models

C5F9B6
RGB197249182
HSL107°84.81%84.51%
HSB/HSV107°26.91%97.65%
CMYK20.88%0.00%26.91%
2.35%

Color #C5F9B6 in popluar number systems.

HEXC5F9B6
Decimal197249182
Binary110001011111100110110110
Octal305371266

Shades and tints

Shades of #C5F9B6

#C5F9B6
(197,249,182)
#B4E3A6
(180,227,166)
#A3CD96
(163,205,150)
#92B786
(146,183,134)
#81A176
(129,161,118)
#708B66
(112,139,102)
#5F7556
(95,117,86)
#4E5F46
(78,95,70)
#3D4936
(61,73,54)
#2C3326
(44,51,38)
#1B1D16
(27,29,22)
#000000
(0,0,0)

Tints of #C5F9B6

#C5F9B6
(197,249,182)
#CAF9BC
(202,249,188)
#CFF9C2
(207,249,194)
#D4F9C8
(212,249,200)
#D9F9CE
(217,249,206)
#DEF9D4
(222,249,212)
#E3F9DA
(227,249,218)
#E8F9E0
(232,249,224)
#EDF9E6
(237,249,230)
#F2F9EC
(242,249,236)
#F7F9F2
(247,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F9B6 color. Also use rgb(197,249,182) instead hex code.

Text Font Color

.myTextColor { color: #C5F9B6; }

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

This text font color is #C5F9B6.


Background Color

.myBgColor { background-color: #C5F9B6; }

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

This div background color is #C5F9B6.


Border color

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

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

This div border color is #C5F9B6.


Opacity

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

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

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

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

This text has shadow with #C5F9B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F9B6 on black background.


Color preview on white background

This text has color #C5F9B6 on white background.



Black color preview on #C5F9B6 background

This text has black color on #C5F9B6 background.


White color preview on #C5F9B6 background

This text has white color on #C5F9B6 background.