COLOR #C4DCDB

HEX: #C4DCDB
RGB: (196,220,219)

Color info

#C4DCDB contains red, green and blue colors in about the same proportion. Web safe color of #C4DCDB is #CCCCCC (or #CCC).

RGB color model

#C4DCDB color RGB value is (196,220,219).

  • red value is 196;
  • green value is 220;
  • blue value is 219.
RGB:
(196,220,219)
(77%,86%,86%)

RGB channels and saturation

R 196 of 255 = 77%
G 220 of 255 = 86%
B 219 of 255 = 86%

196
220
219

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

Portions of RGB colors in percentages

R + G + B =
196 + 220 + 219 = 635 (100%)
R 196 of 635 ~ 30.87%
G 220 of 635 ~ 34.65%
B 219 of 635 ~ 34.49%

%30.87
%34.65
%34.49

CMYK color model

#C4DCDB color CMYK value is (11,0,0,14).

  • cyan value is 10.91%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 13.73%
CMYK:
(11,0,0,14)
C11M0Y0K14 
(11%,0%,0%,14%)
(0.11/0.00/0.00/0.14)	

CMYK percentages

%10.91
%0
%0.45
%13.73

Codes

Color #C4DCDB in popluar color models

C4DCDB
RGB196220219
HSL178°25.53%81.57%
HSB/HSV178°10.91%86.27%
CMYK10.91%0.00%0.45%
13.73%

Color #C4DCDB in popluar number systems.

HEXC4DCDB
Decimal196220219
Binary110001001101110011011011
Octal304334333

Shades and tints

Shades of #C4DCDB

#C4DCDB
(196,220,219)
#B3C8C8
(179,200,200)
#A2B4B5
(162,180,181)
#91A0A2
(145,160,162)
#808C8F
(128,140,143)
#6F787C
(111,120,124)
#5E6469
(94,100,105)
#4D5056
(77,80,86)
#3C3C43
(60,60,67)
#2B2830
(43,40,48)
#1A141D
(26,20,29)
#000000
(0,0,0)

Tints of #C4DCDB

#C4DCDB
(196,220,219)
#C9DFDE
(201,223,222)
#CEE2E1
(206,226,225)
#D3E5E4
(211,229,228)
#D8E8E7
(216,232,231)
#DDEBEA
(221,235,234)
#E2EEED
(226,238,237)
#E7F1F0
(231,241,240)
#ECF4F3
(236,244,243)
#F1F7F6
(241,247,246)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DCDB; }

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

This text font color is #C4DCDB.


Background Color

.myBgColor { background-color: #C4DCDB; }

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

This div background color is #C4DCDB.


Border color

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

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

This div border color is #C4DCDB.


Opacity

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

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

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

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

This text has shadow with #C4DCDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DCDB on black background.


Color preview on white background

This text has color #C4DCDB on white background.



Black color preview on #C4DCDB background

This text has black color on #C4DCDB background.


White color preview on #C4DCDB background

This text has white color on #C4DCDB background.