COLOR #CCBDCC

HEX: #CCBDCC RGB: (204,189,204)

Color info

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

RGB color model

#CCBDCC color RGB value is (204,189,204).

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

RGB channels and saturation

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

204
189
204

R + G + B ~ 78%. #CCBDCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 189 + 204 = 597 (100%)
R 204 of 597 ~ 34.17%
G 189 of 597 ~ 31.66%
B 204 of 597 ~ 34.17'%

%34.17
%31.66
%34.17

CMYK color model

#CCBDCC color CMYK value is (0,7,0,20).

  • cyan value is 0.00%
  • magenta value is 7.35%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (0,7,0,20)
C0M7Y0K20 (0%, 7%, 0%, 20%)
(0.00 / 0.07 / 0.00 / 0.20)

CMYK percentages

%0
%7.35
%0
%20

Codes

Color #CCBDCC in popluar color models

CC BD CC
RGB 204 189 204
HSL 300° 12.82% 77.06%
HSB/HSV 300° 7.35% 80.00%
CMYK 0.00% 7.35% 0.00%
20.00%

Color #CCBDCC in popluar number systems.

HEX CC BD CC
Decimal 204 189 204
Binary 11001100 10111101 11001100
Octal 314 275 314

Shades and tints

Shades of #CCBDCC

#CCBDCC
(204,189,204)
#BAACBA
(186,172,186)
#A89BA8
(168,155,168)
#968A96
(150,138,150)
#847984
(132,121,132)
#726872
(114,104,114)
#605760
(96,87,96)
#4E464E
(78,70,78)
#3C353C
(60,53,60)
#2A242A
(42,36,42)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #CCBDCC

#CCBDCC
(204,189,204)
#D0C3D0
(208,195,208)
#D4C9D4
(212,201,212)
#D8CFD8
(216,207,216)
#DCD5DC
(220,213,220)
#E0DBE0
(224,219,224)
#E4E1E4
(228,225,228)
#E8E7E8
(232,231,232)
#ECEDEC
(236,237,236)
#F0F3F0
(240,243,240)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBDCC; }

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

This text font color is #CCBDCC.

Background Color

.myBgColor { background-color: #CCBDCC; }

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

This div background color is #CCBDCC.

Border color

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

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

This div border color is #CCBDCC.

Opacity

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

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

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

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

This text has shadow with #CCBDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCBDCC.

Preview

Color preview on black background

This text has color #CCBDCC on black background.


Color preview on white background

This text has color #CCBDCC on white background.


Black color preview on #CCBDCC background

This text has black color on #CCBDCC background.


White color preview on #CCBDCC background

This text has white color on #CCBDCC background.


Related colors

Complementary color

Complementary color for #hex is #334233.


I love getcolorcode.com

Triadic colors

1 #CCCCBD and #BDCCCC with #CCBDCC are triadic colors.

2 #CCBDCC and #BDCCCC with #CCBDCC are triadic colors.