COLOR #CCDFF3

HEX: #CCDFF3 RGB: (204,223,243)

Color info

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

RGB color model

#CCDFF3 color RGB value is (204,223,243).

RGB: (204,223,243) (80%, 87%, 95%)

RGB channels and saturation

R 204 of 255 = 80%
G 223 of 255 = 87%
B 243 of 255 = 95%

204
223
243

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

Portions of RGB colors in percentages

R + G + B = 204 + 223 + 243 = 670 (100%)
R 204 of 670 ~ 30.45%
G 223 of 670 ~ 33.28%
B 243 of 670 ~ 36.27'%

%30.45
%33.28
%36.27

CMYK color model

#CCDFF3 color CMYK value is (16,8,0,5).

  • cyan value is 16.05%
  • magenta value is 8.23%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (16,8,0,5)
C16M8Y0K5 (16%, 8%, 0%, 5%)
(0.16 / 0.08 / 0.00 / 0.05)

CMYK percentages

%16.05
%8.23
%0
%4.71

Codes

Color #CCDFF3 in popluar color models

CC DF F3
RGB 204 223 243
HSL 211° 61.90% 87.65%
HSB/HSV 211° 16.05% 95.29%
CMYK 16.05% 8.23% 0.00%
4.71%

Color #CCDFF3 in popluar number systems.

HEX CC DF F3
Decimal 204 223 243
Binary 11001100 11011111 11110011
Octal 314 337 363

Shades and tints

Shades of #CCDFF3

#CCDFF3
(204,223,243)
#BACBDD
(186,203,221)
#A8B7C7
(168,183,199)
#96A3B1
(150,163,177)
#848F9B
(132,143,155)
#727B85
(114,123,133)
#60676F
(96,103,111)
#4E5359
(78,83,89)
#3C3F43
(60,63,67)
#2A2B2D
(42,43,45)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #CCDFF3

#CCDFF3
(204,223,243)
#D0E1F4
(208,225,244)
#D4E3F5
(212,227,245)
#D8E5F6
(216,229,246)
#DCE7F7
(220,231,247)
#E0E9F8
(224,233,248)
#E4EBF9
(228,235,249)
#E8EDFA
(232,237,250)
#ECEFFB
(236,239,251)
#F0F1FC
(240,241,252)
#F4F3FD
(244,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCDFF3 color. Also use rgb(204,223,243) instead hex code.

Text Font Color

.myTextColor { color: #CCDFF3; }

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

This text font color is #CCDFF3.

Background Color

.myBgColor { background-color: #CCDFF3; }

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

This div background color is #CCDFF3.

Border color

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

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

This div border color is #CCDFF3.

Opacity

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

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

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

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

This text has shadow with #CCDFF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDFF3.

Preview

Color preview on black background

This text has color #CCDFF3 on black background.


Color preview on white background

This text has color #CCDFF3 on white background.


Black color preview on #CCDFF3 background

This text has black color on #CCDFF3 background.


White color preview on #CCDFF3 background

This text has white color on #CCDFF3 background.


Related colors

Complementary color

Complementary color for #hex is #33200C.


I love getcolorcode.com

Triadic colors

1 #F3CCDF and #DFF3CC with #CCDFF3 are triadic colors.

2 #F3DFCC and #DFCCF3 with #CCDFF3 are triadic colors.