COLOR #C4CCD6

HEX: #C4CCD6
RGB: (196,204,214)

Renk bilgisi

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

RGB renk modeli

#C4CCD6 color RGB value is (196,204,214).

  • kırmız ton 196;
  • yeşil ton 204;
  • mavi ton 214.
RGB:
(196,204,214)
(77%,80%,84%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 204 of 255 = 80%
B 214 of 255 = 84%

196
204
214

R + G + B ~ 80%. #C4CCD6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 204 + 214 = 614 (100%)
R 196 of 614 ~ 31.92%
G 204 of 614 ~ 33.22%
B 214 of 614 ~ 34.85%

%31.92
%33.22
%34.85

CMYK RENK MODELİ

#C4CCD6 rengi CMYK tonu (8,5,0,16).

  • camgöbeği tonu 8.41%
  • eflatun tonu 4.67%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(8,5,0,16)
C8M5Y0K16 
(8%,5%,0%,16%)
(0.08/0.05/0.00/0.16)	

CMYK yüzdeleri

%8.41
%4.67
%0
%16.08

Codes

Color #C4CCD6 in popluar color models

C4CCD6
RGB196204214
HSL213°18.00%80.39%
HSB/HSV213°8.41%83.92%
CMYK8.41%4.67%0.00%
16.08%

Color #C4CCD6 in popluar number systems.

HEXC4CCD6
Decimal196204214
Binary110001001100110011010110
Octal304314326

Shades and tints

Shades of #C4CCD6

#C4CCD6
(196,204,214)
#B3BAC3
(179,186,195)
#A2A8B0
(162,168,176)
#91969D
(145,150,157)
#80848A
(128,132,138)
#6F7277
(111,114,119)
#5E6064
(94,96,100)
#4D4E51
(77,78,81)
#3C3C3E
(60,60,62)
#2B2A2B
(43,42,43)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #C4CCD6

#C4CCD6
(196,204,214)
#C9D0D9
(201,208,217)
#CED4DC
(206,212,220)
#D3D8DF
(211,216,223)
#D8DCE2
(216,220,226)
#DDE0E5
(221,224,229)
#E2E4E8
(226,228,232)
#E7E8EB
(231,232,235)
#ECECEE
(236,236,238)
#F1F0F1
(241,240,241)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4CCD6 color. Also use rgb(196,204,214) instead hex code.

Text Font Color

.myTextColor { color: #C4CCD6; }

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

This text font color is #C4CCD6.


Background Color

.myBgColor { background-color: #C4CCD6; }

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

This div background color is #C4CCD6.


Border color

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

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

This div border color is #C4CCD6.


Opacity

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

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

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

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

This text has shadow with #C4CCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CCD6 on black background.


Color preview on white background

This text has color #C4CCD6 on white background.



Black color preview on #C4CCD6 background

This text has black color on #C4CCD6 background.


White color preview on #C4CCD6 background

This text has white color on #C4CCD6 background.