COLOR #C5E6F3

HEX: #C5E6F3
RGB: (197,230,243)

Renk bilgisi

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

RGB renk modeli

#C5E6F3 color RGB value is (197,230,243).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 230 of 255 = 90%
B 243 of 255 = 95%

197
230
243

R + G + B ~ 87%. #C5E6F3 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 230 + 243 = 670 (100%)
R 197 of 670 ~ 29.4%
G 230 of 670 ~ 34.33%
B 243 of 670 ~ 36.27%

%29.4
%34.33
%36.27

CMYK RENK MODELİ

#C5E6F3 rengi CMYK tonu (19,5,0,5).

  • camgöbeği tonu 18.93%
  • eflatun tonu 5.35%
  • sarı tonu 0.00%
  • ana renk tonu 4.71%
CMYK:
(19,5,0,5)
C19M5Y0K5 
(19%,5%,0%,5%)
(0.19/0.05/0.00/0.05)	

CMYK yüzdeleri

%18.93
%5.35
%0
%4.71

Codes

Color #C5E6F3 in popluar color models

C5E6F3
RGB197230243
HSL197°65.71%86.27%
HSB/HSV197°18.93%95.29%
CMYK18.93%5.35%0.00%
4.71%

Color #C5E6F3 in popluar number systems.

HEXC5E6F3
Decimal197230243
Binary110001011110011011110011
Octal305346363

Shades and tints

Shades of #C5E6F3

#C5E6F3
(197,230,243)
#B4D2DD
(180,210,221)
#A3BEC7
(163,190,199)
#92AAB1
(146,170,177)
#81969B
(129,150,155)
#708285
(112,130,133)
#5F6E6F
(95,110,111)
#4E5A59
(78,90,89)
#3D4643
(61,70,67)
#2C322D
(44,50,45)
#1B1E17
(27,30,23)
#000000
(0,0,0)

Tints of #C5E6F3

#C5E6F3
(197,230,243)
#CAE8F4
(202,232,244)
#CFEAF5
(207,234,245)
#D4ECF6
(212,236,246)
#D9EEF7
(217,238,247)
#DEF0F8
(222,240,248)
#E3F2F9
(227,242,249)
#E8F4FA
(232,244,250)
#EDF6FB
(237,246,251)
#F2F8FC
(242,248,252)
#F7FAFD
(247,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E6F3; }

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

This text font color is #C5E6F3.


Background Color

.myBgColor { background-color: #C5E6F3; }

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

This div background color is #C5E6F3.


Border color

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

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

This div border color is #C5E6F3.


Opacity

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

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

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

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

This text has shadow with #C5E6F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E6F3 on black background.


Color preview on white background

This text has color #C5E6F3 on white background.



Black color preview on #C5E6F3 background

This text has black color on #C5E6F3 background.


White color preview on #C5E6F3 background

This text has white color on #C5E6F3 background.