COLOR #CCBDE2

HEX: #CCBDE2 RGB: (204,189,226)

Color info

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

RGB color model

#CCBDE2 color RGB value is (204,189,226).

RGB: (204,189,226) (80%, 74%, 89%)

RGB channels and saturation

R 204 of 255 = 80%
G 189 of 255 = 74%
B 226 of 255 = 89%

204
189
226

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

Portions of RGB colors in percentages

R + G + B = 204 + 189 + 226 = 619 (100%)
R 204 of 619 ~ 32.96%
G 189 of 619 ~ 30.53%
B 226 of 619 ~ 36.51'%

%32.96
%30.53
%36.51

CMYK color model

#CCBDE2 color CMYK value is (10,16,0,11).

  • cyan value is 9.73%
  • magenta value is 16.37%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (10,16,0,11)
C10M16Y0K11 (10%, 16%, 0%, 11%)
(0.10 / 0.16 / 0.00 / 0.11)

CMYK percentages

%9.73
%16.37
%0
%11.37

Codes

Color #CCBDE2 in popluar color models

CC BD E2
RGB 204 189 226
HSL 264° 38.95% 81.37%
HSB/HSV 264° 16.37% 88.63%
CMYK 9.73% 16.37% 0.00%
11.37%

Color #CCBDE2 in popluar number systems.

HEX CC BD E2
Decimal 204 189 226
Binary 11001100 10111101 11100010
Octal 314 275 342

Shades and tints

Shades of #CCBDE2

#CCBDE2
(204,189,226)
#BAACCE
(186,172,206)
#A89BBA
(168,155,186)
#968AA6
(150,138,166)
#847992
(132,121,146)
#72687E
(114,104,126)
#60576A
(96,87,106)
#4E4656
(78,70,86)
#3C3542
(60,53,66)
#2A242E
(42,36,46)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #CCBDE2

#CCBDE2
(204,189,226)
#D0C3E4
(208,195,228)
#D4C9E6
(212,201,230)
#D8CFE8
(216,207,232)
#DCD5EA
(220,213,234)
#E0DBEC
(224,219,236)
#E4E1EE
(228,225,238)
#E8E7F0
(232,231,240)
#ECEDF2
(236,237,242)
#F0F3F4
(240,243,244)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBDE2; }

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

This text font color is #CCBDE2.

Background Color

.myBgColor { background-color: #CCBDE2; }

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

This div background color is #CCBDE2.

Border color

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

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

This div border color is #CCBDE2.

Opacity

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

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

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

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

This text has shadow with #CCBDE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCBDE2.

Preview

Color preview on black background

This text has color #CCBDE2 on black background.


Color preview on white background

This text has color #CCBDE2 on white background.


Black color preview on #CCBDE2 background

This text has black color on #CCBDE2 background.


White color preview on #CCBDE2 background

This text has white color on #CCBDE2 background.


Related colors

Complementary color

Complementary color for #hex is #33421D.


I love getcolorcode.com

Triadic colors

1 #E2CCBD and #BDE2CC with #CCBDE2 are triadic colors.

2 #E2BDCC and #BDCCE2 with #CCBDE2 are triadic colors.