COLOR #C4DCD8

HEX: #C4DCD8 RGB: (196,220,216)

Color info

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

RGB color model

#C4DCD8 color RGB value is (196,220,216).

RGB: (196,220,216) (77%, 86%, 85%)

RGB channels and saturation

R 196 of 255 = 77%
G 220 of 255 = 86%
B 216 of 255 = 85%

196
220
216

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

Portions of RGB colors in percentages

R + G + B = 196 + 220 + 216 = 632 (100%)
R 196 of 632 ~ 31.01%
G 220 of 632 ~ 34.81%
B 216 of 632 ~ 34.18'%

%31.01
%34.81
%34.18

CMYK color model

#C4DCD8 color CMYK value is (11,0,2,14).

  • cyan value is 10.91%
  • magenta value is 0.00%
  • yellow value is 1.82%
  • key color value is 13.73%

CMYK: (11,0,2,14)
C11M0Y2K14 (11%, 0%, 2%, 14%)
(0.11 / 0.00 / 0.02 / 0.14)

CMYK percentages

%10.91
%0
%1.82
%13.73

Codes

Color #C4DCD8 in popluar color models

C4 DC D8
RGB 196 220 216
HSL 170° 25.53% 81.57%
HSB/HSV 170° 10.91% 86.27%
CMYK 10.91% 0.00% 1.82%
13.73%

Color #C4DCD8 in popluar number systems.

HEX C4 DC D8
Decimal 196 220 216
Binary 11000100 11011100 11011000
Octal 304 334 330

Shades and tints

Shades of #C4DCD8

#C4DCD8
(196,220,216)
#B3C8C5
(179,200,197)
#A2B4B2
(162,180,178)
#91A09F
(145,160,159)
#808C8C
(128,140,140)
#6F7879
(111,120,121)
#5E6466
(94,100,102)
#4D5053
(77,80,83)
#3C3C40
(60,60,64)
#2B282D
(43,40,45)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #C4DCD8

#C4DCD8
(196,220,216)
#C9DFDB
(201,223,219)
#CEE2DE
(206,226,222)
#D3E5E1
(211,229,225)
#D8E8E4
(216,232,228)
#DDEBE7
(221,235,231)
#E2EEEA
(226,238,234)
#E7F1ED
(231,241,237)
#ECF4F0
(236,244,240)
#F1F7F3
(241,247,243)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DCD8; }

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

This text font color is #C4DCD8.

Background Color

.myBgColor { background-color: #C4DCD8; }

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

This div background color is #C4DCD8.

Border color

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

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

This div border color is #C4DCD8.

Opacity

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

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

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

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

This text has shadow with #C4DCD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4DCD8.

Preview

Color preview on black background

This text has color #C4DCD8 on black background.


Color preview on white background

This text has color #C4DCD8 on white background.


Black color preview on #C4DCD8 background

This text has black color on #C4DCD8 background.


White color preview on #C4DCD8 background

This text has white color on #C4DCD8 background.


Related colors

Complementary color

Complementary color for #hex is #3B2327.


I love getcolorcode.com

Triadic colors

1 #D8C4DC and #DCD8C4 with #C4DCD8 are triadic colors.

2 #D8DCC4 and #DCC4D8 with #C4DCD8 are triadic colors.