COLOR #CCDCCE

HEX: #CCDCCE RGB: (204,220,206)

Color info

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

RGB color model

#CCDCCE color RGB value is (204,220,206).

RGB: (204,220,206) (80%, 86%, 81%)

RGB channels and saturation

R 204 of 255 = 80%
G 220 of 255 = 86%
B 206 of 255 = 81%

204
220
206

R + G + B ~ 82%. #CCDCCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 220 + 206 = 630 (100%)
R 204 of 630 ~ 32.38%
G 220 of 630 ~ 34.92%
B 206 of 630 ~ 32.7'%

%32.38
%34.92
%32.7

CMYK color model

#CCDCCE color CMYK value is (7,0,6,14).

  • cyan value is 7.27%
  • magenta value is 0.00%
  • yellow value is 6.36%
  • key color value is 13.73%

CMYK: (7,0,6,14)
C7M0Y6K14 (7%, 0%, 6%, 14%)
(0.07 / 0.00 / 0.06 / 0.14)

CMYK percentages

%7.27
%0
%6.36
%13.73

Codes

Color #CCDCCE in popluar color models

CC DC CE
RGB 204 220 206
HSL 128° 18.60% 83.14%
HSB/HSV 128° 7.27% 86.27%
CMYK 7.27% 0.00% 6.36%
13.73%

Color #CCDCCE in popluar number systems.

HEX CC DC CE
Decimal 204 220 206
Binary 11001100 11011100 11001110
Octal 314 334 316

Shades and tints

Shades of #CCDCCE

#CCDCCE
(204,220,206)
#BAC8BC
(186,200,188)
#A8B4AA
(168,180,170)
#96A098
(150,160,152)
#848C86
(132,140,134)
#727874
(114,120,116)
#606462
(96,100,98)
#4E5050
(78,80,80)
#3C3C3E
(60,60,62)
#2A282C
(42,40,44)
#18141A
(24,20,26)
#000000
(0,0,0)

Tints of #CCDCCE

#CCDCCE
(204,220,206)
#D0DFD2
(208,223,210)
#D4E2D6
(212,226,214)
#D8E5DA
(216,229,218)
#DCE8DE
(220,232,222)
#E0EBE2
(224,235,226)
#E4EEE6
(228,238,230)
#E8F1EA
(232,241,234)
#ECF4EE
(236,244,238)
#F0F7F2
(240,247,242)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCDCCE color. Also use rgb(204,220,206) instead hex code.

Text Font Color

.myTextColor { color: #CCDCCE; }

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

This text font color is #CCDCCE.

Background Color

.myBgColor { background-color: #CCDCCE; }

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

This div background color is #CCDCCE.

Border color

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

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

This div border color is #CCDCCE.

Opacity

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

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

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

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

This text has shadow with #CCDCCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDCCE.

Preview

Color preview on black background

This text has color #CCDCCE on black background.


Color preview on white background

This text has color #CCDCCE on white background.


Black color preview on #CCDCCE background

This text has black color on #CCDCCE background.


White color preview on #CCDCCE background

This text has white color on #CCDCCE background.


Related colors

Complementary color

Complementary color for #hex is #332331.


I love getcolorcode.com

Triadic colors

1 #CECCDC and #DCCECC with #CCDCCE are triadic colors.

2 #CEDCCC and #DCCCCE with #CCDCCE are triadic colors.