COLOR #CCBBF9

HEX: #CCBBF9 RGB: (204,187,249)

Color info

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

RGB color model

#CCBBF9 color RGB value is (204,187,249).

RGB: (204,187,249) (80%, 73%, 98%)

RGB channels and saturation

R 204 of 255 = 80%
G 187 of 255 = 73%
B 249 of 255 = 98%

204
187
249

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

Portions of RGB colors in percentages

R + G + B = 204 + 187 + 249 = 640 (100%)
R 204 of 640 ~ 31.88%
G 187 of 640 ~ 29.22%
B 249 of 640 ~ 38.91'%

%31.88
%29.22
%38.91

CMYK color model

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

  • cyan value is 18.07%
  • magenta value is 24.90%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (18,25,0,2)
C18M25Y0K2 (18%, 25%, 0%, 2%)
(0.18 / 0.25 / 0.00 / 0.02)

CMYK percentages

%18.07
%24.9
%0
%2.35

Codes

Color #CCBBF9 in popluar color models

CC BB F9
RGB 204 187 249
HSL 256° 83.78% 85.49%
HSB/HSV 256° 24.90% 97.65%
CMYK 18.07% 24.90% 0.00%
2.35%

Color #CCBBF9 in popluar number systems.

HEX CC BB F9
Decimal 204 187 249
Binary 11001100 10111011 11111001
Octal 314 273 371

Shades and tints

Shades of #CCBBF9

#CCBBF9
(204,187,249)
#BAAAE3
(186,170,227)
#A899CD
(168,153,205)
#9688B7
(150,136,183)
#8477A1
(132,119,161)
#72668B
(114,102,139)
#605575
(96,85,117)
#4E445F
(78,68,95)
#3C3349
(60,51,73)
#2A2233
(42,34,51)
#18111D
(24,17,29)
#000000
(0,0,0)

Tints of #CCBBF9

#CCBBF9
(204,187,249)
#D0C1F9
(208,193,249)
#D4C7F9
(212,199,249)
#D8CDF9
(216,205,249)
#DCD3F9
(220,211,249)
#E0D9F9
(224,217,249)
#E4DFF9
(228,223,249)
#E8E5F9
(232,229,249)
#ECEBF9
(236,235,249)
#F0F1F9
(240,241,249)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCBBF9 color. Also use rgb(204,187,249) instead hex code.

Text Font Color

.myTextColor { color: #CCBBF9; }

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

This text font color is #CCBBF9.

Background Color

.myBgColor { background-color: #CCBBF9; }

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

This div background color is #CCBBF9.

Border color

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

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

This div border color is #CCBBF9.

Opacity

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

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

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

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

This text has shadow with #CCBBF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCBBF9.

Preview

Color preview on black background

This text has color #CCBBF9 on black background.


Color preview on white background

This text has color #CCBBF9 on white background.


Black color preview on #CCBBF9 background

This text has black color on #CCBBF9 background.


White color preview on #CCBBF9 background

This text has white color on #CCBBF9 background.


Related colors

Complementary color

Complementary color for #hex is #334406.


I love getcolorcode.com

Triadic colors

1 #F9CCBB and #BBF9CC with #CCBBF9 are triadic colors.

2 #F9BBCC and #BBCCF9 with #CCBBF9 are triadic colors.