COLOR #CCB2B6

HEX: #CCB2B6 RGB: (204,178,182)

Color info

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

RGB color model

#CCB2B6 color RGB value is (204,178,182).

RGB: (204,178,182) (80%, 70%, 71%)

RGB channels and saturation

R 204 of 255 = 80%
G 178 of 255 = 70%
B 182 of 255 = 71%

204
178
182

R + G + B ~ 74%. #CCB2B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 178 + 182 = 564 (100%)
R 204 of 564 ~ 36.17%
G 178 of 564 ~ 31.56%
B 182 of 564 ~ 32.27'%

%36.17
%31.56
%32.27

CMYK color model

#CCB2B6 color CMYK value is (0,13,11,20).

  • cyan value is 0.00%
  • magenta value is 12.75%
  • yellow value is 10.78%
  • key color value is 20.00%

CMYK: (0,13,11,20)
C0M13Y11K20 (0%, 13%, 11%, 20%)
(0.00 / 0.13 / 0.11 / 0.20)

CMYK percentages

%0
%12.75
%10.78
%20

Codes

Color #CCB2B6 in popluar color models

CC B2 B6
RGB 204 178 182
HSL 351° 20.31% 74.90%
HSB/HSV 351° 12.75% 80.00%
CMYK 0.00% 12.75% 10.78%
20.00%

Color #CCB2B6 in popluar number systems.

HEX CC B2 B6
Decimal 204 178 182
Binary 11001100 10110010 10110110
Octal 314 262 266

Shades and tints

Shades of #CCB2B6

#CCB2B6
(204,178,182)
#BAA2A6
(186,162,166)
#A89296
(168,146,150)
#968286
(150,130,134)
#847276
(132,114,118)
#726266
(114,98,102)
#605256
(96,82,86)
#4E4246
(78,66,70)
#3C3236
(60,50,54)
#2A2226
(42,34,38)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #CCB2B6

#CCB2B6
(204,178,182)
#D0B9BC
(208,185,188)
#D4C0C2
(212,192,194)
#D8C7C8
(216,199,200)
#DCCECE
(220,206,206)
#E0D5D4
(224,213,212)
#E4DCDA
(228,220,218)
#E8E3E0
(232,227,224)
#ECEAE6
(236,234,230)
#F0F1EC
(240,241,236)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB2B6; }

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

This text font color is #CCB2B6.

Background Color

.myBgColor { background-color: #CCB2B6; }

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

This div background color is #CCB2B6.

Border color

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

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

This div border color is #CCB2B6.

Opacity

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

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

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

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

This text has shadow with #CCB2B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB2B6.

Preview

Color preview on black background

This text has color #CCB2B6 on black background.


Color preview on white background

This text has color #CCB2B6 on white background.


Black color preview on #CCB2B6 background

This text has black color on #CCB2B6 background.


White color preview on #CCB2B6 background

This text has white color on #CCB2B6 background.


Related colors

Complementary color

Complementary color for #hex is #334D49.


I love getcolorcode.com

Triadic colors

1 #B6CCB2 and #B2B6CC with #CCB2B6 are triadic colors.

2 #B6B2CC and #B2CCB6 with #CCB2B6 are triadic colors.