COLOR #C4D2DB

HEX: #C4D2DB RGB: (196,210,219)

Color info

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

RGB color model

#C4D2DB color RGB value is (196,210,219).

RGB: (196,210,219) (77%, 82%, 86%)

RGB channels and saturation

R 196 of 255 = 77%
G 210 of 255 = 82%
B 219 of 255 = 86%

196
210
219

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

Portions of RGB colors in percentages

R + G + B = 196 + 210 + 219 = 625 (100%)
R 196 of 625 ~ 31.36%
G 210 of 625 ~ 33.6%
B 219 of 625 ~ 35.04'%

%31.36
%33.6
%35.04

CMYK color model

#C4D2DB color CMYK value is (11,4,0,14).

  • cyan value is 10.50%
  • magenta value is 4.11%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (11,4,0,14)
C11M4Y0K14 (11%, 4%, 0%, 14%)
(0.11 / 0.04 / 0.00 / 0.14)

CMYK percentages

%10.5
%4.11
%0
%14.12

Codes

Color #C4D2DB in popluar color models

C4 D2 DB
RGB 196 210 219
HSL 203° 24.21% 81.37%
HSB/HSV 203° 10.50% 85.88%
CMYK 10.50% 4.11% 0.00%
14.12%

Color #C4D2DB in popluar number systems.

HEX C4 D2 DB
Decimal 196 210 219
Binary 11000100 11010010 11011011
Octal 304 322 333

Shades and tints

Shades of #C4D2DB

#C4D2DB
(196,210,219)
#B3BFC8
(179,191,200)
#A2ACB5
(162,172,181)
#9199A2
(145,153,162)
#80868F
(128,134,143)
#6F737C
(111,115,124)
#5E6069
(94,96,105)
#4D4D56
(77,77,86)
#3C3A43
(60,58,67)
#2B2730
(43,39,48)
#1A141D
(26,20,29)
#000000
(0,0,0)

Tints of #C4D2DB

#C4D2DB
(196,210,219)
#C9D6DE
(201,214,222)
#CEDAE1
(206,218,225)
#D3DEE4
(211,222,228)
#D8E2E7
(216,226,231)
#DDE6EA
(221,230,234)
#E2EAED
(226,234,237)
#E7EEF0
(231,238,240)
#ECF2F3
(236,242,243)
#F1F6F6
(241,246,246)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D2DB; }

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

This text font color is #C4D2DB.

Background Color

.myBgColor { background-color: #C4D2DB; }

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

This div background color is #C4D2DB.

Border color

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

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

This div border color is #C4D2DB.

Opacity

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

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

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

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

This text has shadow with #C4D2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4D2DB.

Preview

Color preview on black background

This text has color #C4D2DB on black background.


Color preview on white background

This text has color #C4D2DB on white background.


Black color preview on #C4D2DB background

This text has black color on #C4D2DB background.


White color preview on #C4D2DB background

This text has white color on #C4D2DB background.


Related colors

Complementary color

Complementary color for #hex is #3B2D24.


I love getcolorcode.com

Triadic colors

1 #DBC4D2 and #D2DBC4 with #C4D2DB are triadic colors.

2 #DBD2C4 and #D2C4DB with #C4D2DB are triadic colors.