COLOR #C5E4C6

HEX: #C5E4C6
RGB: (197,228,198)

Renk bilgisi

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

RGB renk modeli

#C5E4C6 color RGB value is (197,228,198).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 228 of 255 = 89%
B 198 of 255 = 78%

197
228
198

R + G + B ~ 81%. #C5E4C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 228 + 198 = 623 (100%)
R 197 of 623 ~ 31.62%
G 228 of 623 ~ 36.6%
B 198 of 623 ~ 31.78%

%31.62
%36.6
%31.78

CMYK RENK MODELİ

#C5E4C6 rengi CMYK tonu (14,0,13,11).

  • camgöbeği tonu 13.60%
  • eflatun tonu 0.00%
  • sarı tonu 13.16%
  • ana renk tonu 10.59%
CMYK:
(14,0,13,11)
C14M0Y13K11 
(14%,0%,13%,11%)
(0.14/0.00/0.13/0.11)	

CMYK yüzdeleri

%13.6
%0
%13.16
%10.59

Codes

Color #C5E4C6 in popluar color models

C5E4C6
RGB197228198
HSL122°36.47%83.33%
HSB/HSV122°13.60%89.41%
CMYK13.60%0.00%13.16%
10.59%

Color #C5E4C6 in popluar number systems.

HEXC5E4C6
Decimal197228198
Binary110001011110010011000110
Octal305344306

Shades and tints

Shades of #C5E4C6

#C5E4C6
(197,228,198)
#B4D0B4
(180,208,180)
#A3BCA2
(163,188,162)
#92A890
(146,168,144)
#81947E
(129,148,126)
#70806C
(112,128,108)
#5F6C5A
(95,108,90)
#4E5848
(78,88,72)
#3D4436
(61,68,54)
#2C3024
(44,48,36)
#1B1C12
(27,28,18)
#000000
(0,0,0)

Tints of #C5E4C6

#C5E4C6
(197,228,198)
#CAE6CB
(202,230,203)
#CFE8D0
(207,232,208)
#D4EAD5
(212,234,213)
#D9ECDA
(217,236,218)
#DEEEDF
(222,238,223)
#E3F0E4
(227,240,228)
#E8F2E9
(232,242,233)
#EDF4EE
(237,244,238)
#F2F6F3
(242,246,243)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E4C6; }

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

This text font color is #C5E4C6.


Background Color

.myBgColor { background-color: #C5E4C6; }

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

This div background color is #C5E4C6.


Border color

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

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

This div border color is #C5E4C6.


Opacity

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

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

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

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

This text has shadow with #C5E4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E4C6 on black background.


Color preview on white background

This text has color #C5E4C6 on white background.



Black color preview on #C5E4C6 background

This text has black color on #C5E4C6 background.


White color preview on #C5E4C6 background

This text has white color on #C5E4C6 background.