COLOR #C4D6EB

HEX: #C4D6EB
RGB: (196,214,235)

Renk bilgisi

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

RGB renk modeli

#C4D6EB color RGB value is (196,214,235).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 214 of 255 = 84%
B 235 of 255 = 92%

196
214
235

R + G + B ~ 84%. #C4D6EB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 214 + 235 = 645 (100%)
R 196 of 645 ~ 30.39%
G 214 of 645 ~ 33.18%
B 235 of 645 ~ 36.43%

%30.39
%33.18
%36.43

CMYK RENK MODELİ

#C4D6EB rengi CMYK tonu (17,9,0,8).

  • camgöbeği tonu 16.60%
  • eflatun tonu 8.94%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(17,9,0,8)
C17M9Y0K8 
(17%,9%,0%,8%)
(0.17/0.09/0.00/0.08)	

CMYK yüzdeleri

%16.6
%8.94
%0
%7.84

Codes

Color #C4D6EB in popluar color models

C4D6EB
RGB196214235
HSL212°49.37%84.51%
HSB/HSV212°16.60%92.16%
CMYK16.60%8.94%0.00%
7.84%

Color #C4D6EB in popluar number systems.

HEXC4D6EB
Decimal196214235
Binary110001001101011011101011
Octal304326353

Shades and tints

Shades of #C4D6EB

#C4D6EB
(196,214,235)
#B3C3D6
(179,195,214)
#A2B0C1
(162,176,193)
#919DAC
(145,157,172)
#808A97
(128,138,151)
#6F7782
(111,119,130)
#5E646D
(94,100,109)
#4D5158
(77,81,88)
#3C3E43
(60,62,67)
#2B2B2E
(43,43,46)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #C4D6EB

#C4D6EB
(196,214,235)
#C9D9EC
(201,217,236)
#CEDCED
(206,220,237)
#D3DFEE
(211,223,238)
#D8E2EF
(216,226,239)
#DDE5F0
(221,229,240)
#E2E8F1
(226,232,241)
#E7EBF2
(231,235,242)
#ECEEF3
(236,238,243)
#F1F1F4
(241,241,244)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D6EB; }

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

This text font color is #C4D6EB.


Background Color

.myBgColor { background-color: #C4D6EB; }

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

This div background color is #C4D6EB.


Border color

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

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

This div border color is #C4D6EB.


Opacity

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

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

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

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

This text has shadow with #C4D6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D6EB on black background.


Color preview on white background

This text has color #C4D6EB on white background.



Black color preview on #C4D6EB background

This text has black color on #C4D6EB background.


White color preview on #C4D6EB background

This text has white color on #C4D6EB background.