COLOR #CCDBF1

HEX: #CCDBF1 RGB: (204,219,241)

Color info

#CCDBF1 contains red, green and blue colors in about the same proportion. Web safe color of #CCDBF1 is #CCCCFF (or #CCF).

RGB color model

#CCDBF1 color RGB value is (204,219,241).

RGB: (204,219,241) (80%, 86%, 95%)

RGB channels and saturation

R 204 of 255 = 80%
G 219 of 255 = 86%
B 241 of 255 = 95%

204
219
241

R + G + B ~ 87%. #CCDBF1 is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 219 + 241 = 664 (100%)
R 204 of 664 ~ 30.72%
G 219 of 664 ~ 32.98%
B 241 of 664 ~ 36.3'%

%30.72
%32.98
%36.3

CMYK color model

#CCDBF1 color CMYK value is (15,9,0,5).

  • cyan value is 15.35%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (15,9,0,5)
C15M9Y0K5 (15%, 9%, 0%, 5%)
(0.15 / 0.09 / 0.00 / 0.05)

CMYK percentages

%15.35
%9.13
%0
%5.49

Codes

Color #CCDBF1 in popluar color models

CC DB F1
RGB 204 219 241
HSL 216° 56.92% 87.25%
HSB/HSV 216° 15.35% 94.51%
CMYK 15.35% 9.13% 0.00%
5.49%

Color #CCDBF1 in popluar number systems.

HEX CC DB F1
Decimal 204 219 241
Binary 11001100 11011011 11110001
Octal 314 333 361

Shades and tints

Shades of #CCDBF1

#CCDBF1
(204,219,241)
#BAC8DC
(186,200,220)
#A8B5C7
(168,181,199)
#96A2B2
(150,162,178)
#848F9D
(132,143,157)
#727C88
(114,124,136)
#606973
(96,105,115)
#4E565E
(78,86,94)
#3C4349
(60,67,73)
#2A3034
(42,48,52)
#181D1F
(24,29,31)
#000000
(0,0,0)

Tints of #CCDBF1

#CCDBF1
(204,219,241)
#D0DEF2
(208,222,242)
#D4E1F3
(212,225,243)
#D8E4F4
(216,228,244)
#DCE7F5
(220,231,245)
#E0EAF6
(224,234,246)
#E4EDF7
(228,237,247)
#E8F0F8
(232,240,248)
#ECF3F9
(236,243,249)
#F0F6FA
(240,246,250)
#F4F9FB
(244,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDBF1; }

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

This text font color is #CCDBF1.

Background Color

.myBgColor { background-color: #CCDBF1; }

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

This div background color is #CCDBF1.

Border color

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

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

This div border color is #CCDBF1.

Opacity

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

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

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

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

This text has shadow with #CCDBF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDBF1.

Preview

Color preview on black background

This text has color #CCDBF1 on black background.


Color preview on white background

This text has color #CCDBF1 on white background.


Black color preview on #CCDBF1 background

This text has black color on #CCDBF1 background.


White color preview on #CCDBF1 background

This text has white color on #CCDBF1 background.


Related colors

Complementary color

Complementary color for #hex is #33240E.


I love getcolorcode.com

Triadic colors

1 #F1CCDB and #DBF1CC with #CCDBF1 are triadic colors.

2 #F1DBCC and #DBCCF1 with #CCDBF1 are triadic colors.