COLOR #C5E9E6

HEX: #C5E9E6
RGB: (197,233,230)

Renk bilgisi

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

RGB renk modeli

#C5E9E6 color RGB value is (197,233,230).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 233 of 255 = 91%
B 230 of 255 = 90%

197
233
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 233 + 230 = 660 (100%)
R 197 of 660 ~ 29.85%
G 233 of 660 ~ 35.3%
B 230 of 660 ~ 34.85%

%29.85
%35.3
%34.85

CMYK RENK MODELİ

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

  • camgöbeği tonu 15.45%
  • eflatun tonu 0.00%
  • sarı tonu 1.29%
  • ana renk tonu 8.63%
CMYK:
(15,0,1,9)
C15M0Y1K9 
(15%,0%,1%,9%)
(0.15/0.00/0.01/0.09)	

CMYK yüzdeleri

%15.45
%0
%1.29
%8.63

Codes

Color #C5E9E6 in popluar color models

C5E9E6
RGB197233230
HSL175°45.00%84.31%
HSB/HSV175°15.45%91.37%
CMYK15.45%0.00%1.29%
8.63%

Color #C5E9E6 in popluar number systems.

HEXC5E9E6
Decimal197233230
Binary110001011110100111100110
Octal305351346

Shades and tints

Shades of #C5E9E6

#C5E9E6
(197,233,230)
#B4D4D2
(180,212,210)
#A3BFBE
(163,191,190)
#92AAAA
(146,170,170)
#819596
(129,149,150)
#708082
(112,128,130)
#5F6B6E
(95,107,110)
#4E565A
(78,86,90)
#3D4146
(61,65,70)
#2C2C32
(44,44,50)
#1B171E
(27,23,30)
#000000
(0,0,0)

Tints of #C5E9E6

#C5E9E6
(197,233,230)
#CAEBE8
(202,235,232)
#CFEDEA
(207,237,234)
#D4EFEC
(212,239,236)
#D9F1EE
(217,241,238)
#DEF3F0
(222,243,240)
#E3F5F2
(227,245,242)
#E8F7F4
(232,247,244)
#EDF9F6
(237,249,246)
#F2FBF8
(242,251,248)
#F7FDFA
(247,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E9E6 color. Also use rgb(197,233,230) instead hex code.

Text Font Color

.myTextColor { color: #C5E9E6; }

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

This text font color is #C5E9E6.


Background Color

.myBgColor { background-color: #C5E9E6; }

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

This div background color is #C5E9E6.


Border color

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

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

This div border color is #C5E9E6.


Opacity

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

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

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

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

This text has shadow with #C5E9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E9E6 on black background.


Color preview on white background

This text has color #C5E9E6 on white background.



Black color preview on #C5E9E6 background

This text has black color on #C5E9E6 background.


White color preview on #C5E9E6 background

This text has white color on #C5E9E6 background.