COLOR #C5DFEB

HEX: #C5DFEB
RGB: (197,223,235)

Renk bilgisi

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

RGB renk modeli

#C5DFEB color RGB value is (197,223,235).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 223 of 255 = 87%
B 235 of 255 = 92%

197
223
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 223 + 235 = 655 (100%)
R 197 of 655 ~ 30.08%
G 223 of 655 ~ 34.05%
B 235 of 655 ~ 35.88%

%30.08
%34.05
%35.88

CMYK RENK MODELİ

#C5DFEB rengi CMYK tonu (16,5,0,8).

  • camgöbeği tonu 16.17%
  • eflatun tonu 5.11%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(16,5,0,8)
C16M5Y0K8 
(16%,5%,0%,8%)
(0.16/0.05/0.00/0.08)	

CMYK yüzdeleri

%16.17
%5.11
%0
%7.84

Codes

Color #C5DFEB in popluar color models

C5DFEB
RGB197223235
HSL199°48.72%84.71%
HSB/HSV199°16.17%92.16%
CMYK16.17%5.11%0.00%
7.84%

Color #C5DFEB in popluar number systems.

HEXC5DFEB
Decimal197223235
Binary110001011101111111101011
Octal305337353

Shades and tints

Shades of #C5DFEB

#C5DFEB
(197,223,235)
#B4CBD6
(180,203,214)
#A3B7C1
(163,183,193)
#92A3AC
(146,163,172)
#818F97
(129,143,151)
#707B82
(112,123,130)
#5F676D
(95,103,109)
#4E5358
(78,83,88)
#3D3F43
(61,63,67)
#2C2B2E
(44,43,46)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #C5DFEB

#C5DFEB
(197,223,235)
#CAE1EC
(202,225,236)
#CFE3ED
(207,227,237)
#D4E5EE
(212,229,238)
#D9E7EF
(217,231,239)
#DEE9F0
(222,233,240)
#E3EBF1
(227,235,241)
#E8EDF2
(232,237,242)
#EDEFF3
(237,239,243)
#F2F1F4
(242,241,244)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DFEB; }

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

This text font color is #C5DFEB.


Background Color

.myBgColor { background-color: #C5DFEB; }

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

This div background color is #C5DFEB.


Border color

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

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

This div border color is #C5DFEB.


Opacity

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

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

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

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

This text has shadow with #C5DFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DFEB on black background.


Color preview on white background

This text has color #C5DFEB on white background.



Black color preview on #C5DFEB background

This text has black color on #C5DFEB background.


White color preview on #C5DFEB background

This text has white color on #C5DFEB background.