COLOR #C4D0CB

HEX: #C4D0CB
RGB: (196,208,203)

Color info

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

RGB color model

#C4D0CB color RGB value is (196,208,203).

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

RGB channels and saturation

R 196 of 255 = 77%
G 208 of 255 = 82%
B 203 of 255 = 80%

196
208
203

R + G + B ~ 80%. #C4D0CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 208 + 203 = 607 (100%)
R 196 of 607 ~ 32.29%
G 208 of 607 ~ 34.27%
B 203 of 607 ~ 33.44%

%32.29
%34.27
%33.44

CMYK color model

#C4D0CB color CMYK value is (6,0,2,18).

  • cyan value is 5.77%
  • magenta value is 0.00%
  • yellow value is 2.40%
  • key color value is 18.43%
CMYK:
(6,0,2,18)
C6M0Y2K18 
(6%,0%,2%,18%)
(0.06/0.00/0.02/0.18)	

CMYK percentages

%5.77
%0
%2.4
%18.43

Codes

Color #C4D0CB in popluar color models

C4D0CB
RGB196208203
HSL155°11.32%79.22%
HSB/HSV155°5.77%81.57%
CMYK5.77%0.00%2.40%
18.43%

Color #C4D0CB in popluar number systems.

HEXC4D0CB
Decimal196208203
Binary110001001101000011001011
Octal304320313

Shades and tints

Shades of #C4D0CB

#C4D0CB
(196,208,203)
#B3BEB9
(179,190,185)
#A2ACA7
(162,172,167)
#919A95
(145,154,149)
#808883
(128,136,131)
#6F7671
(111,118,113)
#5E645F
(94,100,95)
#4D524D
(77,82,77)
#3C403B
(60,64,59)
#2B2E29
(43,46,41)
#1A1C17
(26,28,23)
#000000
(0,0,0)

Tints of #C4D0CB

#C4D0CB
(196,208,203)
#C9D4CF
(201,212,207)
#CED8D3
(206,216,211)
#D3DCD7
(211,220,215)
#D8E0DB
(216,224,219)
#DDE4DF
(221,228,223)
#E2E8E3
(226,232,227)
#E7ECE7
(231,236,231)
#ECF0EB
(236,240,235)
#F1F4EF
(241,244,239)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D0CB; }

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

This text font color is #C4D0CB.


Background Color

.myBgColor { background-color: #C4D0CB; }

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

This div background color is #C4D0CB.


Border color

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

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

This div border color is #C4D0CB.


Opacity

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

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

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

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

This text has shadow with #C4D0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D0CB on black background.


Color preview on white background

This text has color #C4D0CB on white background.



Black color preview on #C4D0CB background

This text has black color on #C4D0CB background.


White color preview on #C4D0CB background

This text has white color on #C4D0CB background.