COLOR #C5DFF3

HEX: #C5DFF3
RGB: (197,223,243)

Renk bilgisi

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

RGB renk modeli

#C5DFF3 color RGB value is (197,223,243).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 223 of 255 = 87%
B 243 of 255 = 95%

197
223
243

R + G + B ~ 86%. #C5DFF3 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 223 + 243 = 663 (100%)
R 197 of 663 ~ 29.71%
G 223 of 663 ~ 33.63%
B 243 of 663 ~ 36.65%

%29.71
%33.63
%36.65

CMYK RENK MODELİ

#C5DFF3 rengi CMYK tonu (19,8,0,5).

  • camgöbeği tonu 18.93%
  • eflatun tonu 8.23%
  • sarı tonu 0.00%
  • ana renk tonu 4.71%
CMYK:
(19,8,0,5)
C19M8Y0K5 
(19%,8%,0%,5%)
(0.19/0.08/0.00/0.05)	

CMYK yüzdeleri

%18.93
%8.23
%0
%4.71

Codes

Color #C5DFF3 in popluar color models

C5DFF3
RGB197223243
HSL206°65.71%86.27%
HSB/HSV206°18.93%95.29%
CMYK18.93%8.23%0.00%
4.71%

Color #C5DFF3 in popluar number systems.

HEXC5DFF3
Decimal197223243
Binary110001011101111111110011
Octal305337363

Shades and tints

Shades of #C5DFF3

#C5DFF3
(197,223,243)
#B4CBDD
(180,203,221)
#A3B7C7
(163,183,199)
#92A3B1
(146,163,177)
#818F9B
(129,143,155)
#707B85
(112,123,133)
#5F676F
(95,103,111)
#4E5359
(78,83,89)
#3D3F43
(61,63,67)
#2C2B2D
(44,43,45)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #C5DFF3

#C5DFF3
(197,223,243)
#CAE1F4
(202,225,244)
#CFE3F5
(207,227,245)
#D4E5F6
(212,229,246)
#D9E7F7
(217,231,247)
#DEE9F8
(222,233,248)
#E3EBF9
(227,235,249)
#E8EDFA
(232,237,250)
#EDEFFB
(237,239,251)
#F2F1FC
(242,241,252)
#F7F3FD
(247,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DFF3; }

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

This text font color is #C5DFF3.


Background Color

.myBgColor { background-color: #C5DFF3; }

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

This div background color is #C5DFF3.


Border color

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

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

This div border color is #C5DFF3.


Opacity

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

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

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

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

This text has shadow with #C5DFF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DFF3 on black background.


Color preview on white background

This text has color #C5DFF3 on white background.



Black color preview on #C5DFF3 background

This text has black color on #C5DFF3 background.


White color preview on #C5DFF3 background

This text has white color on #C5DFF3 background.