COLOR #C5DDFD

HEX: #C5DDFD
RGB: (197,221,253)

Renk bilgisi

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

RGB renk modeli

#C5DDFD color RGB value is (197,221,253).

  • kırmız ton 197;
  • yeşil ton 221;
  • mavi ton 253.
RGB:
(197,221,253)
(77%,87%,99%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 221 of 255 = 87%
B 253 of 255 = 99%

197
221
253

R + G + B ~ 88%. #C5DDFD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 221 + 253 = 671 (100%)
R 197 of 671 ~ 29.36%
G 221 of 671 ~ 32.94%
B 253 of 671 ~ 37.7%

%29.36
%32.94
%37.7

CMYK RENK MODELİ

#C5DDFD rengi CMYK tonu (22,13,0,1).

  • camgöbeği tonu 22.13%
  • eflatun tonu 12.65%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(22,13,0,1)
C22M13Y0K1 
(22%,13%,0%,1%)
(0.22/0.13/0.00/0.01)	

CMYK yüzdeleri

%22.13
%12.65
%0
%0.78

Codes

Color #C5DDFD in popluar color models

C5DDFD
RGB197221253
HSL214°93.33%88.24%
HSB/HSV214°22.13%99.22%
CMYK22.13%12.65%0.00%
0.78%

Color #C5DDFD in popluar number systems.

HEXC5DDFD
Decimal197221253
Binary110001011101110111111101
Octal305335375

Shades and tints

Shades of #C5DDFD

#C5DDFD
(197,221,253)
#B4C9E6
(180,201,230)
#A3B5CF
(163,181,207)
#92A1B8
(146,161,184)
#818DA1
(129,141,161)
#70798A
(112,121,138)
#5F6573
(95,101,115)
#4E515C
(78,81,92)
#3D3D45
(61,61,69)
#2C292E
(44,41,46)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #C5DDFD

#C5DDFD
(197,221,253)
#CAE0FD
(202,224,253)
#CFE3FD
(207,227,253)
#D4E6FD
(212,230,253)
#D9E9FD
(217,233,253)
#DEECFD
(222,236,253)
#E3EFFD
(227,239,253)
#E8F2FD
(232,242,253)
#EDF5FD
(237,245,253)
#F2F8FD
(242,248,253)
#F7FBFD
(247,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DDFD color. Also use rgb(197,221,253) instead hex code.

Text Font Color

.myTextColor { color: #C5DDFD; }

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

This text font color is #C5DDFD.


Background Color

.myBgColor { background-color: #C5DDFD; }

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

This div background color is #C5DDFD.


Border color

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

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

This div border color is #C5DDFD.


Opacity

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

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

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

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

This text has shadow with #C5DDFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DDFD on black background.


Color preview on white background

This text has color #C5DDFD on white background.



Black color preview on #C5DDFD background

This text has black color on #C5DDFD background.


White color preview on #C5DDFD background

This text has white color on #C5DDFD background.