COLOR #CCDBF5

HEX: #CCDBF5 RGB: (204,219,245)

Color info

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

RGB color model

#CCDBF5 color RGB value is (204,219,245).

RGB: (204,219,245) (80%, 86%, 96%)

RGB channels and saturation

R 204 of 255 = 80%
G 219 of 255 = 86%
B 245 of 255 = 96%

204
219
245

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

Portions of RGB colors in percentages

R + G + B = 204 + 219 + 245 = 668 (100%)
R 204 of 668 ~ 30.54%
G 219 of 668 ~ 32.78%
B 245 of 668 ~ 36.68'%

%30.54
%32.78
%36.68

CMYK color model

#CCDBF5 color CMYK value is (17,11,0,4).

  • cyan value is 16.73%
  • magenta value is 10.61%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK: (17,11,0,4) C17M11Y0K4 (17%,11%,0%,4%) (0.17/0.11/0.00/0.04) 

CMYK percentages

%16.73
%10.61
%0
%3.92

Codes

Color #CCDBF5 in popluar color models

CC DB F5
RGB 204 219 245
HSL 218° 67.21% 88.04%
HSB/HSV 218° 16.73% 96.08%
CMYK 16.73% 10.61% 0.00%
3.92%

Color #CCDBF5 in popluar number systems.

HEX CC DB F5
Decimal 204 219 245
Binary 11001100 11011011 11110101
Octal 314 333 365

Shades and tints

Shades of #CCDBF5

#CCDBF5
(204,219,245)
#BAC8DF
(186,200,223)
#A8B5C9
(168,181,201)
#96A2B3
(150,162,179)
#848F9D
(132,143,157)
#727C87
(114,124,135)
#606971
(96,105,113)
#4E565B
(78,86,91)
#3C4345
(60,67,69)
#2A302F
(42,48,47)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #CCDBF5

#CCDBF5
(204,219,245)
#D0DEF5
(208,222,245)
#D4E1F5
(212,225,245)
#D8E4F5
(216,228,245)
#DCE7F5
(220,231,245)
#E0EAF5
(224,234,245)
#E4EDF5
(228,237,245)
#E8F0F5
(232,240,245)
#ECF3F5
(236,243,245)
#F0F6F5
(240,246,245)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDBF5; }

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

This text font color is #CCDBF5.

Background Color

.myBgColor { background-color: #CCDBF5; }

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

This div background color is #CCDBF5.

Border color

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

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

This div border color is #CCDBF5.

Opacity

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

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

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

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

This text has shadow with #CCDBF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDBF5.

Preview

Color preview on black background

This text has color #CCDBF5 on black background.


Color preview on white background

This text has color #CCDBF5 on white background.


Black color preview on #CCDBF5 background

This text has black color on #CCDBF5 background.


White color preview on #CCDBF5 background

This text has white color on #CCDBF5 background.


Related colors

Complementary color

Complementary color for #hex is #33240A.


I love getcolorcode.com

Triadic colors

1 #F5CCDB and #DBF5CC with #CCDBF5 are triadic colors.

2 #F5DBCC and #DBCCF5 with #CCDBF5 are triadic colors.