COLOR #C4DAE1

HEX: #C4DAE1
RGB: (196,218,225)

Renk bilgisi

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

RGB renk modeli

#C4DAE1 color RGB value is (196,218,225).

  • kırmız ton 196;
  • yeşil ton 218;
  • mavi ton 225.
RGB:
(196,218,225)
(77%,85%,88%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 218 of 255 = 85%
B 225 of 255 = 88%

196
218
225

R + G + B ~ 83%. #C4DAE1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 218 + 225 = 639 (100%)
R 196 of 639 ~ 30.67%
G 218 of 639 ~ 34.12%
B 225 of 639 ~ 35.21%

%30.67
%34.12
%35.21

CMYK RENK MODELİ

#C4DAE1 rengi CMYK tonu (13,3,0,12).

  • camgöbeği tonu 12.89%
  • eflatun tonu 3.11%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(13,3,0,12)
C13M3Y0K12 
(13%,3%,0%,12%)
(0.13/0.03/0.00/0.12)	

CMYK yüzdeleri

%12.89
%3.11
%0
%11.76

Codes

Color #C4DAE1 in popluar color models

C4DAE1
RGB196218225
HSL194°32.58%82.55%
HSB/HSV194°12.89%88.24%
CMYK12.89%3.11%0.00%
11.76%

Color #C4DAE1 in popluar number systems.

HEXC4DAE1
Decimal196218225
Binary110001001101101011100001
Octal304332341

Shades and tints

Shades of #C4DAE1

#C4DAE1
(196,218,225)
#B3C7CD
(179,199,205)
#A2B4B9
(162,180,185)
#91A1A5
(145,161,165)
#808E91
(128,142,145)
#6F7B7D
(111,123,125)
#5E6869
(94,104,105)
#4D5555
(77,85,85)
#3C4241
(60,66,65)
#2B2F2D
(43,47,45)
#1A1C19
(26,28,25)
#000000
(0,0,0)

Tints of #C4DAE1

#C4DAE1
(196,218,225)
#C9DDE3
(201,221,227)
#CEE0E5
(206,224,229)
#D3E3E7
(211,227,231)
#D8E6E9
(216,230,233)
#DDE9EB
(221,233,235)
#E2ECED
(226,236,237)
#E7EFEF
(231,239,239)
#ECF2F1
(236,242,241)
#F1F5F3
(241,245,243)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4DAE1 color. Also use rgb(196,218,225) instead hex code.

Text Font Color

.myTextColor { color: #C4DAE1; }

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

This text font color is #C4DAE1.


Background Color

.myBgColor { background-color: #C4DAE1; }

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

This div background color is #C4DAE1.


Border color

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

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

This div border color is #C4DAE1.


Opacity

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

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

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

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

This text has shadow with #C4DAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DAE1 on black background.


Color preview on white background

This text has color #C4DAE1 on white background.



Black color preview on #C4DAE1 background

This text has black color on #C4DAE1 background.


White color preview on #C4DAE1 background

This text has white color on #C4DAE1 background.