COLOR #C4D0CC

HEX: #C4D0CC
RGB: (196,208,204)

Color info

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

RGB color model

#C4D0CC color RGB value is (196,208,204).

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

RGB channels and saturation

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

196
208
204

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

Portions of RGB colors in percentages

R + G + B =
196 + 208 + 204 = 608 (100%)
R 196 of 608 ~ 32.24%
G 208 of 608 ~ 34.21%
B 204 of 608 ~ 33.55%

%32.24
%34.21
%33.55

CMYK color model

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

  • cyan value is 5.77%
  • magenta value is 0.00%
  • yellow value is 1.92%
  • 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
%1.92
%18.43

Codes

Color #C4D0CC in popluar color models

C4D0CC
RGB196208204
HSL160°11.32%79.22%
HSB/HSV160°5.77%81.57%
CMYK5.77%0.00%1.92%
18.43%

Color #C4D0CC in popluar number systems.

HEXC4D0CC
Decimal196208204
Binary110001001101000011001100
Octal304320314

Shades and tints

Shades of #C4D0CC

#C4D0CC
(196,208,204)
#B3BEBA
(179,190,186)
#A2ACA8
(162,172,168)
#919A96
(145,154,150)
#808884
(128,136,132)
#6F7672
(111,118,114)
#5E6460
(94,100,96)
#4D524E
(77,82,78)
#3C403C
(60,64,60)
#2B2E2A
(43,46,42)
#1A1C18
(26,28,24)
#000000
(0,0,0)

Tints of #C4D0CC

#C4D0CC
(196,208,204)
#C9D4D0
(201,212,208)
#CED8D4
(206,216,212)
#D3DCD8
(211,220,216)
#D8E0DC
(216,224,220)
#DDE4E0
(221,228,224)
#E2E8E4
(226,232,228)
#E7ECE8
(231,236,232)
#ECF0EC
(236,240,236)
#F1F4F0
(241,244,240)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D0CC; }

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

This text font color is #C4D0CC.


Background Color

.myBgColor { background-color: #C4D0CC; }

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

This div background color is #C4D0CC.


Border color

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

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

This div border color is #C4D0CC.


Opacity

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

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

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

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

This text has shadow with #C4D0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D0CC on black background.


Color preview on white background

This text has color #C4D0CC on white background.



Black color preview on #C4D0CC background

This text has black color on #C4D0CC background.


White color preview on #C4D0CC background

This text has white color on #C4D0CC background.