COLOR #C5E3B0

HEX: #C5E3B0
RGB: (197,227,176)

Renk bilgisi

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

RGB renk modeli

#C5E3B0 color RGB value is (197,227,176).

  • kırmız ton 197;
  • yeşil ton 227;
  • mavi ton 176.
RGB:
(197,227,176)
(77%,89%,69%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 227 of 255 = 89%
B 176 of 255 = 69%

197
227
176

R + G + B ~ 78%. #C5E3B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 227 + 176 = 600 (100%)
R 197 of 600 ~ 32.83%
G 227 of 600 ~ 37.83%
B 176 of 600 ~ 29.33%

%32.83
%37.83
%29.33

CMYK RENK MODELİ

#C5E3B0 rengi CMYK tonu (13,0,22,11).

  • camgöbeği tonu 13.22%
  • eflatun tonu 0.00%
  • sarı tonu 22.47%
  • ana renk tonu 10.98%
CMYK:
(13,0,22,11)
C13M0Y22K11 
(13%,0%,22%,11%)
(0.13/0.00/0.22/0.11)	

CMYK yüzdeleri

%13.22
%0
%22.47
%10.98

Codes

Color #C5E3B0 in popluar color models

C5E3B0
RGB197227176
HSL95°47.66%79.02%
HSB/HSV95°22.47%89.02%
CMYK13.22%0.00%22.47%
10.98%

Color #C5E3B0 in popluar number systems.

HEXC5E3B0
Decimal197227176
Binary110001011110001110110000
Octal305343260

Shades and tints

Shades of #C5E3B0

#C5E3B0
(197,227,176)
#B4CFA0
(180,207,160)
#A3BB90
(163,187,144)
#92A780
(146,167,128)
#819370
(129,147,112)
#707F60
(112,127,96)
#5F6B50
(95,107,80)
#4E5740
(78,87,64)
#3D4330
(61,67,48)
#2C2F20
(44,47,32)
#1B1B10
(27,27,16)
#000000
(0,0,0)

Tints of #C5E3B0

#C5E3B0
(197,227,176)
#CAE5B7
(202,229,183)
#CFE7BE
(207,231,190)
#D4E9C5
(212,233,197)
#D9EBCC
(217,235,204)
#DEEDD3
(222,237,211)
#E3EFDA
(227,239,218)
#E8F1E1
(232,241,225)
#EDF3E8
(237,243,232)
#F2F5EF
(242,245,239)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E3B0 color. Also use rgb(197,227,176) instead hex code.

Text Font Color

.myTextColor { color: #C5E3B0; }

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

This text font color is #C5E3B0.


Background Color

.myBgColor { background-color: #C5E3B0; }

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

This div background color is #C5E3B0.


Border color

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

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

This div border color is #C5E3B0.


Opacity

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

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

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

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

This text has shadow with #C5E3B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E3B0 on black background.


Color preview on white background

This text has color #C5E3B0 on white background.



Black color preview on #C5E3B0 background

This text has black color on #C5E3B0 background.


White color preview on #C5E3B0 background

This text has white color on #C5E3B0 background.