COLOR #C5DFE5

HEX: #C5DFE5
RGB: (197,223,229)

Renk bilgisi

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

RGB renk modeli

#C5DFE5 color RGB value is (197,223,229).

  • kırmız ton 197;
  • yeşil ton 223;
  • mavi ton 229.
RGB:
(197,223,229)
(77%,87%,90%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 223 of 255 = 87%
B 229 of 255 = 90%

197
223
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 223 + 229 = 649 (100%)
R 197 of 649 ~ 30.35%
G 223 of 649 ~ 34.36%
B 229 of 649 ~ 35.29%

%30.35
%34.36
%35.29

CMYK RENK MODELİ

#C5DFE5 rengi CMYK tonu (14,3,0,10).

  • camgöbeği tonu 13.97%
  • eflatun tonu 2.62%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(14,3,0,10)
C14M3Y0K10 
(14%,3%,0%,10%)
(0.14/0.03/0.00/0.10)	

CMYK yüzdeleri

%13.97
%2.62
%0
%10.2

Codes

Color #C5DFE5 in popluar color models

C5DFE5
RGB197223229
HSL191°38.10%83.53%
HSB/HSV191°13.97%89.80%
CMYK13.97%2.62%0.00%
10.20%

Color #C5DFE5 in popluar number systems.

HEXC5DFE5
Decimal197223229
Binary110001011101111111100101
Octal305337345

Shades and tints

Shades of #C5DFE5

#C5DFE5
(197,223,229)
#B4CBD1
(180,203,209)
#A3B7BD
(163,183,189)
#92A3A9
(146,163,169)
#818F95
(129,143,149)
#707B81
(112,123,129)
#5F676D
(95,103,109)
#4E5359
(78,83,89)
#3D3F45
(61,63,69)
#2C2B31
(44,43,49)
#1B171D
(27,23,29)
#000000
(0,0,0)

Tints of #C5DFE5

#C5DFE5
(197,223,229)
#CAE1E7
(202,225,231)
#CFE3E9
(207,227,233)
#D4E5EB
(212,229,235)
#D9E7ED
(217,231,237)
#DEE9EF
(222,233,239)
#E3EBF1
(227,235,241)
#E8EDF3
(232,237,243)
#EDEFF5
(237,239,245)
#F2F1F7
(242,241,247)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DFE5 color. Also use rgb(197,223,229) instead hex code.

Text Font Color

.myTextColor { color: #C5DFE5; }

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

This text font color is #C5DFE5.


Background Color

.myBgColor { background-color: #C5DFE5; }

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

This div background color is #C5DFE5.


Border color

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

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

This div border color is #C5DFE5.


Opacity

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

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

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

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

This text has shadow with #C5DFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DFE5 on black background.


Color preview on white background

This text has color #C5DFE5 on white background.



Black color preview on #C5DFE5 background

This text has black color on #C5DFE5 background.


White color preview on #C5DFE5 background

This text has white color on #C5DFE5 background.