COLOR #C5D4EA

HEX: #C5D4EA
RGB: (197,212,234)

Renk bilgisi

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

RGB renk modeli

#C5D4EA color RGB value is (197,212,234).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 212 of 255 = 83%
B 234 of 255 = 92%

197
212
234

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 212 + 234 = 643 (100%)
R 197 of 643 ~ 30.64%
G 212 of 643 ~ 32.97%
B 234 of 643 ~ 36.39%

%30.64
%32.97
%36.39

CMYK RENK MODELİ

#C5D4EA rengi CMYK tonu (16,9,0,8).

  • camgöbeği tonu 15.81%
  • eflatun tonu 9.40%
  • sarı tonu 0.00%
  • ana renk tonu 8.24%
CMYK:
(16,9,0,8)
C16M9Y0K8 
(16%,9%,0%,8%)
(0.16/0.09/0.00/0.08)	

CMYK yüzdeleri

%15.81
%9.4
%0
%8.24

Codes

Color #C5D4EA in popluar color models

C5D4EA
RGB197212234
HSL216°46.84%84.51%
HSB/HSV216°15.81%91.76%
CMYK15.81%9.40%0.00%
8.24%

Color #C5D4EA in popluar number systems.

HEXC5D4EA
Decimal197212234
Binary110001011101010011101010
Octal305324352

Shades and tints

Shades of #C5D4EA

#C5D4EA
(197,212,234)
#B4C1D5
(180,193,213)
#A3AEC0
(163,174,192)
#929BAB
(146,155,171)
#818896
(129,136,150)
#707581
(112,117,129)
#5F626C
(95,98,108)
#4E4F57
(78,79,87)
#3D3C42
(61,60,66)
#2C292D
(44,41,45)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #C5D4EA

#C5D4EA
(197,212,234)
#CAD7EB
(202,215,235)
#CFDAEC
(207,218,236)
#D4DDED
(212,221,237)
#D9E0EE
(217,224,238)
#DEE3EF
(222,227,239)
#E3E6F0
(227,230,240)
#E8E9F1
(232,233,241)
#EDECF2
(237,236,242)
#F2EFF3
(242,239,243)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D4EA; }

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

This text font color is #C5D4EA.


Background Color

.myBgColor { background-color: #C5D4EA; }

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

This div background color is #C5D4EA.


Border color

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

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

This div border color is #C5D4EA.


Opacity

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

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

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

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

This text has shadow with #C5D4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D4EA on black background.


Color preview on white background

This text has color #C5D4EA on white background.



Black color preview on #C5D4EA background

This text has black color on #C5D4EA background.


White color preview on #C5D4EA background

This text has white color on #C5D4EA background.