COLOR #CCDBC6

HEX: #CCDBC6 RGB: (204,219,198)

Color info

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

RGB color model

#CCDBC6 color RGB value is (204,219,198).

RGB: (204,219,198) (80%, 86%, 78%)

RGB channels and saturation

R 204 of 255 = 80%
G 219 of 255 = 86%
B 198 of 255 = 78%

204
219
198

R + G + B ~ 81%. #CCDBC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 219 + 198 = 621 (100%)
R 204 of 621 ~ 32.85%
G 219 of 621 ~ 35.27%
B 198 of 621 ~ 31.88'%

%32.85
%35.27
%31.88

CMYK color model

#CCDBC6 color CMYK value is (7,0,10,14).

  • cyan value is 6.85%
  • magenta value is 0.00%
  • yellow value is 9.59%
  • key color value is 14.12%

CMYK: (7,0,10,14)
C7M0Y10K14 (7%, 0%, 10%, 14%)
(0.07 / 0.00 / 0.10 / 0.14)

CMYK percentages

%6.85
%0
%9.59
%14.12

Codes

Color #CCDBC6 in popluar color models

CC DB C6
RGB 204 219 198
HSL 103° 22.58% 81.76%
HSB/HSV 103° 9.59% 85.88%
CMYK 6.85% 0.00% 9.59%
14.12%

Color #CCDBC6 in popluar number systems.

HEX CC DB C6
Decimal 204 219 198
Binary 11001100 11011011 11000110
Octal 314 333 306

Shades and tints

Shades of #CCDBC6

#CCDBC6
(204,219,198)
#BAC8B4
(186,200,180)
#A8B5A2
(168,181,162)
#96A290
(150,162,144)
#848F7E
(132,143,126)
#727C6C
(114,124,108)
#60695A
(96,105,90)
#4E5648
(78,86,72)
#3C4336
(60,67,54)
#2A3024
(42,48,36)
#181D12
(24,29,18)
#000000
(0,0,0)

Tints of #CCDBC6

#CCDBC6
(204,219,198)
#D0DECB
(208,222,203)
#D4E1D0
(212,225,208)
#D8E4D5
(216,228,213)
#DCE7DA
(220,231,218)
#E0EADF
(224,234,223)
#E4EDE4
(228,237,228)
#E8F0E9
(232,240,233)
#ECF3EE
(236,243,238)
#F0F6F3
(240,246,243)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDBC6; }

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

This text font color is #CCDBC6.

Background Color

.myBgColor { background-color: #CCDBC6; }

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

This div background color is #CCDBC6.

Border color

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

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

This div border color is #CCDBC6.

Opacity

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

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

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

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

This text has shadow with #CCDBC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDBC6.

Preview

Color preview on black background

This text has color #CCDBC6 on black background.


Color preview on white background

This text has color #CCDBC6 on white background.


Black color preview on #CCDBC6 background

This text has black color on #CCDBC6 background.


White color preview on #CCDBC6 background

This text has white color on #CCDBC6 background.


Related colors

Complementary color

Complementary color for #hex is #332439.


I love getcolorcode.com

Triadic colors

1 #C6CCDB and #DBC6CC with #CCDBC6 are triadic colors.

2 #C6DBCC and #DBCCC6 with #CCDBC6 are triadic colors.