COLOR #C4D8CB

HEX: #C4D8CB
RGB: (196,216,203)

Color info

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

RGB color model

#C4D8CB color RGB value is (196,216,203).

  • red value is 196;
  • green value is 216;
  • blue value is 203.
RGB:
(196,216,203)
(77%,85%,80%)

RGB channels and saturation

R 196 of 255 = 77%
G 216 of 255 = 85%
B 203 of 255 = 80%

196
216
203

R + G + B ~ 81%. #C4D8CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 216 + 203 = 615 (100%)
R 196 of 615 ~ 31.87%
G 216 of 615 ~ 35.12%
B 203 of 615 ~ 33.01%

%31.87
%35.12
%33.01

CMYK color model

#C4D8CB color CMYK value is (9,0,6,15).

  • cyan value is 9.26%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 15.29%
CMYK:
(9,0,6,15)
C9M0Y6K15 
(9%,0%,6%,15%)
(0.09/0.00/0.06/0.15)	

CMYK percentages

%9.26
%0
%6.02
%15.29

Codes

Color #C4D8CB in popluar color models

C4D8CB
RGB196216203
HSL141°20.41%80.78%
HSB/HSV141°9.26%84.71%
CMYK9.26%0.00%6.02%
15.29%

Color #C4D8CB in popluar number systems.

HEXC4D8CB
Decimal196216203
Binary110001001101100011001011
Octal304330313

Shades and tints

Shades of #C4D8CB

#C4D8CB
(196,216,203)
#B3C5B9
(179,197,185)
#A2B2A7
(162,178,167)
#919F95
(145,159,149)
#808C83
(128,140,131)
#6F7971
(111,121,113)
#5E665F
(94,102,95)
#4D534D
(77,83,77)
#3C403B
(60,64,59)
#2B2D29
(43,45,41)
#1A1A17
(26,26,23)
#000000
(0,0,0)

Tints of #C4D8CB

#C4D8CB
(196,216,203)
#C9DBCF
(201,219,207)
#CEDED3
(206,222,211)
#D3E1D7
(211,225,215)
#D8E4DB
(216,228,219)
#DDE7DF
(221,231,223)
#E2EAE3
(226,234,227)
#E7EDE7
(231,237,231)
#ECF0EB
(236,240,235)
#F1F3EF
(241,243,239)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D8CB color. Also use rgb(196,216,203) instead hex code.

Text Font Color

.myTextColor { color: #C4D8CB; }

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

This text font color is #C4D8CB.


Background Color

.myBgColor { background-color: #C4D8CB; }

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

This div background color is #C4D8CB.


Border color

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

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

This div border color is #C4D8CB.


Opacity

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

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

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

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

This text has shadow with #C4D8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D8CB on black background.


Color preview on white background

This text has color #C4D8CB on white background.



Black color preview on #C4D8CB background

This text has black color on #C4D8CB background.


White color preview on #C4D8CB background

This text has white color on #C4D8CB background.