COLOR #C4D0DC

HEX: #C4D0DC RGB: (196,208,220)

Color info

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

RGB color model

#C4D0DC color RGB value is (196,208,220).

RGB: (196,208,220) (77%, 82%, 86%)

RGB channels and saturation

R 196 of 255 = 77%
G 208 of 255 = 82%
B 220 of 255 = 86%

196
208
220

R + G + B ~ 82%. #C4D0DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 208 + 220 = 624 (100%)
R 196 of 624 ~ 31.41%
G 208 of 624 ~ 33.33%
B 220 of 624 ~ 35.26'%

%31.41
%33.33
%35.26

CMYK color model

#C4D0DC color CMYK value is (11,5,0,14).

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

CMYK: (11,5,0,14)
C11M5Y0K14 (11%, 5%, 0%, 14%)
(0.11 / 0.05 / 0.00 / 0.14)

CMYK percentages

%10.91
%5.45
%0
%13.73

Codes

Color #C4D0DC in popluar color models

C4 D0 DC
RGB 196 208 220
HSL 210° 25.53% 81.57%
HSB/HSV 210° 10.91% 86.27%
CMYK 10.91% 5.45% 0.00%
13.73%

Color #C4D0DC in popluar number systems.

HEX C4 D0 DC
Decimal 196 208 220
Binary 11000100 11010000 11011100
Octal 304 320 334

Shades and tints

Shades of #C4D0DC

#C4D0DC
(196,208,220)
#B3BEC8
(179,190,200)
#A2ACB4
(162,172,180)
#919AA0
(145,154,160)
#80888C
(128,136,140)
#6F7678
(111,118,120)
#5E6464
(94,100,100)
#4D5250
(77,82,80)
#3C403C
(60,64,60)
#2B2E28
(43,46,40)
#1A1C14
(26,28,20)
#000000
(0,0,0)

Tints of #C4D0DC

#C4D0DC
(196,208,220)
#C9D4DF
(201,212,223)
#CED8E2
(206,216,226)
#D3DCE5
(211,220,229)
#D8E0E8
(216,224,232)
#DDE4EB
(221,228,235)
#E2E8EE
(226,232,238)
#E7ECF1
(231,236,241)
#ECF0F4
(236,240,244)
#F1F4F7
(241,244,247)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D0DC; }

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

This text font color is #C4D0DC.

Background Color

.myBgColor { background-color: #C4D0DC; }

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

This div background color is #C4D0DC.

Border color

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

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

This div border color is #C4D0DC.

Opacity

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

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

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

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

This text has shadow with #C4D0DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4D0DC.

Preview

Color preview on black background

This text has color #C4D0DC on black background.


Color preview on white background

This text has color #C4D0DC on white background.


Black color preview on #C4D0DC background

This text has black color on #C4D0DC background.


White color preview on #C4D0DC background

This text has white color on #C4D0DC background.


Related colors

Complementary color

Complementary color for #hex is #3B2F23.


I love getcolorcode.com

Triadic colors

1 #DCC4D0 and #D0DCC4 with #C4D0DC are triadic colors.

2 #DCD0C4 and #D0C4DC with #C4D0DC are triadic colors.