COLOR #C4D5DA

HEX: #C4D5DA
RGB: (196,213,218)

Renk bilgisi

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

RGB renk modeli

#C4D5DA color RGB value is (196,213,218).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 213 of 255 = 84%
B 218 of 255 = 85%

196
213
218

R + G + B ~ 82%. #C4D5DA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 213 + 218 = 627 (100%)
R 196 of 627 ~ 31.26%
G 213 of 627 ~ 33.97%
B 218 of 627 ~ 34.77%

%31.26
%33.97
%34.77

CMYK RENK MODELİ

#C4D5DA rengi CMYK tonu (10,2,0,15).

  • camgöbeği tonu 10.09%
  • eflatun tonu 2.29%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(10,2,0,15)
C10M2Y0K15 
(10%,2%,0%,15%)
(0.10/0.02/0.00/0.15)	

CMYK yüzdeleri

%10.09
%2.29
%0
%14.51

Codes

Color #C4D5DA in popluar color models

C4D5DA
RGB196213218
HSL194°22.92%81.18%
HSB/HSV194°10.09%85.49%
CMYK10.09%2.29%0.00%
14.51%

Color #C4D5DA in popluar number systems.

HEXC4D5DA
Decimal196213218
Binary110001001101010111011010
Octal304325332

Shades and tints

Shades of #C4D5DA

#C4D5DA
(196,213,218)
#B3C2C7
(179,194,199)
#A2AFB4
(162,175,180)
#919CA1
(145,156,161)
#80898E
(128,137,142)
#6F767B
(111,118,123)
#5E6368
(94,99,104)
#4D5055
(77,80,85)
#3C3D42
(60,61,66)
#2B2A2F
(43,42,47)
#1A171C
(26,23,28)
#000000
(0,0,0)

Tints of #C4D5DA

#C4D5DA
(196,213,218)
#C9D8DD
(201,216,221)
#CEDBE0
(206,219,224)
#D3DEE3
(211,222,227)
#D8E1E6
(216,225,230)
#DDE4E9
(221,228,233)
#E2E7EC
(226,231,236)
#E7EAEF
(231,234,239)
#ECEDF2
(236,237,242)
#F1F0F5
(241,240,245)
#F6F3F8
(246,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D5DA; }

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

This text font color is #C4D5DA.


Background Color

.myBgColor { background-color: #C4D5DA; }

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

This div background color is #C4D5DA.


Border color

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

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

This div border color is #C4D5DA.


Opacity

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

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

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

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

This text has shadow with #C4D5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D5DA on black background.


Color preview on white background

This text has color #C4D5DA on white background.



Black color preview on #C4D5DA background

This text has black color on #C4D5DA background.


White color preview on #C4D5DA background

This text has white color on #C4D5DA background.