COLOR #CCD4F9

HEX: #CCD4F9 RGB: (204,212,249)

Color info

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

RGB color model

#CCD4F9 color RGB value is (204,212,249).

RGB: (204,212,249) (80%, 83%, 98%)

RGB channels and saturation

R 204 of 255 = 80%
G 212 of 255 = 83%
B 249 of 255 = 98%

204
212
249

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

Portions of RGB colors in percentages

R + G + B = 204 + 212 + 249 = 665 (100%)
R 204 of 665 ~ 30.68%
G 212 of 665 ~ 31.88%
B 249 of 665 ~ 37.44'%

%30.68
%31.88
%37.44

CMYK color model

#CCD4F9 color CMYK value is (18,15,0,2).

  • cyan value is 18.07%
  • magenta value is 14.86%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (18,15,0,2)
C18M15Y0K2 (18%, 15%, 0%, 2%)
(0.18 / 0.15 / 0.00 / 0.02)

CMYK percentages

%18.07
%14.86
%0
%2.35

Codes

Color #CCD4F9 in popluar color models

CC D4 F9
RGB 204 212 249
HSL 229° 78.95% 88.82%
HSB/HSV 229° 18.07% 97.65%
CMYK 18.07% 14.86% 0.00%
2.35%

Color #CCD4F9 in popluar number systems.

HEX CC D4 F9
Decimal 204 212 249
Binary 11001100 11010100 11111001
Octal 314 324 371

Shades and tints

Shades of #CCD4F9

#CCD4F9
(204,212,249)
#BAC1E3
(186,193,227)
#A8AECD
(168,174,205)
#969BB7
(150,155,183)
#8488A1
(132,136,161)
#72758B
(114,117,139)
#606275
(96,98,117)
#4E4F5F
(78,79,95)
#3C3C49
(60,60,73)
#2A2933
(42,41,51)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #CCD4F9

#CCD4F9
(204,212,249)
#D0D7F9
(208,215,249)
#D4DAF9
(212,218,249)
#D8DDF9
(216,221,249)
#DCE0F9
(220,224,249)
#E0E3F9
(224,227,249)
#E4E6F9
(228,230,249)
#E8E9F9
(232,233,249)
#ECECF9
(236,236,249)
#F0EFF9
(240,239,249)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD4F9 color. Also use rgb(204,212,249) instead hex code.

Text Font Color

.myTextColor { color: #CCD4F9; }

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

This text font color is #CCD4F9.

Background Color

.myBgColor { background-color: #CCD4F9; }

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

This div background color is #CCD4F9.

Border color

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

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

This div border color is #CCD4F9.

Opacity

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

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

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

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

This text has shadow with #CCD4F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD4F9.

Preview

Color preview on black background

This text has color #CCD4F9 on black background.


Color preview on white background

This text has color #CCD4F9 on white background.


Black color preview on #CCD4F9 background

This text has black color on #CCD4F9 background.


White color preview on #CCD4F9 background

This text has white color on #CCD4F9 background.


Related colors

Complementary color

Complementary color for #hex is #332B06.


I love getcolorcode.com

Triadic colors

1 #F9CCD4 and #D4F9CC with #CCD4F9 are triadic colors.

2 #F9D4CC and #D4CCF9 with #CCD4F9 are triadic colors.