COLOR #C4DDDF

HEX: #C4DDDF
RGB: (196,221,223)

Color info

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

RGB color model

#C4DDDF color RGB value is (196,221,223).

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

RGB channels and saturation

R 196 of 255 = 77%
G 221 of 255 = 87%
B 223 of 255 = 87%

196
221
223

R + G + B ~ 84%. #C4DDDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 221 + 223 = 640 (100%)
R 196 of 640 ~ 30.63%
G 221 of 640 ~ 34.53%
B 223 of 640 ~ 34.84%

%30.63
%34.53
%34.84

CMYK color model

#C4DDDF color CMYK value is (12,1,0,13).

  • cyan value is 12.11%
  • magenta value is 0.90%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(12,1,0,13)
C12M1Y0K13 
(12%,1%,0%,13%)
(0.12/0.01/0.00/0.13)	

CMYK percentages

%12.11
%0.9
%0
%12.55

Codes

Color #C4DDDF in popluar color models

C4DDDF
RGB196221223
HSL184°29.67%82.16%
HSB/HSV184°12.11%87.45%
CMYK12.11%0.90%0.00%
12.55%

Color #C4DDDF in popluar number systems.

HEXC4DDDF
Decimal196221223
Binary110001001101110111011111
Octal304335337

Shades and tints

Shades of #C4DDDF

#C4DDDF
(196,221,223)
#B3C9CB
(179,201,203)
#A2B5B7
(162,181,183)
#91A1A3
(145,161,163)
#808D8F
(128,141,143)
#6F797B
(111,121,123)
#5E6567
(94,101,103)
#4D5153
(77,81,83)
#3C3D3F
(60,61,63)
#2B292B
(43,41,43)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #C4DDDF

#C4DDDF
(196,221,223)
#C9E0E1
(201,224,225)
#CEE3E3
(206,227,227)
#D3E6E5
(211,230,229)
#D8E9E7
(216,233,231)
#DDECE9
(221,236,233)
#E2EFEB
(226,239,235)
#E7F2ED
(231,242,237)
#ECF5EF
(236,245,239)
#F1F8F1
(241,248,241)
#F6FBF3
(246,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DDDF; }

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

This text font color is #C4DDDF.


Background Color

.myBgColor { background-color: #C4DDDF; }

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

This div background color is #C4DDDF.


Border color

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

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

This div border color is #C4DDDF.


Opacity

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

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

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

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

This text has shadow with #C4DDDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DDDF on black background.


Color preview on white background

This text has color #C4DDDF on white background.



Black color preview on #C4DDDF background

This text has black color on #C4DDDF background.


White color preview on #C4DDDF background

This text has white color on #C4DDDF background.