COLOR #CCBDE6

HEX: #CCBDE6 RGB: (204,189,230)

Color info

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

RGB color model

#CCBDE6 color RGB value is (204,189,230).

RGB: (204,189,230) (80%, 74%, 90%)

RGB channels and saturation

R 204 of 255 = 80%
G 189 of 255 = 74%
B 230 of 255 = 90%

204
189
230

R + G + B ~ 81%. #CCBDE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 189 + 230 = 623 (100%)
R 204 of 623 ~ 32.74%
G 189 of 623 ~ 30.34%
B 230 of 623 ~ 36.92'%

%32.74
%30.34
%36.92

CMYK color model

#CCBDE6 color CMYK value is (11,18,0,10).

  • cyan value is 11.30%
  • magenta value is 17.83%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (11,18,0,10) C11M18Y0K10 (11%,18%,0%,10%) (0.11/0.18/0.00/0.10) 

CMYK percentages

%11.3
%17.83
%0
%9.8

Codes

Color #CCBDE6 in popluar color models

CC BD E6
RGB 204 189 230
HSL 262° 45.05% 82.16%
HSB/HSV 262° 17.83% 90.20%
CMYK 11.30% 17.83% 0.00%
9.80%

Color #CCBDE6 in popluar number systems.

HEX CC BD E6
Decimal 204 189 230
Binary 11001100 10111101 11100110
Octal 314 275 346

Shades and tints

Shades of #CCBDE6

#CCBDE6
(204,189,230)
#BAACD2
(186,172,210)
#A89BBE
(168,155,190)
#968AAA
(150,138,170)
#847996
(132,121,150)
#726882
(114,104,130)
#60576E
(96,87,110)
#4E465A
(78,70,90)
#3C3546
(60,53,70)
#2A2432
(42,36,50)
#18131E
(24,19,30)
#000000
(0,0,0)

Tints of #CCBDE6

#CCBDE6
(204,189,230)
#D0C3E8
(208,195,232)
#D4C9EA
(212,201,234)
#D8CFEC
(216,207,236)
#DCD5EE
(220,213,238)
#E0DBF0
(224,219,240)
#E4E1F2
(228,225,242)
#E8E7F4
(232,231,244)
#ECEDF6
(236,237,246)
#F0F3F8
(240,243,248)
#F4F9FA
(244,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBDE6; }

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

This text font color is #CCBDE6.

Background Color

.myBgColor { background-color: #CCBDE6; }

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

This div background color is #CCBDE6.

Border color

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

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

This div border color is #CCBDE6.

Opacity

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

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

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

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

This text has shadow with #CCBDE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCBDE6.

Preview

Color preview on black background

This text has color #CCBDE6 on black background.


Color preview on white background

This text has color #CCBDE6 on white background.


Black color preview on #CCBDE6 background

This text has black color on #CCBDE6 background.


White color preview on #CCBDE6 background

This text has white color on #CCBDE6 background.


Related colors

Complementary color

Complementary color for #hex is #334219.


I love getcolorcode.com

Triadic colors

1 #E6CCBD and #BDE6CC with #CCBDE6 are triadic colors.

2 #E6BDCC and #BDCCE6 with #CCBDE6 are triadic colors.