COLOR #C5E1EB

HEX: #C5E1EB
RGB: (197,225,235)

Renk bilgisi

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

RGB renk modeli

#C5E1EB color RGB value is (197,225,235).

  • kırmız ton 197;
  • yeşil ton 225;
  • mavi ton 235.
RGB:
(197,225,235)
(77%,88%,92%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 225 of 255 = 88%
B 235 of 255 = 92%

197
225
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 225 + 235 = 657 (100%)
R 197 of 657 ~ 29.98%
G 225 of 657 ~ 34.25%
B 235 of 657 ~ 35.77%

%29.98
%34.25
%35.77

CMYK RENK MODELİ

#C5E1EB rengi CMYK tonu (16,4,0,8).

  • camgöbeği tonu 16.17%
  • eflatun tonu 4.26%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(16,4,0,8)
C16M4Y0K8 
(16%,4%,0%,8%)
(0.16/0.04/0.00/0.08)	

CMYK yüzdeleri

%16.17
%4.26
%0
%7.84

Codes

Color #C5E1EB in popluar color models

C5E1EB
RGB197225235
HSL196°48.72%84.71%
HSB/HSV196°16.17%92.16%
CMYK16.17%4.26%0.00%
7.84%

Color #C5E1EB in popluar number systems.

HEXC5E1EB
Decimal197225235
Binary110001011110000111101011
Octal305341353

Shades and tints

Shades of #C5E1EB

#C5E1EB
(197,225,235)
#B4CDD6
(180,205,214)
#A3B9C1
(163,185,193)
#92A5AC
(146,165,172)
#819197
(129,145,151)
#707D82
(112,125,130)
#5F696D
(95,105,109)
#4E5558
(78,85,88)
#3D4143
(61,65,67)
#2C2D2E
(44,45,46)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #C5E1EB

#C5E1EB
(197,225,235)
#CAE3EC
(202,227,236)
#CFE5ED
(207,229,237)
#D4E7EE
(212,231,238)
#D9E9EF
(217,233,239)
#DEEBF0
(222,235,240)
#E3EDF1
(227,237,241)
#E8EFF2
(232,239,242)
#EDF1F3
(237,241,243)
#F2F3F4
(242,243,244)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E1EB color. Also use rgb(197,225,235) instead hex code.

Text Font Color

.myTextColor { color: #C5E1EB; }

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

This text font color is #C5E1EB.


Background Color

.myBgColor { background-color: #C5E1EB; }

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

This div background color is #C5E1EB.


Border color

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

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

This div border color is #C5E1EB.


Opacity

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

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

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

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

This text has shadow with #C5E1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E1EB on black background.


Color preview on white background

This text has color #C5E1EB on white background.



Black color preview on #C5E1EB background

This text has black color on #C5E1EB background.


White color preview on #C5E1EB background

This text has white color on #C5E1EB background.