COLOR #C4D9DB

HEX: #C4D9DB
RGB: (196,217,219)

Renk bilgisi

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

RGB renk modeli

#C4D9DB color RGB value is (196,217,219).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 217 of 255 = 85%
B 219 of 255 = 86%

196
217
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 217 + 219 = 632 (100%)
R 196 of 632 ~ 31.01%
G 217 of 632 ~ 34.34%
B 219 of 632 ~ 34.65%

%31.01
%34.34
%34.65

CMYK RENK MODELİ

#C4D9DB rengi CMYK tonu (11,1,0,14).

  • camgöbeği tonu 10.50%
  • eflatun tonu 0.91%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(11,1,0,14)
C11M1Y0K14 
(11%,1%,0%,14%)
(0.11/0.01/0.00/0.14)	

CMYK yüzdeleri

%10.5
%0.91
%0
%14.12

Codes

Color #C4D9DB in popluar color models

C4D9DB
RGB196217219
HSL185°24.21%81.37%
HSB/HSV185°10.50%85.88%
CMYK10.50%0.91%0.00%
14.12%

Color #C4D9DB in popluar number systems.

HEXC4D9DB
Decimal196217219
Binary110001001101100111011011
Octal304331333

Shades and tints

Shades of #C4D9DB

#C4D9DB
(196,217,219)
#B3C6C8
(179,198,200)
#A2B3B5
(162,179,181)
#91A0A2
(145,160,162)
#808D8F
(128,141,143)
#6F7A7C
(111,122,124)
#5E6769
(94,103,105)
#4D5456
(77,84,86)
#3C4143
(60,65,67)
#2B2E30
(43,46,48)
#1A1B1D
(26,27,29)
#000000
(0,0,0)

Tints of #C4D9DB

#C4D9DB
(196,217,219)
#C9DCDE
(201,220,222)
#CEDFE1
(206,223,225)
#D3E2E4
(211,226,228)
#D8E5E7
(216,229,231)
#DDE8EA
(221,232,234)
#E2EBED
(226,235,237)
#E7EEF0
(231,238,240)
#ECF1F3
(236,241,243)
#F1F4F6
(241,244,246)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D9DB; }

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

This text font color is #C4D9DB.


Background Color

.myBgColor { background-color: #C4D9DB; }

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

This div background color is #C4D9DB.


Border color

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

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

This div border color is #C4D9DB.


Opacity

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

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

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

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

This text has shadow with #C4D9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D9DB on black background.


Color preview on white background

This text has color #C4D9DB on white background.



Black color preview on #C4D9DB background

This text has black color on #C4D9DB background.


White color preview on #C4D9DB background

This text has white color on #C4D9DB background.