COLOR #C5E2EB

HEX: #C5E2EB
RGB: (197,226,235)

Renk bilgisi

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

RGB renk modeli

#C5E2EB color RGB value is (197,226,235).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 226 of 255 = 89%
B 235 of 255 = 92%

197
226
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 226 + 235 = 658 (100%)
R 197 of 658 ~ 29.94%
G 226 of 658 ~ 34.35%
B 235 of 658 ~ 35.71%

%29.94
%34.35
%35.71

CMYK RENK MODELİ

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

  • camgöbeği tonu 16.17%
  • eflatun tonu 3.83%
  • 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
%3.83
%0
%7.84

Codes

Color #C5E2EB in popluar color models

C5E2EB
RGB197226235
HSL194°48.72%84.71%
HSB/HSV194°16.17%92.16%
CMYK16.17%3.83%0.00%
7.84%

Color #C5E2EB in popluar number systems.

HEXC5E2EB
Decimal197226235
Binary110001011110001011101011
Octal305342353

Shades and tints

Shades of #C5E2EB

#C5E2EB
(197,226,235)
#B4CED6
(180,206,214)
#A3BAC1
(163,186,193)
#92A6AC
(146,166,172)
#819297
(129,146,151)
#707E82
(112,126,130)
#5F6A6D
(95,106,109)
#4E5658
(78,86,88)
#3D4243
(61,66,67)
#2C2E2E
(44,46,46)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #C5E2EB

#C5E2EB
(197,226,235)
#CAE4EC
(202,228,236)
#CFE6ED
(207,230,237)
#D4E8EE
(212,232,238)
#D9EAEF
(217,234,239)
#DEECF0
(222,236,240)
#E3EEF1
(227,238,241)
#E8F0F2
(232,240,242)
#EDF2F3
(237,242,243)
#F2F4F4
(242,244,244)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E2EB; }

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

This text font color is #C5E2EB.


Background Color

.myBgColor { background-color: #C5E2EB; }

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

This div background color is #C5E2EB.


Border color

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

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

This div border color is #C5E2EB.


Opacity

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

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

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

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

This text has shadow with #C5E2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E2EB on black background.


Color preview on white background

This text has color #C5E2EB on white background.



Black color preview on #C5E2EB background

This text has black color on #C5E2EB background.


White color preview on #C5E2EB background

This text has white color on #C5E2EB background.