COLOR #CCB7EA

HEX: #CCB7EA
RGB: (204,183,234)

Color info

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

RGB color model

#CCB7EA color RGB value is (204,183,234).

  • red value is 204;
  • green value is 183;
  • blue value is 234.
RGB:
(204,183,234)
(80%,72%,92%)

RGB channels and saturation

R 204 of 255 = 80%
G 183 of 255 = 72%
B 234 of 255 = 92%

204
183
234

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

Portions of RGB colors in percentages

R + G + B =
204 + 183 + 234 = 621 (100%)
R 204 of 621 ~ 32.85%
G 183 of 621 ~ 29.47%
B 234 of 621 ~ 37.68%

%32.85
%29.47
%37.68

CMYK color model

#CCB7EA color CMYK value is (13,22,0,8).

  • cyan value is 12.82%
  • magenta value is 21.79%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(13,22,0,8)
C13M22Y0K8 
(13%,22%,0%,8%)
(0.13/0.22/0.00/0.08)	

CMYK percentages

%12.82
%21.79
%0
%8.24

Codes

Color #CCB7EA in popluar color models

CCB7EA
RGB204183234
HSL265°54.84%81.76%
HSB/HSV265°21.79%91.76%
CMYK12.82%21.79%0.00%
8.24%

Color #CCB7EA in popluar number systems.

HEXCCB7EA
Decimal204183234
Binary110011001011011111101010
Octal314267352

Shades and tints

Shades of #CCB7EA

#CCB7EA
(204,183,234)
#BAA7D5
(186,167,213)
#A897C0
(168,151,192)
#9687AB
(150,135,171)
#847796
(132,119,150)
#726781
(114,103,129)
#60576C
(96,87,108)
#4E4757
(78,71,87)
#3C3742
(60,55,66)
#2A272D
(42,39,45)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #CCB7EA

#CCB7EA
(204,183,234)
#D0BDEB
(208,189,235)
#D4C3EC
(212,195,236)
#D8C9ED
(216,201,237)
#DCCFEE
(220,207,238)
#E0D5EF
(224,213,239)
#E4DBF0
(228,219,240)
#E8E1F1
(232,225,241)
#ECE7F2
(236,231,242)
#F0EDF3
(240,237,243)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB7EA; }

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

This text font color is #CCB7EA.


Background Color

.myBgColor { background-color: #CCB7EA; }

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

This div background color is #CCB7EA.


Border color

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

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

This div border color is #CCB7EA.


Opacity

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

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

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

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

This text has shadow with #CCB7EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB7EA on black background.


Color preview on white background

This text has color #CCB7EA on white background.



Black color preview on #CCB7EA background

This text has black color on #CCB7EA background.


White color preview on #CCB7EA background

This text has white color on #CCB7EA background.