COLOR #C4DEDE

HEX: #C4DEDE RGB: (196,222,222)

Color info

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

RGB color model

#C4DEDE color RGB value is (196,222,222).

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

RGB channels and saturation

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

196
222
222

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

Portions of RGB colors in percentages

R + G + B = 196 + 222 + 222 = 640 (100%)
R 196 of 640 ~ 30.63%
G 222 of 640 ~ 34.69%
B 222 of 640 ~ 34.69'%

%30.63
%34.69
%34.69

CMYK color model

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

  • cyan value is 11.71%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (12,0,0,13)
C12M0Y0K13 (12%, 0%, 0%, 13%)
(0.12 / 0.00 / 0.00 / 0.13)

CMYK percentages

%11.71
%0
%0
%12.94

Codes

Color #C4DEDE in popluar color models

C4 DE DE
RGB 196 222 222
HSL 180° 28.26% 81.96%
HSB/HSV 180° 11.71% 87.06%
CMYK 11.71% 0.00% 0.00%
12.94%

Color #C4DEDE in popluar number systems.

HEX C4 DE DE
Decimal 196 222 222
Binary 11000100 11011110 11011110
Octal 304 336 336

Shades and tints

Shades of #C4DEDE

#C4DEDE
(196,222,222)
#B3CACA
(179,202,202)
#A2B6B6
(162,182,182)
#91A2A2
(145,162,162)
#808E8E
(128,142,142)
#6F7A7A
(111,122,122)
#5E6666
(94,102,102)
#4D5252
(77,82,82)
#3C3E3E
(60,62,62)
#2B2A2A
(43,42,42)
#1A1616
(26,22,22)
#000000
(0,0,0)

Tints of #C4DEDE

#C4DEDE
(196,222,222)
#C9E1E1
(201,225,225)
#CEE4E4
(206,228,228)
#D3E7E7
(211,231,231)
#D8EAEA
(216,234,234)
#DDEDED
(221,237,237)
#E2F0F0
(226,240,240)
#E7F3F3
(231,243,243)
#ECF6F6
(236,246,246)
#F1F9F9
(241,249,249)
#F6FCFC
(246,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DEDE; }

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

This text font color is #C4DEDE.

Background Color

.myBgColor { background-color: #C4DEDE; }

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

This div background color is #C4DEDE.

Border color

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

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

This div border color is #C4DEDE.

Opacity

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

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

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

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

This text has shadow with #C4DEDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4DEDE.

Preview

Color preview on black background

This text has color #C4DEDE on black background.


Color preview on white background

This text has color #C4DEDE on white background.


Black color preview on #C4DEDE background

This text has black color on #C4DEDE background.


White color preview on #C4DEDE background

This text has white color on #C4DEDE background.


Related colors

Complementary color

Complementary color for #hex is #3B2121.


I love getcolorcode.com