COLOR #CCB0FA

HEX: #CCB0FA RGB: (204,176,250)

Color info

#CCB0FA contains mainly red and blue colors. Web safe color of #CCB0FA is #CC99FF (or #C9F).

RGB color model

#CCB0FA color RGB value is (204,176,250).

RGB: (204,176,250) (80%, 69%, 98%)

RGB channels and saturation

R 204 of 255 = 80%
G 176 of 255 = 69%
B 250 of 255 = 98%

204
176
250

R + G + B ~ 82%. #CCB0FA is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 176 + 250 = 630 (100%)
R 204 of 630 ~ 32.38%
G 176 of 630 ~ 27.94%
B 250 of 630 ~ 39.68'%

%32.38
%27.94
%39.68

CMYK color model

#CCB0FA color CMYK value is (18,30,0,2).

  • cyan value is 18.40%
  • magenta value is 29.60%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (18,30,0,2)
C18M30Y0K2 (18%, 30%, 0%, 2%)
(0.18 / 0.30 / 0.00 / 0.02)

CMYK percentages

%18.4
%29.6
%0
%1.96

Codes

Color #CCB0FA in popluar color models

CC B0 FA
RGB 204 176 250
HSL 263° 88.10% 83.53%
HSB/HSV 263° 29.60% 98.04%
CMYK 18.40% 29.60% 0.00%
1.96%

Color #CCB0FA in popluar number systems.

HEX CC B0 FA
Decimal 204 176 250
Binary 11001100 10110000 11111010
Octal 314 260 372

Shades and tints

Shades of #CCB0FA

#CCB0FA
(204,176,250)
#BAA0E4
(186,160,228)
#A890CE
(168,144,206)
#9680B8
(150,128,184)
#8470A2
(132,112,162)
#72608C
(114,96,140)
#605076
(96,80,118)
#4E4060
(78,64,96)
#3C304A
(60,48,74)
#2A2034
(42,32,52)
#18101E
(24,16,30)
#000000
(0,0,0)

Tints of #CCB0FA

#CCB0FA
(204,176,250)
#D0B7FA
(208,183,250)
#D4BEFA
(212,190,250)
#D8C5FA
(216,197,250)
#DCCCFA
(220,204,250)
#E0D3FA
(224,211,250)
#E4DAFA
(228,218,250)
#E8E1FA
(232,225,250)
#ECE8FA
(236,232,250)
#F0EFFA
(240,239,250)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB0FA; }

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

This text font color is #CCB0FA.

Background Color

.myBgColor { background-color: #CCB0FA; }

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

This div background color is #CCB0FA.

Border color

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

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

This div border color is #CCB0FA.

Opacity

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

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

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

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

This text has shadow with #CCB0FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB0FA.

Preview

Color preview on black background

This text has color #CCB0FA on black background.


Color preview on white background

This text has color #CCB0FA on white background.


Black color preview on #CCB0FA background

This text has black color on #CCB0FA background.


White color preview on #CCB0FA background

This text has white color on #CCB0FA background.


Related colors

Complementary color

Complementary color for #hex is #334F05.


I love getcolorcode.com

Triadic colors

1 #FACCB0 and #B0FACC with #CCB0FA are triadic colors.

2 #FAB0CC and #B0CCFA with #CCB0FA are triadic colors.