COLOR #C5E5E7

HEX: #C5E5E7
RGB: (197,229,231)

Renk bilgisi

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

RGB renk modeli

#C5E5E7 color RGB value is (197,229,231).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 229 of 255 = 90%
B 231 of 255 = 91%

197
229
231

R + G + B ~ 86%. #C5E5E7 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 229 + 231 = 657 (100%)
R 197 of 657 ~ 29.98%
G 229 of 657 ~ 34.86%
B 231 of 657 ~ 35.16%

%29.98
%34.86
%35.16

CMYK RENK MODELİ

#C5E5E7 rengi CMYK tonu (15,1,0,9).

  • camgöbeği tonu 14.72%
  • eflatun tonu 0.87%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(15,1,0,9)
C15M1Y0K9 
(15%,1%,0%,9%)
(0.15/0.01/0.00/0.09)	

CMYK yüzdeleri

%14.72
%0.87
%0
%9.41

Codes

Color #C5E5E7 in popluar color models

C5E5E7
RGB197229231
HSL184°41.46%83.92%
HSB/HSV184°14.72%90.59%
CMYK14.72%0.87%0.00%
9.41%

Color #C5E5E7 in popluar number systems.

HEXC5E5E7
Decimal197229231
Binary110001011110010111100111
Octal305345347

Shades and tints

Shades of #C5E5E7

#C5E5E7
(197,229,231)
#B4D1D2
(180,209,210)
#A3BDBD
(163,189,189)
#92A9A8
(146,169,168)
#819593
(129,149,147)
#70817E
(112,129,126)
#5F6D69
(95,109,105)
#4E5954
(78,89,84)
#3D453F
(61,69,63)
#2C312A
(44,49,42)
#1B1D15
(27,29,21)
#000000
(0,0,0)

Tints of #C5E5E7

#C5E5E7
(197,229,231)
#CAE7E9
(202,231,233)
#CFE9EB
(207,233,235)
#D4EBED
(212,235,237)
#D9EDEF
(217,237,239)
#DEEFF1
(222,239,241)
#E3F1F3
(227,241,243)
#E8F3F5
(232,243,245)
#EDF5F7
(237,245,247)
#F2F7F9
(242,247,249)
#F7F9FB
(247,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E5E7; }

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

This text font color is #C5E5E7.


Background Color

.myBgColor { background-color: #C5E5E7; }

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

This div background color is #C5E5E7.


Border color

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

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

This div border color is #C5E5E7.


Opacity

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

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

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

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

This text has shadow with #C5E5E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E5E7 on black background.


Color preview on white background

This text has color #C5E5E7 on white background.



Black color preview on #C5E5E7 background

This text has black color on #C5E5E7 background.


White color preview on #C5E5E7 background

This text has white color on #C5E5E7 background.