COLOR #CCBCD2

HEX: #CCBCD2 RGB: (204,188,210)

Color info

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

RGB color model

#CCBCD2 color RGB value is (204,188,210).

RGB: (204,188,210) (80%, 74%, 82%)

RGB channels and saturation

R 204 of 255 = 80%
G 188 of 255 = 74%
B 210 of 255 = 82%

204
188
210

R + G + B ~ 79%. #CCBCD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 188 + 210 = 602 (100%)
R 204 of 602 ~ 33.89%
G 188 of 602 ~ 31.23%
B 210 of 602 ~ 34.88'%

%33.89
%31.23
%34.88

CMYK color model

#CCBCD2 color CMYK value is (3,10,0,18).

  • cyan value is 2.86%
  • magenta value is 10.48%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (3,10,0,18)
C3M10Y0K18 (3%, 10%, 0%, 18%)
(0.03 / 0.10 / 0.00 / 0.18)

CMYK percentages

%2.86
%10.48
%0
%17.65

Codes

Color #CCBCD2 in popluar color models

CC BC D2
RGB 204 188 210
HSL 284° 19.64% 78.04%
HSB/HSV 284° 10.48% 82.35%
CMYK 2.86% 10.48% 0.00%
17.65%

Color #CCBCD2 in popluar number systems.

HEX CC BC D2
Decimal 204 188 210
Binary 11001100 10111100 11010010
Octal 314 274 322

Shades and tints

Shades of #CCBCD2

#CCBCD2
(204,188,210)
#BAABBF
(186,171,191)
#A89AAC
(168,154,172)
#968999
(150,137,153)
#847886
(132,120,134)
#726773
(114,103,115)
#605660
(96,86,96)
#4E454D
(78,69,77)
#3C343A
(60,52,58)
#2A2327
(42,35,39)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #CCBCD2

#CCBCD2
(204,188,210)
#D0C2D6
(208,194,214)
#D4C8DA
(212,200,218)
#D8CEDE
(216,206,222)
#DCD4E2
(220,212,226)
#E0DAE6
(224,218,230)
#E4E0EA
(228,224,234)
#E8E6EE
(232,230,238)
#ECECF2
(236,236,242)
#F0F2F6
(240,242,246)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBCD2; }

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

This text font color is #CCBCD2.

Background Color

.myBgColor { background-color: #CCBCD2; }

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

This div background color is #CCBCD2.

Border color

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

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

This div border color is #CCBCD2.

Opacity

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

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

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

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

This text has shadow with #CCBCD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCBCD2.

Preview

Color preview on black background

This text has color #CCBCD2 on black background.


Color preview on white background

This text has color #CCBCD2 on white background.


Black color preview on #CCBCD2 background

This text has black color on #CCBCD2 background.


White color preview on #CCBCD2 background

This text has white color on #CCBCD2 background.


Related colors

Complementary color

Complementary color for #hex is #33432D.


I love getcolorcode.com

Triadic colors

1 #D2CCBC and #BCD2CC with #CCBCD2 are triadic colors.

2 #D2BCCC and #BCCCD2 with #CCBCD2 are triadic colors.