COLOR #C4DCDD

HEX: #C4DCDD
RGB: (196,220,221)

Renk bilgisi

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

RGB renk modeli

#C4DCDD color RGB value is (196,220,221).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 220 of 255 = 86%
B 221 of 255 = 87%

196
220
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 220 + 221 = 637 (100%)
R 196 of 637 ~ 30.77%
G 220 of 637 ~ 34.54%
B 221 of 637 ~ 34.69%

%30.77
%34.54
%34.69

CMYK RENK MODELİ

#C4DCDD rengi CMYK tonu (11,0,0,13).

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

CMYK yüzdeleri

%11.31
%0.45
%0
%13.33

Codes

Color #C4DCDD in popluar color models

C4DCDD
RGB196220221
HSL182°26.88%81.76%
HSB/HSV182°11.31%86.67%
CMYK11.31%0.45%0.00%
13.33%

Color #C4DCDD in popluar number systems.

HEXC4DCDD
Decimal196220221
Binary110001001101110011011101
Octal304334335

Shades and tints

Shades of #C4DCDD

#C4DCDD
(196,220,221)
#B3C8C9
(179,200,201)
#A2B4B5
(162,180,181)
#91A0A1
(145,160,161)
#808C8D
(128,140,141)
#6F7879
(111,120,121)
#5E6465
(94,100,101)
#4D5051
(77,80,81)
#3C3C3D
(60,60,61)
#2B2829
(43,40,41)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #C4DCDD

#C4DCDD
(196,220,221)
#C9DFE0
(201,223,224)
#CEE2E3
(206,226,227)
#D3E5E6
(211,229,230)
#D8E8E9
(216,232,233)
#DDEBEC
(221,235,236)
#E2EEEF
(226,238,239)
#E7F1F2
(231,241,242)
#ECF4F5
(236,244,245)
#F1F7F8
(241,247,248)
#F6FAFB
(246,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DCDD; }

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

This text font color is #C4DCDD.


Background Color

.myBgColor { background-color: #C4DCDD; }

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

This div background color is #C4DCDD.


Border color

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

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

This div border color is #C4DCDD.


Opacity

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

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

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

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

This text has shadow with #C4DCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DCDD on black background.


Color preview on white background

This text has color #C4DCDD on white background.



Black color preview on #C4DCDD background

This text has black color on #C4DCDD background.


White color preview on #C4DCDD background

This text has white color on #C4DCDD background.