COLOR #C5D4EF

HEX: #C5D4EF
RGB: (197,212,239)

Renk bilgisi

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

RGB renk modeli

#C5D4EF color RGB value is (197,212,239).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 212 of 255 = 83%
B 239 of 255 = 94%

197
212
239

R + G + B ~ 85%. #C5D4EF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 212 + 239 = 648 (100%)
R 197 of 648 ~ 30.4%
G 212 of 648 ~ 32.72%
B 239 of 648 ~ 36.88%

%30.4
%32.72
%36.88

CMYK RENK MODELİ

#C5D4EF rengi CMYK tonu (18,11,0,6).

  • camgöbeği tonu 17.57%
  • eflatun tonu 11.30%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(18,11,0,6)
C18M11Y0K6 
(18%,11%,0%,6%)
(0.18/0.11/0.00/0.06)	

CMYK yüzdeleri

%17.57
%11.3
%0
%6.27

Codes

Color #C5D4EF in popluar color models

C5D4EF
RGB197212239
HSL219°56.76%85.49%
HSB/HSV219°17.57%93.73%
CMYK17.57%11.30%0.00%
6.27%

Color #C5D4EF in popluar number systems.

HEXC5D4EF
Decimal197212239
Binary110001011101010011101111
Octal305324357

Shades and tints

Shades of #C5D4EF

#C5D4EF
(197,212,239)
#B4C1DA
(180,193,218)
#A3AEC5
(163,174,197)
#929BB0
(146,155,176)
#81889B
(129,136,155)
#707586
(112,117,134)
#5F6271
(95,98,113)
#4E4F5C
(78,79,92)
#3D3C47
(61,60,71)
#2C2932
(44,41,50)
#1B161D
(27,22,29)
#000000
(0,0,0)

Tints of #C5D4EF

#C5D4EF
(197,212,239)
#CAD7F0
(202,215,240)
#CFDAF1
(207,218,241)
#D4DDF2
(212,221,242)
#D9E0F3
(217,224,243)
#DEE3F4
(222,227,244)
#E3E6F5
(227,230,245)
#E8E9F6
(232,233,246)
#EDECF7
(237,236,247)
#F2EFF8
(242,239,248)
#F7F2F9
(247,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D4EF; }

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

This text font color is #C5D4EF.


Background Color

.myBgColor { background-color: #C5D4EF; }

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

This div background color is #C5D4EF.


Border color

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

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

This div border color is #C5D4EF.


Opacity

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

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

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

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

This text has shadow with #C5D4EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D4EF on black background.


Color preview on white background

This text has color #C5D4EF on white background.



Black color preview on #C5D4EF background

This text has black color on #C5D4EF background.


White color preview on #C5D4EF background

This text has white color on #C5D4EF background.