COLOR #C5E5CB

HEX: #C5E5CB
RGB: (197,229,203)

Renk bilgisi

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

RGB renk modeli

#C5E5CB color RGB value is (197,229,203).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 229 of 255 = 90%
B 203 of 255 = 80%

197
229
203

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 229 + 203 = 629 (100%)
R 197 of 629 ~ 31.32%
G 229 of 629 ~ 36.41%
B 203 of 629 ~ 32.27%

%31.32
%36.41
%32.27

CMYK RENK MODELİ

#C5E5CB rengi CMYK tonu (14,0,11,10).

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

CMYK yüzdeleri

%13.97
%0
%11.35
%10.2

Codes

Color #C5E5CB in popluar color models

C5E5CB
RGB197229203
HSL131°38.10%83.53%
HSB/HSV131°13.97%89.80%
CMYK13.97%0.00%11.35%
10.20%

Color #C5E5CB in popluar number systems.

HEXC5E5CB
Decimal197229203
Binary110001011110010111001011
Octal305345313

Shades and tints

Shades of #C5E5CB

#C5E5CB
(197,229,203)
#B4D1B9
(180,209,185)
#A3BDA7
(163,189,167)
#92A995
(146,169,149)
#819583
(129,149,131)
#708171
(112,129,113)
#5F6D5F
(95,109,95)
#4E594D
(78,89,77)
#3D453B
(61,69,59)
#2C3129
(44,49,41)
#1B1D17
(27,29,23)
#000000
(0,0,0)

Tints of #C5E5CB

#C5E5CB
(197,229,203)
#CAE7CF
(202,231,207)
#CFE9D3
(207,233,211)
#D4EBD7
(212,235,215)
#D9EDDB
(217,237,219)
#DEEFDF
(222,239,223)
#E3F1E3
(227,241,227)
#E8F3E7
(232,243,231)
#EDF5EB
(237,245,235)
#F2F7EF
(242,247,239)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E5CB; }

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

This text font color is #C5E5CB.


Background Color

.myBgColor { background-color: #C5E5CB; }

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

This div background color is #C5E5CB.


Border color

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

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

This div border color is #C5E5CB.


Opacity

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

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

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

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

This text has shadow with #C5E5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E5CB on black background.


Color preview on white background

This text has color #C5E5CB on white background.



Black color preview on #C5E5CB background

This text has black color on #C5E5CB background.


White color preview on #C5E5CB background

This text has white color on #C5E5CB background.