COLOR #C5E4C3

HEX: #C5E4C3
RGB: (197,228,195)

Renk bilgisi

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

RGB renk modeli

#C5E4C3 color RGB value is (197,228,195).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 228 of 255 = 89%
B 195 of 255 = 76%

197
228
195

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 228 + 195 = 620 (100%)
R 197 of 620 ~ 31.77%
G 228 of 620 ~ 36.77%
B 195 of 620 ~ 31.45%

%31.77
%36.77
%31.45

CMYK RENK MODELİ

#C5E4C3 rengi CMYK tonu (14,0,14,11).

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

CMYK yüzdeleri

%13.6
%0
%14.47
%10.59

Codes

Color #C5E4C3 in popluar color models

C5E4C3
RGB197228195
HSL116°37.93%82.94%
HSB/HSV116°14.47%89.41%
CMYK13.60%0.00%14.47%
10.59%

Color #C5E4C3 in popluar number systems.

HEXC5E4C3
Decimal197228195
Binary110001011110010011000011
Octal305344303

Shades and tints

Shades of #C5E4C3

#C5E4C3
(197,228,195)
#B4D0B2
(180,208,178)
#A3BCA1
(163,188,161)
#92A890
(146,168,144)
#81947F
(129,148,127)
#70806E
(112,128,110)
#5F6C5D
(95,108,93)
#4E584C
(78,88,76)
#3D443B
(61,68,59)
#2C302A
(44,48,42)
#1B1C19
(27,28,25)
#000000
(0,0,0)

Tints of #C5E4C3

#C5E4C3
(197,228,195)
#CAE6C8
(202,230,200)
#CFE8CD
(207,232,205)
#D4EAD2
(212,234,210)
#D9ECD7
(217,236,215)
#DEEEDC
(222,238,220)
#E3F0E1
(227,240,225)
#E8F2E6
(232,242,230)
#EDF4EB
(237,244,235)
#F2F6F0
(242,246,240)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E4C3; }

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

This text font color is #C5E4C3.


Background Color

.myBgColor { background-color: #C5E4C3; }

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

This div background color is #C5E4C3.


Border color

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

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

This div border color is #C5E4C3.


Opacity

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

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

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

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

This text has shadow with #C5E4C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E4C3 on black background.


Color preview on white background

This text has color #C5E4C3 on white background.



Black color preview on #C5E4C3 background

This text has black color on #C5E4C3 background.


White color preview on #C5E4C3 background

This text has white color on #C5E4C3 background.