COLOR #C5E5B4

HEX: #C5E5B4
RGB: (197,229,180)

Renk bilgisi

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

RGB renk modeli

#C5E5B4 color RGB value is (197,229,180).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 229 of 255 = 90%
B 180 of 255 = 71%

197
229
180

R + G + B ~ 79%. #C5E5B4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 229 + 180 = 606 (100%)
R 197 of 606 ~ 32.51%
G 229 of 606 ~ 37.79%
B 180 of 606 ~ 29.7%

%32.51
%37.79
%29.7

CMYK RENK MODELİ

#C5E5B4 rengi CMYK tonu (14,0,21,10).

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

CMYK yüzdeleri

%13.97
%0
%21.4
%10.2

Codes

Color #C5E5B4 in popluar color models

C5E5B4
RGB197229180
HSL99°48.51%80.20%
HSB/HSV99°21.40%89.80%
CMYK13.97%0.00%21.40%
10.20%

Color #C5E5B4 in popluar number systems.

HEXC5E5B4
Decimal197229180
Binary110001011110010110110100
Octal305345264

Shades and tints

Shades of #C5E5B4

#C5E5B4
(197,229,180)
#B4D1A4
(180,209,164)
#A3BD94
(163,189,148)
#92A984
(146,169,132)
#819574
(129,149,116)
#708164
(112,129,100)
#5F6D54
(95,109,84)
#4E5944
(78,89,68)
#3D4534
(61,69,52)
#2C3124
(44,49,36)
#1B1D14
(27,29,20)
#000000
(0,0,0)

Tints of #C5E5B4

#C5E5B4
(197,229,180)
#CAE7BA
(202,231,186)
#CFE9C0
(207,233,192)
#D4EBC6
(212,235,198)
#D9EDCC
(217,237,204)
#DEEFD2
(222,239,210)
#E3F1D8
(227,241,216)
#E8F3DE
(232,243,222)
#EDF5E4
(237,245,228)
#F2F7EA
(242,247,234)
#F7F9F0
(247,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E5B4; }

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

This text font color is #C5E5B4.


Background Color

.myBgColor { background-color: #C5E5B4; }

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

This div background color is #C5E5B4.


Border color

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

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

This div border color is #C5E5B4.


Opacity

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

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

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

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

This text has shadow with #C5E5B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E5B4 on black background.


Color preview on white background

This text has color #C5E5B4 on white background.



Black color preview on #C5E5B4 background

This text has black color on #C5E5B4 background.


White color preview on #C5E5B4 background

This text has white color on #C5E5B4 background.