COLOR #CCBEE6

HEX: #CCBEE6 RGB: (204,190,230)

Color info

#CCBEE6 contains red, green and blue colors in about the same proportion. Web safe color of #CCBEE6 is #CCCCCC (or #CCC).

RGB color model

#CCBEE6 color RGB value is (204,190,230).

RGB: (204,190,230) (80%, 75%, 90%)

RGB channels and saturation

R 204 of 255 = 80%
G 190 of 255 = 75%
B 230 of 255 = 90%

204
190
230

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

Portions of RGB colors in percentages

R + G + B = 204 + 190 + 230 = 624 (100%)
R 204 of 624 ~ 32.69%
G 190 of 624 ~ 30.45%
B 230 of 624 ~ 36.86'%

%32.69
%30.45
%36.86

CMYK color model

#CCBEE6 color CMYK value is (11,17,0,10).

  • cyan value is 11.30%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (11,17,0,10)
C11M17Y0K10 (11%, 17%, 0%, 10%)
(0.11 / 0.17 / 0.00 / 0.10)

CMYK percentages

%11.3
%17.39
%0
%9.8

Codes

Color #CCBEE6 in popluar color models

CC BE E6
RGB 204 190 230
HSL 261° 44.44% 82.35%
HSB/HSV 261° 17.39% 90.20%
CMYK 11.30% 17.39% 0.00%
9.80%

Color #CCBEE6 in popluar number systems.

HEX CC BE E6
Decimal 204 190 230
Binary 11001100 10111110 11100110
Octal 314 276 346

Shades and tints

Shades of #CCBEE6

#CCBEE6
(204,190,230)
#BAADD2
(186,173,210)
#A89CBE
(168,156,190)
#968BAA
(150,139,170)
#847A96
(132,122,150)
#726982
(114,105,130)
#60586E
(96,88,110)
#4E475A
(78,71,90)
#3C3646
(60,54,70)
#2A2532
(42,37,50)
#18141E
(24,20,30)
#000000
(0,0,0)

Tints of #CCBEE6

#CCBEE6
(204,190,230)
#D0C3E8
(208,195,232)
#D4C8EA
(212,200,234)
#D8CDEC
(216,205,236)
#DCD2EE
(220,210,238)
#E0D7F0
(224,215,240)
#E4DCF2
(228,220,242)
#E8E1F4
(232,225,244)
#ECE6F6
(236,230,246)
#F0EBF8
(240,235,248)
#F4F0FA
(244,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCBEE6 color. Also use rgb(204,190,230) instead hex code.

Text Font Color

.myTextColor { color: #CCBEE6; }

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

This text font color is #CCBEE6.

Background Color

.myBgColor { background-color: #CCBEE6; }

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

This div background color is #CCBEE6.

Border color

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

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

This div border color is #CCBEE6.

Opacity

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

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

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

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

This text has shadow with #CCBEE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCBEE6.

Preview

Color preview on black background

This text has color #CCBEE6 on black background.


Color preview on white background

This text has color #CCBEE6 on white background.


Black color preview on #CCBEE6 background

This text has black color on #CCBEE6 background.


White color preview on #CCBEE6 background

This text has white color on #CCBEE6 background.


Related colors

Complementary color

Complementary color for #hex is #334119.


I love getcolorcode.com

Triadic colors

1 #E6CCBE and #BEE6CC with #CCBEE6 are triadic colors.

2 #E6BECC and #BECCE6 with #CCBEE6 are triadic colors.