COLOR #CCC5EA

HEX: #CCC5EA RGB: (204,197,234)

Color info

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

RGB color model

#CCC5EA color RGB value is (204,197,234).

RGB: (204,197,234) (80%, 77%, 92%)

RGB channels and saturation

R 204 of 255 = 80%
G 197 of 255 = 77%
B 234 of 255 = 92%

204
197
234

R + G + B ~ 83%. #CCC5EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 197 + 234 = 635 (100%)
R 204 of 635 ~ 32.13%
G 197 of 635 ~ 31.02%
B 234 of 635 ~ 36.85'%

%32.13
%31.02
%36.85

CMYK color model

#CCC5EA color CMYK value is (13,16,0,8).

  • cyan value is 12.82%
  • magenta value is 15.81%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (13,16,0,8)
C13M16Y0K8 (13%, 16%, 0%, 8%)
(0.13 / 0.16 / 0.00 / 0.08)

CMYK percentages

%12.82
%15.81
%0
%8.24

Codes

Color #CCC5EA in popluar color models

CC C5 EA
RGB 204 197 234
HSL 251° 46.84% 84.51%
HSB/HSV 251° 15.81% 91.76%
CMYK 12.82% 15.81% 0.00%
8.24%

Color #CCC5EA in popluar number systems.

HEX CC C5 EA
Decimal 204 197 234
Binary 11001100 11000101 11101010
Octal 314 305 352

Shades and tints

Shades of #CCC5EA

#CCC5EA
(204,197,234)
#BAB4D5
(186,180,213)
#A8A3C0
(168,163,192)
#9692AB
(150,146,171)
#848196
(132,129,150)
#727081
(114,112,129)
#605F6C
(96,95,108)
#4E4E57
(78,78,87)
#3C3D42
(60,61,66)
#2A2C2D
(42,44,45)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #CCC5EA

#CCC5EA
(204,197,234)
#D0CAEB
(208,202,235)
#D4CFEC
(212,207,236)
#D8D4ED
(216,212,237)
#DCD9EE
(220,217,238)
#E0DEEF
(224,222,239)
#E4E3F0
(228,227,240)
#E8E8F1
(232,232,241)
#ECEDF2
(236,237,242)
#F0F2F3
(240,242,243)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC5EA color. Also use rgb(204,197,234) instead hex code.

Text Font Color

.myTextColor { color: #CCC5EA; }

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

This text font color is #CCC5EA.

Background Color

.myBgColor { background-color: #CCC5EA; }

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

This div background color is #CCC5EA.

Border color

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

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

This div border color is #CCC5EA.

Opacity

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

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

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

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

This text has shadow with #CCC5EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC5EA.

Preview

Color preview on black background

This text has color #CCC5EA on black background.


Color preview on white background

This text has color #CCC5EA on white background.


Black color preview on #CCC5EA background

This text has black color on #CCC5EA background.


White color preview on #CCC5EA background

This text has white color on #CCC5EA background.


Related colors

Complementary color

Complementary color for #hex is #333A15.


I love getcolorcode.com

Triadic colors

1 #EACCC5 and #C5EACC with #CCC5EA are triadic colors.

2 #EAC5CC and #C5CCEA with #CCC5EA are triadic colors.