COLOR #C5EEFA

HEX: #C5EEFA
RGB: (197,238,250)

Renk bilgisi

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

RGB renk modeli

#C5EEFA color RGB value is (197,238,250).

  • kırmız ton 197;
  • yeşil ton 238;
  • mavi ton 250.
RGB:
(197,238,250)
(77%,93%,98%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 238 of 255 = 93%
B 250 of 255 = 98%

197
238
250

R + G + B ~ 89%. #C5EEFA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 238 + 250 = 685 (100%)
R 197 of 685 ~ 28.76%
G 238 of 685 ~ 34.74%
B 250 of 685 ~ 36.5%

%28.76
%34.74
%36.5

CMYK RENK MODELİ

#C5EEFA rengi CMYK tonu (21,5,0,2).

  • camgöbeği tonu 21.20%
  • eflatun tonu 4.80%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(21,5,0,2)
C21M5Y0K2 
(21%,5%,0%,2%)
(0.21/0.05/0.00/0.02)	

CMYK yüzdeleri

%21.2
%4.8
%0
%1.96

Codes

Color #C5EEFA in popluar color models

C5EEFA
RGB197238250
HSL194°84.13%87.65%
HSB/HSV194°21.20%98.04%
CMYK21.20%4.80%0.00%
1.96%

Color #C5EEFA in popluar number systems.

HEXC5EEFA
Decimal197238250
Binary110001011110111011111010
Octal305356372

Shades and tints

Shades of #C5EEFA

#C5EEFA
(197,238,250)
#B4D9E4
(180,217,228)
#A3C4CE
(163,196,206)
#92AFB8
(146,175,184)
#819AA2
(129,154,162)
#70858C
(112,133,140)
#5F7076
(95,112,118)
#4E5B60
(78,91,96)
#3D464A
(61,70,74)
#2C3134
(44,49,52)
#1B1C1E
(27,28,30)
#000000
(0,0,0)

Tints of #C5EEFA

#C5EEFA
(197,238,250)
#CAEFFA
(202,239,250)
#CFF0FA
(207,240,250)
#D4F1FA
(212,241,250)
#D9F2FA
(217,242,250)
#DEF3FA
(222,243,250)
#E3F4FA
(227,244,250)
#E8F5FA
(232,245,250)
#EDF6FA
(237,246,250)
#F2F7FA
(242,247,250)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5EEFA color. Also use rgb(197,238,250) instead hex code.

Text Font Color

.myTextColor { color: #C5EEFA; }

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

This text font color is #C5EEFA.


Background Color

.myBgColor { background-color: #C5EEFA; }

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

This div background color is #C5EEFA.


Border color

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

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

This div border color is #C5EEFA.


Opacity

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

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

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

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

This text has shadow with #C5EEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EEFA on black background.


Color preview on white background

This text has color #C5EEFA on white background.



Black color preview on #C5EEFA background

This text has black color on #C5EEFA background.


White color preview on #C5EEFA background

This text has white color on #C5EEFA background.