COLOR #CCBDDE

HEX: #CCBDDE
RGB: (204,189,222)

Color info

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

RGB color model

#CCBDDE color RGB value is (204,189,222).

  • red value is 204;
  • green value is 189;
  • blue value is 222.
RGB:
(204,189,222)
(80%,74%,87%)

RGB channels and saturation

R 204 of 255 = 80%
G 189 of 255 = 74%
B 222 of 255 = 87%

204
189
222

R + G + B ~ 80%. #CCBDDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 189 + 222 = 615 (100%)
R 204 of 615 ~ 33.17%
G 189 of 615 ~ 30.73%
B 222 of 615 ~ 36.1%

%33.17
%30.73
%36.1

CMYK color model

#CCBDDE color CMYK value is (8,15,0,13).

  • cyan value is 8.11%
  • magenta value is 14.86%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(8,15,0,13)
C8M15Y0K13 
(8%,15%,0%,13%)
(0.08/0.15/0.00/0.13)	

CMYK percentages

%8.11
%14.86
%0
%12.94

Codes

Color #CCBDDE in popluar color models

CCBDDE
RGB204189222
HSL267°33.33%80.59%
HSB/HSV267°14.86%87.06%
CMYK8.11%14.86%0.00%
12.94%

Color #CCBDDE in popluar number systems.

HEXCCBDDE
Decimal204189222
Binary110011001011110111011110
Octal314275336

Shades and tints

Shades of #CCBDDE

#CCBDDE
(204,189,222)
#BAACCA
(186,172,202)
#A89BB6
(168,155,182)
#968AA2
(150,138,162)
#84798E
(132,121,142)
#72687A
(114,104,122)
#605766
(96,87,102)
#4E4652
(78,70,82)
#3C353E
(60,53,62)
#2A242A
(42,36,42)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #CCBDDE

#CCBDDE
(204,189,222)
#D0C3E1
(208,195,225)
#D4C9E4
(212,201,228)
#D8CFE7
(216,207,231)
#DCD5EA
(220,213,234)
#E0DBED
(224,219,237)
#E4E1F0
(228,225,240)
#E8E7F3
(232,231,243)
#ECEDF6
(236,237,246)
#F0F3F9
(240,243,249)
#F4F9FC
(244,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBDDE; }

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

This text font color is #CCBDDE.


Background Color

.myBgColor { background-color: #CCBDDE; }

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

This div background color is #CCBDDE.


Border color

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

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

This div border color is #CCBDDE.


Opacity

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

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

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

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

This text has shadow with #CCBDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCBDDE on black background.


Color preview on white background

This text has color #CCBDDE on white background.



Black color preview on #CCBDDE background

This text has black color on #CCBDDE background.


White color preview on #CCBDDE background

This text has white color on #CCBDDE background.