COLOR #C5E8FF

HEX: #C5E8FF
RGB: (197,232,255)

Renk bilgisi

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

RGB renk modeli

#C5E8FF color RGB value is (197,232,255).

  • kırmız ton 197;
  • yeşil ton 232;
  • mavi ton 255.
RGB:
(197,232,255)
(77%,91%,100%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 232 of 255 = 91%
B 255 of 255 = 100%

197
232
255

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 232 + 255 = 684 (100%)
R 197 of 684 ~ 28.8%
G 232 of 684 ~ 33.92%
B 255 of 684 ~ 37.28%

%28.8
%33.92
%37.28

CMYK RENK MODELİ

#C5E8FF rengi CMYK tonu (23,9,0,0).

  • camgöbeği tonu 22.75%
  • eflatun tonu 9.02%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(23,9,0,0)
C23M9Y0K0 
(23%,9%,0%,0%)
(0.23/0.09/0.00/0.00)	

CMYK yüzdeleri

%22.75
%9.02
%0
%0

Codes

Color #C5E8FF in popluar color models

C5E8FF
RGB197232255
HSL204°100.00%88.63%
HSB/HSV204°22.75%100.00%
CMYK22.75%9.02%0.00%
0.00%

Color #C5E8FF in popluar number systems.

HEXC5E8FF
Decimal197232255
Binary110001011110100011111111
Octal305350377

Shades and tints

Shades of #C5E8FF

#C5E8FF
(197,232,255)
#B4D3E8
(180,211,232)
#A3BED1
(163,190,209)
#92A9BA
(146,169,186)
#8194A3
(129,148,163)
#707F8C
(112,127,140)
#5F6A75
(95,106,117)
#4E555E
(78,85,94)
#3D4047
(61,64,71)
#2C2B30
(44,43,48)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #C5E8FF

#C5E8FF
(197,232,255)
#CAEAFF
(202,234,255)
#CFECFF
(207,236,255)
#D4EEFF
(212,238,255)
#D9F0FF
(217,240,255)
#DEF2FF
(222,242,255)
#E3F4FF
(227,244,255)
#E8F6FF
(232,246,255)
#EDF8FF
(237,248,255)
#F2FAFF
(242,250,255)
#F7FCFF
(247,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E8FF color. Also use rgb(197,232,255) instead hex code.

Text Font Color

.myTextColor { color: #C5E8FF; }

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

This text font color is #C5E8FF.


Background Color

.myBgColor { background-color: #C5E8FF; }

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

This div background color is #C5E8FF.


Border color

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

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

This div border color is #C5E8FF.


Opacity

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

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

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

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

This text has shadow with #C5E8FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E8FF on black background.


Color preview on white background

This text has color #C5E8FF on white background.



Black color preview on #C5E8FF background

This text has black color on #C5E8FF background.


White color preview on #C5E8FF background

This text has white color on #C5E8FF background.