COLOR #CCBCFA

HEX: #CCBCFA
RGB: (204,188,250)

Color info

#CCBCFA contains mainly red and blue colors. Web safe color of #CCBCFA is #CCCCFF (or #CCF).

RGB color model

#CCBCFA color RGB value is (204,188,250).

  • red value is 204;
  • green value is 188;
  • blue value is 250.
RGB:
(204,188,250)
(80%,74%,98%)

RGB channels and saturation

R 204 of 255 = 80%
G 188 of 255 = 74%
B 250 of 255 = 98%

204
188
250

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

Portions of RGB colors in percentages

R + G + B =
204 + 188 + 250 = 642 (100%)
R 204 of 642 ~ 31.78%
G 188 of 642 ~ 29.28%
B 250 of 642 ~ 38.94%

%31.78
%29.28
%38.94

CMYK color model

#CCBCFA color CMYK value is (18,25,0,2).

  • cyan value is 18.40%
  • magenta value is 24.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(18,25,0,2)
C18M25Y0K2 
(18%,25%,0%,2%)
(0.18/0.25/0.00/0.02)	

CMYK percentages

%18.4
%24.8
%0
%1.96

Codes

Color #CCBCFA in popluar color models

CCBCFA
RGB204188250
HSL255°86.11%85.88%
HSB/HSV255°24.80%98.04%
CMYK18.40%24.80%0.00%
1.96%

Color #CCBCFA in popluar number systems.

HEXCCBCFA
Decimal204188250
Binary110011001011110011111010
Octal314274372

Shades and tints

Shades of #CCBCFA

#CCBCFA
(204,188,250)
#BAABE4
(186,171,228)
#A89ACE
(168,154,206)
#9689B8
(150,137,184)
#8478A2
(132,120,162)
#72678C
(114,103,140)
#605676
(96,86,118)
#4E4560
(78,69,96)
#3C344A
(60,52,74)
#2A2334
(42,35,52)
#18121E
(24,18,30)
#000000
(0,0,0)

Tints of #CCBCFA

#CCBCFA
(204,188,250)
#D0C2FA
(208,194,250)
#D4C8FA
(212,200,250)
#D8CEFA
(216,206,250)
#DCD4FA
(220,212,250)
#E0DAFA
(224,218,250)
#E4E0FA
(228,224,250)
#E8E6FA
(232,230,250)
#ECECFA
(236,236,250)
#F0F2FA
(240,242,250)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCBCFA color. Also use rgb(204,188,250) instead hex code.

Text Font Color

.myTextColor { color: #CCBCFA; }

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

This text font color is #CCBCFA.


Background Color

.myBgColor { background-color: #CCBCFA; }

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

This div background color is #CCBCFA.


Border color

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

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

This div border color is #CCBCFA.


Opacity

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

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

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

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

This text has shadow with #CCBCFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCBCFA on black background.


Color preview on white background

This text has color #CCBCFA on white background.



Black color preview on #CCBCFA background

This text has black color on #CCBCFA background.


White color preview on #CCBCFA background

This text has white color on #CCBCFA background.