COLOR #CCB3BC

HEX: #CCB3BC RGB: (204,179,188)

Color info

#CCB3BC contains red, green and blue colors in about the same proportion. Web safe color of #CCB3BC is #CC99CC (or #C9C).

RGB color model

#CCB3BC color RGB value is (204,179,188).

RGB: (204,179,188) (80%, 70%, 74%)

RGB channels and saturation

R 204 of 255 = 80%
G 179 of 255 = 70%
B 188 of 255 = 74%

204
179
188

R + G + B ~ 75%. #CCB3BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 179 + 188 = 571 (100%)
R 204 of 571 ~ 35.73%
G 179 of 571 ~ 31.35%
B 188 of 571 ~ 32.92'%

%35.73
%31.35
%32.92

CMYK color model

#CCB3BC color CMYK value is (0,12,8,20).

  • cyan value is 0.00%
  • magenta value is 12.25%
  • yellow value is 7.84%
  • key color value is 20.00%

CMYK: (0,12,8,20)
C0M12Y8K20 (0%, 12%, 8%, 20%)
(0.00 / 0.12 / 0.08 / 0.20)

CMYK percentages

%0
%12.25
%7.84
%20

Codes

Color #CCB3BC in popluar color models

CC B3 BC
RGB 204 179 188
HSL 338° 19.69% 75.10%
HSB/HSV 338° 12.25% 80.00%
CMYK 0.00% 12.25% 7.84%
20.00%

Color #CCB3BC in popluar number systems.

HEX CC B3 BC
Decimal 204 179 188
Binary 11001100 10110011 10111100
Octal 314 263 274

Shades and tints

Shades of #CCB3BC

#CCB3BC
(204,179,188)
#BAA3AB
(186,163,171)
#A8939A
(168,147,154)
#968389
(150,131,137)
#847378
(132,115,120)
#726367
(114,99,103)
#605356
(96,83,86)
#4E4345
(78,67,69)
#3C3334
(60,51,52)
#2A2323
(42,35,35)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #CCB3BC

#CCB3BC
(204,179,188)
#D0B9C2
(208,185,194)
#D4BFC8
(212,191,200)
#D8C5CE
(216,197,206)
#DCCBD4
(220,203,212)
#E0D1DA
(224,209,218)
#E4D7E0
(228,215,224)
#E8DDE6
(232,221,230)
#ECE3EC
(236,227,236)
#F0E9F2
(240,233,242)
#F4EFF8
(244,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB3BC; }

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

This text font color is #CCB3BC.

Background Color

.myBgColor { background-color: #CCB3BC; }

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

This div background color is #CCB3BC.

Border color

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

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

This div border color is #CCB3BC.

Opacity

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

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

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

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

This text has shadow with #CCB3BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB3BC.

Preview

Color preview on black background

This text has color #CCB3BC on black background.


Color preview on white background

This text has color #CCB3BC on white background.


Black color preview on #CCB3BC background

This text has black color on #CCB3BC background.


White color preview on #CCB3BC background

This text has white color on #CCB3BC background.


Related colors

Complementary color

Complementary color for #hex is #334C43.


I love getcolorcode.com

Triadic colors

1 #BCCCB3 and #B3BCCC with #CCB3BC are triadic colors.

2 #BCB3CC and #B3CCBC with #CCB3BC are triadic colors.