COLOR #C4D3F0

HEX: #C4D3F0
RGB: (196,211,240)

Renk bilgisi

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

RGB renk modeli

#C4D3F0 color RGB value is (196,211,240).

  • kırmız ton 196;
  • yeşil ton 211;
  • mavi ton 240.
RGB:
(196,211,240)
(77%,83%,94%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 211 of 255 = 83%
B 240 of 255 = 94%

196
211
240

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 211 + 240 = 647 (100%)
R 196 of 647 ~ 30.29%
G 211 of 647 ~ 32.61%
B 240 of 647 ~ 37.09%

%30.29
%32.61
%37.09

CMYK RENK MODELİ

#C4D3F0 rengi CMYK tonu (18,12,0,6).

  • camgöbeği tonu 18.33%
  • eflatun tonu 12.08%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(18,12,0,6)
C18M12Y0K6 
(18%,12%,0%,6%)
(0.18/0.12/0.00/0.06)	

CMYK yüzdeleri

%18.33
%12.08
%0
%5.88

Codes

Color #C4D3F0 in popluar color models

C4D3F0
RGB196211240
HSL220°59.46%85.49%
HSB/HSV220°18.33%94.12%
CMYK18.33%12.08%0.00%
5.88%

Color #C4D3F0 in popluar number systems.

HEXC4D3F0
Decimal196211240
Binary110001001101001111110000
Octal304323360

Shades and tints

Shades of #C4D3F0

#C4D3F0
(196,211,240)
#B3C0DB
(179,192,219)
#A2ADC6
(162,173,198)
#919AB1
(145,154,177)
#80879C
(128,135,156)
#6F7487
(111,116,135)
#5E6172
(94,97,114)
#4D4E5D
(77,78,93)
#3C3B48
(60,59,72)
#2B2833
(43,40,51)
#1A151E
(26,21,30)
#000000
(0,0,0)

Tints of #C4D3F0

#C4D3F0
(196,211,240)
#C9D7F1
(201,215,241)
#CEDBF2
(206,219,242)
#D3DFF3
(211,223,243)
#D8E3F4
(216,227,244)
#DDE7F5
(221,231,245)
#E2EBF6
(226,235,246)
#E7EFF7
(231,239,247)
#ECF3F8
(236,243,248)
#F1F7F9
(241,247,249)
#F6FBFA
(246,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D3F0 color. Also use rgb(196,211,240) instead hex code.

Text Font Color

.myTextColor { color: #C4D3F0; }

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

This text font color is #C4D3F0.


Background Color

.myBgColor { background-color: #C4D3F0; }

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

This div background color is #C4D3F0.


Border color

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

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

This div border color is #C4D3F0.


Opacity

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

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

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

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

This text has shadow with #C4D3F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D3F0 on black background.


Color preview on white background

This text has color #C4D3F0 on white background.



Black color preview on #C4D3F0 background

This text has black color on #C4D3F0 background.


White color preview on #C4D3F0 background

This text has white color on #C4D3F0 background.