COLOR #C4D9DD

HEX: #C4D9DD
RGB: (196,217,221)

Renk bilgisi

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

RGB renk modeli

#C4D9DD color RGB value is (196,217,221).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 217 of 255 = 85%
B 221 of 255 = 87%

196
217
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 217 + 221 = 634 (100%)
R 196 of 634 ~ 30.91%
G 217 of 634 ~ 34.23%
B 221 of 634 ~ 34.86%

%30.91
%34.23
%34.86

CMYK RENK MODELİ

#C4D9DD rengi CMYK tonu (11,2,0,13).

  • camgöbeği tonu 11.31%
  • eflatun tonu 1.81%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(11,2,0,13)
C11M2Y0K13 
(11%,2%,0%,13%)
(0.11/0.02/0.00/0.13)	

CMYK yüzdeleri

%11.31
%1.81
%0
%13.33

Codes

Color #C4D9DD in popluar color models

C4D9DD
RGB196217221
HSL190°26.88%81.76%
HSB/HSV190°11.31%86.67%
CMYK11.31%1.81%0.00%
13.33%

Color #C4D9DD in popluar number systems.

HEXC4D9DD
Decimal196217221
Binary110001001101100111011101
Octal304331335

Shades and tints

Shades of #C4D9DD

#C4D9DD
(196,217,221)
#B3C6C9
(179,198,201)
#A2B3B5
(162,179,181)
#91A0A1
(145,160,161)
#808D8D
(128,141,141)
#6F7A79
(111,122,121)
#5E6765
(94,103,101)
#4D5451
(77,84,81)
#3C413D
(60,65,61)
#2B2E29
(43,46,41)
#1A1B15
(26,27,21)
#000000
(0,0,0)

Tints of #C4D9DD

#C4D9DD
(196,217,221)
#C9DCE0
(201,220,224)
#CEDFE3
(206,223,227)
#D3E2E6
(211,226,230)
#D8E5E9
(216,229,233)
#DDE8EC
(221,232,236)
#E2EBEF
(226,235,239)
#E7EEF2
(231,238,242)
#ECF1F5
(236,241,245)
#F1F4F8
(241,244,248)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D9DD; }

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

This text font color is #C4D9DD.


Background Color

.myBgColor { background-color: #C4D9DD; }

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

This div background color is #C4D9DD.


Border color

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

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

This div border color is #C4D9DD.


Opacity

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

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

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

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

This text has shadow with #C4D9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D9DD on black background.


Color preview on white background

This text has color #C4D9DD on white background.



Black color preview on #C4D9DD background

This text has black color on #C4D9DD background.


White color preview on #C4D9DD background

This text has white color on #C4D9DD background.