COLOR #C4D8F5

HEX: #C4D8F5
RGB: (196,216,245)

Renk bilgisi

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

RGB renk modeli

#C4D8F5 color RGB value is (196,216,245).

  • kırmız ton 196;
  • yeşil ton 216;
  • mavi ton 245.
RGB:
(196,216,245)
(77%,85%,96%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 216 of 255 = 85%
B 245 of 255 = 96%

196
216
245

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 216 + 245 = 657 (100%)
R 196 of 657 ~ 29.83%
G 216 of 657 ~ 32.88%
B 245 of 657 ~ 37.29%

%29.83
%32.88
%37.29

CMYK RENK MODELİ

#C4D8F5 rengi CMYK tonu (20,12,0,4).

  • camgöbeği tonu 20.00%
  • eflatun tonu 11.84%
  • sarı tonu 0.00%
  • ana renk tonu 3.92%
CMYK:
(20,12,0,4)
C20M12Y0K4 
(20%,12%,0%,4%)
(0.20/0.12/0.00/0.04)	

CMYK yüzdeleri

%20
%11.84
%0
%3.92

Codes

Color #C4D8F5 in popluar color models

C4D8F5
RGB196216245
HSL216°71.01%86.47%
HSB/HSV216°20.00%96.08%
CMYK20.00%11.84%0.00%
3.92%

Color #C4D8F5 in popluar number systems.

HEXC4D8F5
Decimal196216245
Binary110001001101100011110101
Octal304330365

Shades and tints

Shades of #C4D8F5

#C4D8F5
(196,216,245)
#B3C5DF
(179,197,223)
#A2B2C9
(162,178,201)
#919FB3
(145,159,179)
#808C9D
(128,140,157)
#6F7987
(111,121,135)
#5E6671
(94,102,113)
#4D535B
(77,83,91)
#3C4045
(60,64,69)
#2B2D2F
(43,45,47)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #C4D8F5

#C4D8F5
(196,216,245)
#C9DBF5
(201,219,245)
#CEDEF5
(206,222,245)
#D3E1F5
(211,225,245)
#D8E4F5
(216,228,245)
#DDE7F5
(221,231,245)
#E2EAF5
(226,234,245)
#E7EDF5
(231,237,245)
#ECF0F5
(236,240,245)
#F1F3F5
(241,243,245)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D8F5 color. Also use rgb(196,216,245) instead hex code.

Text Font Color

.myTextColor { color: #C4D8F5; }

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

This text font color is #C4D8F5.


Background Color

.myBgColor { background-color: #C4D8F5; }

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

This div background color is #C4D8F5.


Border color

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

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

This div border color is #C4D8F5.


Opacity

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

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

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

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

This text has shadow with #C4D8F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D8F5 on black background.


Color preview on white background

This text has color #C4D8F5 on white background.



Black color preview on #C4D8F5 background

This text has black color on #C4D8F5 background.


White color preview on #C4D8F5 background

This text has white color on #C4D8F5 background.