COLOR #C4D3F9

HEX: #C4D3F9
RGB: (196,211,249)

Renk bilgisi

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

RGB renk modeli

#C4D3F9 color RGB value is (196,211,249).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 211 of 255 = 83%
B 249 of 255 = 98%

196
211
249

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 211 + 249 = 656 (100%)
R 196 of 656 ~ 29.88%
G 211 of 656 ~ 32.16%
B 249 of 656 ~ 37.96%

%29.88
%32.16
%37.96

CMYK RENK MODELİ

#C4D3F9 rengi CMYK tonu (21,15,0,2).

  • camgöbeği tonu 21.29%
  • eflatun tonu 15.26%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(21,15,0,2)
C21M15Y0K2 
(21%,15%,0%,2%)
(0.21/0.15/0.00/0.02)	

CMYK yüzdeleri

%21.29
%15.26
%0
%2.35

Codes

Color #C4D3F9 in popluar color models

C4D3F9
RGB196211249
HSL223°81.54%87.25%
HSB/HSV223°21.29%97.65%
CMYK21.29%15.26%0.00%
2.35%

Color #C4D3F9 in popluar number systems.

HEXC4D3F9
Decimal196211249
Binary110001001101001111111001
Octal304323371

Shades and tints

Shades of #C4D3F9

#C4D3F9
(196,211,249)
#B3C0E3
(179,192,227)
#A2ADCD
(162,173,205)
#919AB7
(145,154,183)
#8087A1
(128,135,161)
#6F748B
(111,116,139)
#5E6175
(94,97,117)
#4D4E5F
(77,78,95)
#3C3B49
(60,59,73)
#2B2833
(43,40,51)
#1A151D
(26,21,29)
#000000
(0,0,0)

Tints of #C4D3F9

#C4D3F9
(196,211,249)
#C9D7F9
(201,215,249)
#CEDBF9
(206,219,249)
#D3DFF9
(211,223,249)
#D8E3F9
(216,227,249)
#DDE7F9
(221,231,249)
#E2EBF9
(226,235,249)
#E7EFF9
(231,239,249)
#ECF3F9
(236,243,249)
#F1F7F9
(241,247,249)
#F6FBF9
(246,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D3F9; }

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

This text font color is #C4D3F9.


Background Color

.myBgColor { background-color: #C4D3F9; }

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

This div background color is #C4D3F9.


Border color

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

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

This div border color is #C4D3F9.


Opacity

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

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

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

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

This text has shadow with #C4D3F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D3F9 on black background.


Color preview on white background

This text has color #C4D3F9 on white background.



Black color preview on #C4D3F9 background

This text has black color on #C4D3F9 background.


White color preview on #C4D3F9 background

This text has white color on #C4D3F9 background.