COLOR #C5E1C1

HEX: #C5E1C1
RGB: (197,225,193)

Renk bilgisi

#C5E1C1 contains red, green and blue colors in about the same proportion. #C5E1C1 ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#C5E1C1 color RGB value is (197,225,193).

  • kırmız ton 197;
  • yeşil ton 225;
  • mavi ton 193.
RGB:
(197,225,193)
(77%,88%,76%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 225 of 255 = 88%
B 193 of 255 = 76%

197
225
193

R + G + B ~ 80%. #C5E1C1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 225 + 193 = 615 (100%)
R 197 of 615 ~ 32.03%
G 225 of 615 ~ 36.59%
B 193 of 615 ~ 31.38%

%32.03
%36.59
%31.38

CMYK RENK MODELİ

#C5E1C1 rengi CMYK tonu (12,0,14,12).

  • camgöbeği tonu 12.44%
  • eflatun tonu 0.00%
  • sarı tonu 14.22%
  • ana renk tonu 11.76%
CMYK:
(12,0,14,12)
C12M0Y14K12 
(12%,0%,14%,12%)
(0.12/0.00/0.14/0.12)	

CMYK yüzdeleri

%12.44
%0
%14.22
%11.76

Codes

Color #C5E1C1 in popluar color models

C5E1C1
RGB197225193
HSL113°34.78%81.96%
HSB/HSV113°14.22%88.24%
CMYK12.44%0.00%14.22%
11.76%

Color #C5E1C1 in popluar number systems.

HEXC5E1C1
Decimal197225193
Binary110001011110000111000001
Octal305341301

Shades and tints

Shades of #C5E1C1

#C5E1C1
(197,225,193)
#B4CDB0
(180,205,176)
#A3B99F
(163,185,159)
#92A58E
(146,165,142)
#81917D
(129,145,125)
#707D6C
(112,125,108)
#5F695B
(95,105,91)
#4E554A
(78,85,74)
#3D4139
(61,65,57)
#2C2D28
(44,45,40)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #C5E1C1

#C5E1C1
(197,225,193)
#CAE3C6
(202,227,198)
#CFE5CB
(207,229,203)
#D4E7D0
(212,231,208)
#D9E9D5
(217,233,213)
#DEEBDA
(222,235,218)
#E3EDDF
(227,237,223)
#E8EFE4
(232,239,228)
#EDF1E9
(237,241,233)
#F2F3EE
(242,243,238)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E1C1 color. Also use rgb(197,225,193) instead hex code.

Text Font Color

.myTextColor { color: #C5E1C1; }

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

This text font color is #C5E1C1.


Background Color

.myBgColor { background-color: #C5E1C1; }

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

This div background color is #C5E1C1.


Border color

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

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

This div border color is #C5E1C1.


Opacity

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

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

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

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

This text has shadow with #C5E1C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E1C1 on black background.


Color preview on white background

This text has color #C5E1C1 on white background.



Black color preview on #C5E1C1 background

This text has black color on #C5E1C1 background.


White color preview on #C5E1C1 background

This text has white color on #C5E1C1 background.