COLOR #C5D2EB

HEX: #C5D2EB
RGB: (197,210,235)

Renk bilgisi

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

RGB renk modeli

#C5D2EB color RGB value is (197,210,235).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 210 of 255 = 82%
B 235 of 255 = 92%

197
210
235

R + G + B ~ 84%. #C5D2EB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 210 + 235 = 642 (100%)
R 197 of 642 ~ 30.69%
G 210 of 642 ~ 32.71%
B 235 of 642 ~ 36.6%

%30.69
%32.71
%36.6

CMYK RENK MODELİ

#C5D2EB rengi CMYK tonu (16,11,0,8).

  • camgöbeği tonu 16.17%
  • eflatun tonu 10.64%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(16,11,0,8)
C16M11Y0K8 
(16%,11%,0%,8%)
(0.16/0.11/0.00/0.08)	

CMYK yüzdeleri

%16.17
%10.64
%0
%7.84

Codes

Color #C5D2EB in popluar color models

C5D2EB
RGB197210235
HSL219°48.72%84.71%
HSB/HSV219°16.17%92.16%
CMYK16.17%10.64%0.00%
7.84%

Color #C5D2EB in popluar number systems.

HEXC5D2EB
Decimal197210235
Binary110001011101001011101011
Octal305322353

Shades and tints

Shades of #C5D2EB

#C5D2EB
(197,210,235)
#B4BFD6
(180,191,214)
#A3ACC1
(163,172,193)
#9299AC
(146,153,172)
#818697
(129,134,151)
#707382
(112,115,130)
#5F606D
(95,96,109)
#4E4D58
(78,77,88)
#3D3A43
(61,58,67)
#2C272E
(44,39,46)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #C5D2EB

#C5D2EB
(197,210,235)
#CAD6EC
(202,214,236)
#CFDAED
(207,218,237)
#D4DEEE
(212,222,238)
#D9E2EF
(217,226,239)
#DEE6F0
(222,230,240)
#E3EAF1
(227,234,241)
#E8EEF2
(232,238,242)
#EDF2F3
(237,242,243)
#F2F6F4
(242,246,244)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D2EB; }

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

This text font color is #C5D2EB.


Background Color

.myBgColor { background-color: #C5D2EB; }

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

This div background color is #C5D2EB.


Border color

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

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

This div border color is #C5D2EB.


Opacity

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

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

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

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

This text has shadow with #C5D2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D2EB on black background.


Color preview on white background

This text has color #C5D2EB on white background.



Black color preview on #C5D2EB background

This text has black color on #C5D2EB background.


White color preview on #C5D2EB background

This text has white color on #C5D2EB background.