COLOR #C5E5C6

HEX: #C5E5C6
RGB: (197,229,198)

Renk bilgisi

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

RGB renk modeli

#C5E5C6 color RGB value is (197,229,198).

  • kırmız ton 197;
  • yeşil ton 229;
  • mavi ton 198.
RGB:
(197,229,198)
(77%,90%,78%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 229 of 255 = 90%
B 198 of 255 = 78%

197
229
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 229 + 198 = 624 (100%)
R 197 of 624 ~ 31.57%
G 229 of 624 ~ 36.7%
B 198 of 624 ~ 31.73%

%31.57
%36.7
%31.73

CMYK RENK MODELİ

#C5E5C6 rengi CMYK tonu (14,0,14,10).

  • camgöbeği tonu 13.97%
  • eflatun tonu 0.00%
  • sarı tonu 13.54%
  • ana renk tonu 10.20%
CMYK:
(14,0,14,10)
C14M0Y14K10 
(14%,0%,14%,10%)
(0.14/0.00/0.14/0.10)	

CMYK yüzdeleri

%13.97
%0
%13.54
%10.2

Codes

Color #C5E5C6 in popluar color models

C5E5C6
RGB197229198
HSL122°38.10%83.53%
HSB/HSV122°13.97%89.80%
CMYK13.97%0.00%13.54%
10.20%

Color #C5E5C6 in popluar number systems.

HEXC5E5C6
Decimal197229198
Binary110001011110010111000110
Octal305345306

Shades and tints

Shades of #C5E5C6

#C5E5C6
(197,229,198)
#B4D1B4
(180,209,180)
#A3BDA2
(163,189,162)
#92A990
(146,169,144)
#81957E
(129,149,126)
#70816C
(112,129,108)
#5F6D5A
(95,109,90)
#4E5948
(78,89,72)
#3D4536
(61,69,54)
#2C3124
(44,49,36)
#1B1D12
(27,29,18)
#000000
(0,0,0)

Tints of #C5E5C6

#C5E5C6
(197,229,198)
#CAE7CB
(202,231,203)
#CFE9D0
(207,233,208)
#D4EBD5
(212,235,213)
#D9EDDA
(217,237,218)
#DEEFDF
(222,239,223)
#E3F1E4
(227,241,228)
#E8F3E9
(232,243,233)
#EDF5EE
(237,245,238)
#F2F7F3
(242,247,243)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E5C6 color. Also use rgb(197,229,198) instead hex code.

Text Font Color

.myTextColor { color: #C5E5C6; }

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

This text font color is #C5E5C6.


Background Color

.myBgColor { background-color: #C5E5C6; }

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

This div background color is #C5E5C6.


Border color

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

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

This div border color is #C5E5C6.


Opacity

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

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

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

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

This text has shadow with #C5E5C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E5C6 on black background.


Color preview on white background

This text has color #C5E5C6 on white background.



Black color preview on #C5E5C6 background

This text has black color on #C5E5C6 background.


White color preview on #C5E5C6 background

This text has white color on #C5E5C6 background.