COLOR #C5EAF2

HEX: #C5EAF2
RGB: (197,234,242)

Renk bilgisi

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

RGB renk modeli

#C5EAF2 color RGB value is (197,234,242).

  • kırmız ton 197;
  • yeşil ton 234;
  • mavi ton 242.
RGB:
(197,234,242)
(77%,92%,95%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 234 of 255 = 92%
B 242 of 255 = 95%

197
234
242

R + G + B ~ 88%. #C5EAF2 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 234 + 242 = 673 (100%)
R 197 of 673 ~ 29.27%
G 234 of 673 ~ 34.77%
B 242 of 673 ~ 35.96%

%29.27
%34.77
%35.96

CMYK RENK MODELİ

#C5EAF2 rengi CMYK tonu (19,3,0,5).

  • camgöbeği tonu 18.60%
  • eflatun tonu 3.31%
  • sarı tonu 0.00%
  • ana renk tonu 5.10%
CMYK:
(19,3,0,5)
C19M3Y0K5 
(19%,3%,0%,5%)
(0.19/0.03/0.00/0.05)	

CMYK yüzdeleri

%18.6
%3.31
%0
%5.1

Codes

Color #C5EAF2 in popluar color models

C5EAF2
RGB197234242
HSL191°63.38%86.08%
HSB/HSV191°18.60%94.90%
CMYK18.60%3.31%0.00%
5.10%

Color #C5EAF2 in popluar number systems.

HEXC5EAF2
Decimal197234242
Binary110001011110101011110010
Octal305352362

Shades and tints

Shades of #C5EAF2

#C5EAF2
(197,234,242)
#B4D5DC
(180,213,220)
#A3C0C6
(163,192,198)
#92ABB0
(146,171,176)
#81969A
(129,150,154)
#708184
(112,129,132)
#5F6C6E
(95,108,110)
#4E5758
(78,87,88)
#3D4242
(61,66,66)
#2C2D2C
(44,45,44)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #C5EAF2

#C5EAF2
(197,234,242)
#CAEBF3
(202,235,243)
#CFECF4
(207,236,244)
#D4EDF5
(212,237,245)
#D9EEF6
(217,238,246)
#DEEFF7
(222,239,247)
#E3F0F8
(227,240,248)
#E8F1F9
(232,241,249)
#EDF2FA
(237,242,250)
#F2F3FB
(242,243,251)
#F7F4FC
(247,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5EAF2 color. Also use rgb(197,234,242) instead hex code.

Text Font Color

.myTextColor { color: #C5EAF2; }

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

This text font color is #C5EAF2.


Background Color

.myBgColor { background-color: #C5EAF2; }

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

This div background color is #C5EAF2.


Border color

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

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

This div border color is #C5EAF2.


Opacity

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

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

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

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

This text has shadow with #C5EAF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EAF2 on black background.


Color preview on white background

This text has color #C5EAF2 on white background.



Black color preview on #C5EAF2 background

This text has black color on #C5EAF2 background.


White color preview on #C5EAF2 background

This text has white color on #C5EAF2 background.