COLOR #CCC8ED

HEX: #CCC8ED RGB: (204,200,237)

Color info

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

RGB color model

#CCC8ED color RGB value is (204,200,237).

RGB: (204,200,237) (80%, 78%, 93%)

RGB channels and saturation

R 204 of 255 = 80%
G 200 of 255 = 78%
B 237 of 255 = 93%

204
200
237

R + G + B ~ 84%. #CCC8ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 200 + 237 = 641 (100%)
R 204 of 641 ~ 31.83%
G 200 of 641 ~ 31.2%
B 237 of 641 ~ 36.97'%

%31.83
%31.2
%36.97

CMYK color model

#CCC8ED color CMYK value is (14,16,0,7).

  • cyan value is 13.92%
  • magenta value is 15.61%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (14,16,0,7)
C14M16Y0K7 (14%, 16%, 0%, 7%)
(0.14 / 0.16 / 0.00 / 0.07)

CMYK percentages

%13.92
%15.61
%0
%7.06

Codes

Color #CCC8ED in popluar color models

CC C8 ED
RGB 204 200 237
HSL 246° 50.68% 85.69%
HSB/HSV 246° 15.61% 92.94%
CMYK 13.92% 15.61% 0.00%
7.06%

Color #CCC8ED in popluar number systems.

HEX CC C8 ED
Decimal 204 200 237
Binary 11001100 11001000 11101101
Octal 314 310 355

Shades and tints

Shades of #CCC8ED

#CCC8ED
(204,200,237)
#BAB6D8
(186,182,216)
#A8A4C3
(168,164,195)
#9692AE
(150,146,174)
#848099
(132,128,153)
#726E84
(114,110,132)
#605C6F
(96,92,111)
#4E4A5A
(78,74,90)
#3C3845
(60,56,69)
#2A2630
(42,38,48)
#18141B
(24,20,27)
#000000
(0,0,0)

Tints of #CCC8ED

#CCC8ED
(204,200,237)
#D0CDEE
(208,205,238)
#D4D2EF
(212,210,239)
#D8D7F0
(216,215,240)
#DCDCF1
(220,220,241)
#E0E1F2
(224,225,242)
#E4E6F3
(228,230,243)
#E8EBF4
(232,235,244)
#ECF0F5
(236,240,245)
#F0F5F6
(240,245,246)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC8ED; }

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

This text font color is #CCC8ED.

Background Color

.myBgColor { background-color: #CCC8ED; }

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

This div background color is #CCC8ED.

Border color

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

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

This div border color is #CCC8ED.

Opacity

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

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

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

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

This text has shadow with #CCC8ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC8ED.

Preview

Color preview on black background

This text has color #CCC8ED on black background.


Color preview on white background

This text has color #CCC8ED on white background.


Black color preview on #CCC8ED background

This text has black color on #CCC8ED background.


White color preview on #CCC8ED background

This text has white color on #CCC8ED background.


Related colors

Complementary color

Complementary color for #hex is #333712.


I love getcolorcode.com

Triadic colors

1 #EDCCC8 and #C8EDCC with #CCC8ED are triadic colors.

2 #EDC8CC and #C8CCED with #CCC8ED are triadic colors.