COLOR #CCB9F6

HEX: #CCB9F6 RGB: (204,185,246)

Color info

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

RGB color model

#CCB9F6 color RGB value is (204,185,246).

RGB: (204,185,246) (80%, 73%, 96%)

RGB channels and saturation

R 204 of 255 = 80%
G 185 of 255 = 73%
B 246 of 255 = 96%

204
185
246

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

Portions of RGB colors in percentages

R + G + B = 204 + 185 + 246 = 635 (100%)
R 204 of 635 ~ 32.13%
G 185 of 635 ~ 29.13%
B 246 of 635 ~ 38.74'%

%32.13
%29.13
%38.74

CMYK color model

#CCB9F6 color CMYK value is (17,25,0,4).

  • cyan value is 17.07%
  • magenta value is 24.80%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (17,25,0,4)
C17M25Y0K4 (17%, 25%, 0%, 4%)
(0.17 / 0.25 / 0.00 / 0.04)

CMYK percentages

%17.07
%24.8
%0
%3.53

Codes

Color #CCB9F6 in popluar color models

CC B9 F6
RGB 204 185 246
HSL 259° 77.22% 84.51%
HSB/HSV 259° 24.80% 96.47%
CMYK 17.07% 24.80% 0.00%
3.53%

Color #CCB9F6 in popluar number systems.

HEX CC B9 F6
Decimal 204 185 246
Binary 11001100 10111001 11110110
Octal 314 271 366

Shades and tints

Shades of #CCB9F6

#CCB9F6
(204,185,246)
#BAA9E0
(186,169,224)
#A899CA
(168,153,202)
#9689B4
(150,137,180)
#84799E
(132,121,158)
#726988
(114,105,136)
#605972
(96,89,114)
#4E495C
(78,73,92)
#3C3946
(60,57,70)
#2A2930
(42,41,48)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #CCB9F6

#CCB9F6
(204,185,246)
#D0BFF6
(208,191,246)
#D4C5F6
(212,197,246)
#D8CBF6
(216,203,246)
#DCD1F6
(220,209,246)
#E0D7F6
(224,215,246)
#E4DDF6
(228,221,246)
#E8E3F6
(232,227,246)
#ECE9F6
(236,233,246)
#F0EFF6
(240,239,246)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB9F6 color. Also use rgb(204,185,246) instead hex code.

Text Font Color

.myTextColor { color: #CCB9F6; }

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

This text font color is #CCB9F6.

Background Color

.myBgColor { background-color: #CCB9F6; }

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

This div background color is #CCB9F6.

Border color

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

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

This div border color is #CCB9F6.

Opacity

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

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

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

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

This text has shadow with #CCB9F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB9F6.

Preview

Color preview on black background

This text has color #CCB9F6 on black background.


Color preview on white background

This text has color #CCB9F6 on white background.


Black color preview on #CCB9F6 background

This text has black color on #CCB9F6 background.


White color preview on #CCB9F6 background

This text has white color on #CCB9F6 background.


Related colors

Complementary color

Complementary color for #hex is #334609.


I love getcolorcode.com

Triadic colors

1 #F6CCB9 and #B9F6CC with #CCB9F6 are triadic colors.

2 #F6B9CC and #B9CCF6 with #CCB9F6 are triadic colors.