COLOR #C4DDDC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

196
221
220

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

Portions of RGB colors in percentages

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

%30.77
%34.69
%34.54

CMYK color model

#C4DDDC color CMYK value is (11,0,0,13).

  • cyan value is 11.31%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 13.33%
CMYK:
(11,0,0,13)
C11M0Y0K13 
(11%,0%,0%,13%)
(0.11/0.00/0.00/0.13)	

CMYK percentages

%11.31
%0
%0.45
%13.33

Codes

Color #C4DDDC in popluar color models

C4DDDC
RGB196221220
HSL178°26.88%81.76%
HSB/HSV178°11.31%86.67%
CMYK11.31%0.00%0.45%
13.33%

Color #C4DDDC in popluar number systems.

HEXC4DDDC
Decimal196221220
Binary110001001101110111011100
Octal304335334

Shades and tints

Shades of #C4DDDC

#C4DDDC
(196,221,220)
#B3C9C8
(179,201,200)
#A2B5B4
(162,181,180)
#91A1A0
(145,161,160)
#808D8C
(128,141,140)
#6F7978
(111,121,120)
#5E6564
(94,101,100)
#4D5150
(77,81,80)
#3C3D3C
(60,61,60)
#2B2928
(43,41,40)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #C4DDDC

#C4DDDC
(196,221,220)
#C9E0DF
(201,224,223)
#CEE3E2
(206,227,226)
#D3E6E5
(211,230,229)
#D8E9E8
(216,233,232)
#DDECEB
(221,236,235)
#E2EFEE
(226,239,238)
#E7F2F1
(231,242,241)
#ECF5F4
(236,245,244)
#F1F8F7
(241,248,247)
#F6FBFA
(246,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DDDC; }

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

This text font color is #C4DDDC.


Background Color

.myBgColor { background-color: #C4DDDC; }

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

This div background color is #C4DDDC.


Border color

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

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

This div border color is #C4DDDC.


Opacity

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

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

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

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

This text has shadow with #C4DDDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DDDC on black background.


Color preview on white background

This text has color #C4DDDC on white background.



Black color preview on #C4DDDC background

This text has black color on #C4DDDC background.


White color preview on #C4DDDC background

This text has white color on #C4DDDC background.