COLOR #C5DDE9

HEX: #C5DDE9
RGB: (197,221,233)

Renk bilgisi

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

RGB renk modeli

#C5DDE9 color RGB value is (197,221,233).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 221 of 255 = 87%
B 233 of 255 = 91%

197
221
233

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 221 + 233 = 651 (100%)
R 197 of 651 ~ 30.26%
G 221 of 651 ~ 33.95%
B 233 of 651 ~ 35.79%

%30.26
%33.95
%35.79

CMYK RENK MODELİ

#C5DDE9 rengi CMYK tonu (15,5,0,9).

  • camgöbeği tonu 15.45%
  • eflatun tonu 5.15%
  • sarı tonu 0.00%
  • ana renk tonu 8.63%
CMYK:
(15,5,0,9)
C15M5Y0K9 
(15%,5%,0%,9%)
(0.15/0.05/0.00/0.09)	

CMYK yüzdeleri

%15.45
%5.15
%0
%8.63

Codes

Color #C5DDE9 in popluar color models

C5DDE9
RGB197221233
HSL200°45.00%84.31%
HSB/HSV200°15.45%91.37%
CMYK15.45%5.15%0.00%
8.63%

Color #C5DDE9 in popluar number systems.

HEXC5DDE9
Decimal197221233
Binary110001011101110111101001
Octal305335351

Shades and tints

Shades of #C5DDE9

#C5DDE9
(197,221,233)
#B4C9D4
(180,201,212)
#A3B5BF
(163,181,191)
#92A1AA
(146,161,170)
#818D95
(129,141,149)
#707980
(112,121,128)
#5F656B
(95,101,107)
#4E5156
(78,81,86)
#3D3D41
(61,61,65)
#2C292C
(44,41,44)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #C5DDE9

#C5DDE9
(197,221,233)
#CAE0EB
(202,224,235)
#CFE3ED
(207,227,237)
#D4E6EF
(212,230,239)
#D9E9F1
(217,233,241)
#DEECF3
(222,236,243)
#E3EFF5
(227,239,245)
#E8F2F7
(232,242,247)
#EDF5F9
(237,245,249)
#F2F8FB
(242,248,251)
#F7FBFD
(247,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DDE9; }

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

This text font color is #C5DDE9.


Background Color

.myBgColor { background-color: #C5DDE9; }

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

This div background color is #C5DDE9.


Border color

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

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

This div border color is #C5DDE9.


Opacity

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

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

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

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

This text has shadow with #C5DDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DDE9 on black background.


Color preview on white background

This text has color #C5DDE9 on white background.



Black color preview on #C5DDE9 background

This text has black color on #C5DDE9 background.


White color preview on #C5DDE9 background

This text has white color on #C5DDE9 background.