COLOR #C4D9F8

HEX: #C4D9F8
RGB: (196,217,248)

Renk bilgisi

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

RGB renk modeli

#C4D9F8 color RGB value is (196,217,248).

  • kırmız ton 196;
  • yeşil ton 217;
  • mavi ton 248.
RGB:
(196,217,248)
(77%,85%,97%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 217 of 255 = 85%
B 248 of 255 = 97%

196
217
248

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 217 + 248 = 661 (100%)
R 196 of 661 ~ 29.65%
G 217 of 661 ~ 32.83%
B 248 of 661 ~ 37.52%

%29.65
%32.83
%37.52

CMYK RENK MODELİ

#C4D9F8 rengi CMYK tonu (21,13,0,3).

  • camgöbeği tonu 20.97%
  • eflatun tonu 12.50%
  • sarı tonu 0.00%
  • ana renk tonu 2.75%
CMYK:
(21,13,0,3)
C21M13Y0K3 
(21%,13%,0%,3%)
(0.21/0.13/0.00/0.03)	

CMYK yüzdeleri

%20.97
%12.5
%0
%2.75

Codes

Color #C4D9F8 in popluar color models

C4D9F8
RGB196217248
HSL216°78.79%87.06%
HSB/HSV216°20.97%97.25%
CMYK20.97%12.50%0.00%
2.75%

Color #C4D9F8 in popluar number systems.

HEXC4D9F8
Decimal196217248
Binary110001001101100111111000
Octal304331370

Shades and tints

Shades of #C4D9F8

#C4D9F8
(196,217,248)
#B3C6E2
(179,198,226)
#A2B3CC
(162,179,204)
#91A0B6
(145,160,182)
#808DA0
(128,141,160)
#6F7A8A
(111,122,138)
#5E6774
(94,103,116)
#4D545E
(77,84,94)
#3C4148
(60,65,72)
#2B2E32
(43,46,50)
#1A1B1C
(26,27,28)
#000000
(0,0,0)

Tints of #C4D9F8

#C4D9F8
(196,217,248)
#C9DCF8
(201,220,248)
#CEDFF8
(206,223,248)
#D3E2F8
(211,226,248)
#D8E5F8
(216,229,248)
#DDE8F8
(221,232,248)
#E2EBF8
(226,235,248)
#E7EEF8
(231,238,248)
#ECF1F8
(236,241,248)
#F1F4F8
(241,244,248)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D9F8 color. Also use rgb(196,217,248) instead hex code.

Text Font Color

.myTextColor { color: #C4D9F8; }

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

This text font color is #C4D9F8.


Background Color

.myBgColor { background-color: #C4D9F8; }

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

This div background color is #C4D9F8.


Border color

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

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

This div border color is #C4D9F8.


Opacity

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

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

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

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

This text has shadow with #C4D9F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D9F8 on black background.


Color preview on white background

This text has color #C4D9F8 on white background.



Black color preview on #C4D9F8 background

This text has black color on #C4D9F8 background.


White color preview on #C4D9F8 background

This text has white color on #C4D9F8 background.