COLOR #C5D2F8

HEX: #C5D2F8
RGB: (197,210,248)

Renk bilgisi

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

RGB renk modeli

#C5D2F8 color RGB value is (197,210,248).

  • kırmız ton 197;
  • yeşil ton 210;
  • mavi ton 248.
RGB:
(197,210,248)
(77%,82%,97%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 210 of 255 = 82%
B 248 of 255 = 97%

197
210
248

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 210 + 248 = 655 (100%)
R 197 of 655 ~ 30.08%
G 210 of 655 ~ 32.06%
B 248 of 655 ~ 37.86%

%30.08
%32.06
%37.86

CMYK RENK MODELİ

#C5D2F8 rengi CMYK tonu (21,15,0,3).

  • camgöbeği tonu 20.56%
  • eflatun tonu 15.32%
  • sarı tonu 0.00%
  • ana renk tonu 2.75%
CMYK:
(21,15,0,3)
C21M15Y0K3 
(21%,15%,0%,3%)
(0.21/0.15/0.00/0.03)	

CMYK yüzdeleri

%20.56
%15.32
%0
%2.75

Codes

Color #C5D2F8 in popluar color models

C5D2F8
RGB197210248
HSL225°78.46%87.25%
HSB/HSV225°20.56%97.25%
CMYK20.56%15.32%0.00%
2.75%

Color #C5D2F8 in popluar number systems.

HEXC5D2F8
Decimal197210248
Binary110001011101001011111000
Octal305322370

Shades and tints

Shades of #C5D2F8

#C5D2F8
(197,210,248)
#B4BFE2
(180,191,226)
#A3ACCC
(163,172,204)
#9299B6
(146,153,182)
#8186A0
(129,134,160)
#70738A
(112,115,138)
#5F6074
(95,96,116)
#4E4D5E
(78,77,94)
#3D3A48
(61,58,72)
#2C2732
(44,39,50)
#1B141C
(27,20,28)
#000000
(0,0,0)

Tints of #C5D2F8

#C5D2F8
(197,210,248)
#CAD6F8
(202,214,248)
#CFDAF8
(207,218,248)
#D4DEF8
(212,222,248)
#D9E2F8
(217,226,248)
#DEE6F8
(222,230,248)
#E3EAF8
(227,234,248)
#E8EEF8
(232,238,248)
#EDF2F8
(237,242,248)
#F2F6F8
(242,246,248)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D2F8 color. Also use rgb(197,210,248) instead hex code.

Text Font Color

.myTextColor { color: #C5D2F8; }

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

This text font color is #C5D2F8.


Background Color

.myBgColor { background-color: #C5D2F8; }

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

This div background color is #C5D2F8.


Border color

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

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

This div border color is #C5D2F8.


Opacity

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

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

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

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

This text has shadow with #C5D2F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D2F8 on black background.


Color preview on white background

This text has color #C5D2F8 on white background.



Black color preview on #C5D2F8 background

This text has black color on #C5D2F8 background.


White color preview on #C5D2F8 background

This text has white color on #C5D2F8 background.