COLOR #CCC7EA

HEX: #CCC7EA RGB: (204,199,234)

Color info

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

RGB color model

#CCC7EA color RGB value is (204,199,234).

RGB: (204,199,234) (80%, 78%, 92%)

RGB channels and saturation

R 204 of 255 = 80%
G 199 of 255 = 78%
B 234 of 255 = 92%

204
199
234

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

Portions of RGB colors in percentages

R + G + B = 204 + 199 + 234 = 637 (100%)
R 204 of 637 ~ 32.03%
G 199 of 637 ~ 31.24%
B 234 of 637 ~ 36.73'%

%32.03
%31.24
%36.73

CMYK color model

#CCC7EA color CMYK value is (13,15,0,8).

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

CMYK: (13,15,0,8)
C13M15Y0K8 (13%, 15%, 0%, 8%)
(0.13 / 0.15 / 0.00 / 0.08)

CMYK percentages

%12.82
%14.96
%0
%8.24

Codes

Color #CCC7EA in popluar color models

CC C7 EA
RGB 204 199 234
HSL 249° 45.45% 84.90%
HSB/HSV 249° 14.96% 91.76%
CMYK 12.82% 14.96% 0.00%
8.24%

Color #CCC7EA in popluar number systems.

HEX CC C7 EA
Decimal 204 199 234
Binary 11001100 11000111 11101010
Octal 314 307 352

Shades and tints

Shades of #CCC7EA

#CCC7EA
(204,199,234)
#BAB5D5
(186,181,213)
#A8A3C0
(168,163,192)
#9691AB
(150,145,171)
#847F96
(132,127,150)
#726D81
(114,109,129)
#605B6C
(96,91,108)
#4E4957
(78,73,87)
#3C3742
(60,55,66)
#2A252D
(42,37,45)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #CCC7EA

#CCC7EA
(204,199,234)
#D0CCEB
(208,204,235)
#D4D1EC
(212,209,236)
#D8D6ED
(216,214,237)
#DCDBEE
(220,219,238)
#E0E0EF
(224,224,239)
#E4E5F0
(228,229,240)
#E8EAF1
(232,234,241)
#ECEFF2
(236,239,242)
#F0F4F3
(240,244,243)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC7EA; }

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

This text font color is #CCC7EA.

Background Color

.myBgColor { background-color: #CCC7EA; }

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

This div background color is #CCC7EA.

Border color

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

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

This div border color is #CCC7EA.

Opacity

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

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

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

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

This text has shadow with #CCC7EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC7EA.

Preview

Color preview on black background

This text has color #CCC7EA on black background.


Color preview on white background

This text has color #CCC7EA on white background.


Black color preview on #CCC7EA background

This text has black color on #CCC7EA background.


White color preview on #CCC7EA background

This text has white color on #CCC7EA background.


Related colors

Complementary color

Complementary color for #hex is #333815.


I love getcolorcode.com

Triadic colors

1 #EACCC7 and #C7EACC with #CCC7EA are triadic colors.

2 #EAC7CC and #C7CCEA with #CCC7EA are triadic colors.