COLOR #C4D9EC

HEX: #C4D9EC
RGB: (196,217,236)

Renk bilgisi

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

RGB renk modeli

#C4D9EC color RGB value is (196,217,236).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 217 of 255 = 85%
B 236 of 255 = 93%

196
217
236

R + G + B ~ 85%. #C4D9EC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 217 + 236 = 649 (100%)
R 196 of 649 ~ 30.2%
G 217 of 649 ~ 33.44%
B 236 of 649 ~ 36.36%

%30.2
%33.44
%36.36

CMYK RENK MODELİ

#C4D9EC rengi CMYK tonu (17,8,0,7).

  • camgöbeği tonu 16.95%
  • eflatun tonu 8.05%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(17,8,0,7)
C17M8Y0K7 
(17%,8%,0%,7%)
(0.17/0.08/0.00/0.07)	

CMYK yüzdeleri

%16.95
%8.05
%0
%7.45

Codes

Color #C4D9EC in popluar color models

C4D9EC
RGB196217236
HSL209°51.28%84.71%
HSB/HSV209°16.95%92.55%
CMYK16.95%8.05%0.00%
7.45%

Color #C4D9EC in popluar number systems.

HEXC4D9EC
Decimal196217236
Binary110001001101100111101100
Octal304331354

Shades and tints

Shades of #C4D9EC

#C4D9EC
(196,217,236)
#B3C6D7
(179,198,215)
#A2B3C2
(162,179,194)
#91A0AD
(145,160,173)
#808D98
(128,141,152)
#6F7A83
(111,122,131)
#5E676E
(94,103,110)
#4D5459
(77,84,89)
#3C4144
(60,65,68)
#2B2E2F
(43,46,47)
#1A1B1A
(26,27,26)
#000000
(0,0,0)

Tints of #C4D9EC

#C4D9EC
(196,217,236)
#C9DCED
(201,220,237)
#CEDFEE
(206,223,238)
#D3E2EF
(211,226,239)
#D8E5F0
(216,229,240)
#DDE8F1
(221,232,241)
#E2EBF2
(226,235,242)
#E7EEF3
(231,238,243)
#ECF1F4
(236,241,244)
#F1F4F5
(241,244,245)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D9EC; }

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

This text font color is #C4D9EC.


Background Color

.myBgColor { background-color: #C4D9EC; }

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

This div background color is #C4D9EC.


Border color

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

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

This div border color is #C4D9EC.


Opacity

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

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

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

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

This text has shadow with #C4D9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D9EC on black background.


Color preview on white background

This text has color #C4D9EC on white background.



Black color preview on #C4D9EC background

This text has black color on #C4D9EC background.


White color preview on #C4D9EC background

This text has white color on #C4D9EC background.