COLOR #C4DDDD

HEX: #C4DDDD RGB: (196,221,221)

Color info

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

RGB color model

#C4DDDD color RGB value is (196,221,221).

RGB: (196,221,221) (77%, 87%, 87%)

RGB channels and saturation

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

196
221
221

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

Portions of RGB colors in percentages

R + G + B = 196 + 221 + 221 = 638 (100%)
R 196 of 638 ~ 30.72%
G 221 of 638 ~ 34.64%
B 221 of 638 ~ 34.64'%

%30.72
%34.64
%34.64

CMYK color model

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

  • cyan value is 11.31%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • 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
%13.33

Codes

Color #C4DDDD in popluar color models

C4 DD DD
RGB 196 221 221
HSL 180° 26.88% 81.76%
HSB/HSV 180° 11.31% 86.67%
CMYK 11.31% 0.00% 0.00%
13.33%

Color #C4DDDD in popluar number systems.

HEX C4 DD DD
Decimal 196 221 221
Binary 11000100 11011101 11011101
Octal 304 335 335

Shades and tints

Shades of #C4DDDD

#C4DDDD
(196,221,221)
#B3C9C9
(179,201,201)
#A2B5B5
(162,181,181)
#91A1A1
(145,161,161)
#808D8D
(128,141,141)
#6F7979
(111,121,121)
#5E6565
(94,101,101)
#4D5151
(77,81,81)
#3C3D3D
(60,61,61)
#2B2929
(43,41,41)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #C4DDDD

#C4DDDD
(196,221,221)
#C9E0E0
(201,224,224)
#CEE3E3
(206,227,227)
#D3E6E6
(211,230,230)
#D8E9E9
(216,233,233)
#DDECEC
(221,236,236)
#E2EFEF
(226,239,239)
#E7F2F2
(231,242,242)
#ECF5F5
(236,245,245)
#F1F8F8
(241,248,248)
#F6FBFB
(246,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DDDD; }

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

This text font color is #C4DDDD.

Background Color

.myBgColor { background-color: #C4DDDD; }

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

This div background color is #C4DDDD.

Border color

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

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

This div border color is #C4DDDD.

Opacity

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

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

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

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

This text has shadow with #C4DDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4DDDD.

Preview

Color preview on black background

This text has color #C4DDDD on black background.


Color preview on white background

This text has color #C4DDDD on white background.


Black color preview on #C4DDDD background

This text has black color on #C4DDDD background.


White color preview on #C4DDDD background

This text has white color on #C4DDDD background.


Related colors

Complementary color

Complementary color for #hex is #3B2222.


I love getcolorcode.com