COLOR #CCC8DB

HEX: #CCC8DB RGB: (204,200,219)

Color info

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

RGB color model

#CCC8DB color RGB value is (204,200,219).

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

RGB channels and saturation

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

204
200
219

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

Portions of RGB colors in percentages

R + G + B = 204 + 200 + 219 = 623 (100%)
R 204 of 623 ~ 32.74%
G 200 of 623 ~ 32.1%
B 219 of 623 ~ 35.15'%

%32.74
%32.1
%35.15

CMYK color model

#CCC8DB color CMYK value is (7,9,0,14).

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

CMYK: (7,9,0,14)
C7M9Y0K14 (7%, 9%, 0%, 14%)
(0.07 / 0.09 / 0.00 / 0.14)

CMYK percentages

%6.85
%8.68
%0
%14.12

Codes

Color #CCC8DB in popluar color models

CC C8 DB
RGB 204 200 219
HSL 253° 20.88% 82.16%
HSB/HSV 253° 8.68% 85.88%
CMYK 6.85% 8.68% 0.00%
14.12%

Color #CCC8DB in popluar number systems.

HEX CC C8 DB
Decimal 204 200 219
Binary 11001100 11001000 11011011
Octal 314 310 333

Shades and tints

Shades of #CCC8DB

#CCC8DB
(204,200,219)
#BAB6C8
(186,182,200)
#A8A4B5
(168,164,181)
#9692A2
(150,146,162)
#84808F
(132,128,143)
#726E7C
(114,110,124)
#605C69
(96,92,105)
#4E4A56
(78,74,86)
#3C3843
(60,56,67)
#2A2630
(42,38,48)
#18141D
(24,20,29)
#000000
(0,0,0)

Tints of #CCC8DB

#CCC8DB
(204,200,219)
#D0CDDE
(208,205,222)
#D4D2E1
(212,210,225)
#D8D7E4
(216,215,228)
#DCDCE7
(220,220,231)
#E0E1EA
(224,225,234)
#E4E6ED
(228,230,237)
#E8EBF0
(232,235,240)
#ECF0F3
(236,240,243)
#F0F5F6
(240,245,246)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC8DB; }

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

This text font color is #CCC8DB.

Background Color

.myBgColor { background-color: #CCC8DB; }

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

This div background color is #CCC8DB.

Border color

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

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

This div border color is #CCC8DB.

Opacity

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

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

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

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

This text has shadow with #CCC8DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC8DB.

Preview

Color preview on black background

This text has color #CCC8DB on black background.


Color preview on white background

This text has color #CCC8DB on white background.


Black color preview on #CCC8DB background

This text has black color on #CCC8DB background.


White color preview on #CCC8DB background

This text has white color on #CCC8DB background.


Related colors

Complementary color

Complementary color for #hex is #333724.


I love getcolorcode.com

Triadic colors

1 #DBCCC8 and #C8DBCC with #CCC8DB are triadic colors.

2 #DBC8CC and #C8CCDB with #CCC8DB are triadic colors.