COLOR #CCD3DB

HEX: #CCD3DB
RGB: (204,211,219)

Color info

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

RGB color model

#CCD3DB color RGB value is (204,211,219).

  • red value is 204;
  • green value is 211;
  • blue value is 219.
RGB:
(204,211,219)
(80%,83%,86%)

RGB channels and saturation

R 204 of 255 = 80%
G 211 of 255 = 83%
B 219 of 255 = 86%

204
211
219

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

Portions of RGB colors in percentages

R + G + B =
204 + 211 + 219 = 634 (100%)
R 204 of 634 ~ 32.18%
G 211 of 634 ~ 33.28%
B 219 of 634 ~ 34.54%

%32.18
%33.28
%34.54

CMYK color model

#CCD3DB color CMYK value is (7,4,0,14).

  • cyan value is 6.85%
  • magenta value is 3.65%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(7,4,0,14)
C7M4Y0K14 
(7%,4%,0%,14%)
(0.07/0.04/0.00/0.14)	

CMYK percentages

%6.85
%3.65
%0
%14.12

Codes

Color #CCD3DB in popluar color models

CCD3DB
RGB204211219
HSL212°17.24%82.94%
HSB/HSV212°6.85%85.88%
CMYK6.85%3.65%0.00%
14.12%

Color #CCD3DB in popluar number systems.

HEXCCD3DB
Decimal204211219
Binary110011001101001111011011
Octal314323333

Shades and tints

Shades of #CCD3DB

#CCD3DB
(204,211,219)
#BAC0C8
(186,192,200)
#A8ADB5
(168,173,181)
#969AA2
(150,154,162)
#84878F
(132,135,143)
#72747C
(114,116,124)
#606169
(96,97,105)
#4E4E56
(78,78,86)
#3C3B43
(60,59,67)
#2A2830
(42,40,48)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #CCD3DB

#CCD3DB
(204,211,219)
#D0D7DE
(208,215,222)
#D4DBE1
(212,219,225)
#D8DFE4
(216,223,228)
#DCE3E7
(220,227,231)
#E0E7EA
(224,231,234)
#E4EBED
(228,235,237)
#E8EFF0
(232,239,240)
#ECF3F3
(236,243,243)
#F0F7F6
(240,247,246)
#F4FBF9
(244,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD3DB color. Also use rgb(204,211,219) instead hex code.

Text Font Color

.myTextColor { color: #CCD3DB; }

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

This text font color is #CCD3DB.


Background Color

.myBgColor { background-color: #CCD3DB; }

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

This div background color is #CCD3DB.


Border color

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

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

This div border color is #CCD3DB.


Opacity

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

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

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

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

This text has shadow with #CCD3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD3DB on black background.


Color preview on white background

This text has color #CCD3DB on white background.



Black color preview on #CCD3DB background

This text has black color on #CCD3DB background.


White color preview on #CCD3DB background

This text has white color on #CCD3DB background.