COLOR #CCB2B9

HEX: #CCB2B9 RGB: (204,178,185)

Color info

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

RGB color model

#CCB2B9 color RGB value is (204,178,185).

RGB: (204,178,185) (80%, 70%, 73%)

RGB channels and saturation

R 204 of 255 = 80%
G 178 of 255 = 70%
B 185 of 255 = 73%

204
178
185

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

Portions of RGB colors in percentages

R + G + B = 204 + 178 + 185 = 567 (100%)
R 204 of 567 ~ 35.98%
G 178 of 567 ~ 31.39%
B 185 of 567 ~ 32.63'%

%35.98
%31.39
%32.63

CMYK color model

#CCB2B9 color CMYK value is (0,13,9,20).

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

CMYK: (0,13,9,20)
C0M13Y9K20 (0%, 13%, 9%, 20%)
(0.00 / 0.13 / 0.09 / 0.20)

CMYK percentages

%0
%12.75
%9.31
%20

Codes

Color #CCB2B9 in popluar color models

CC B2 B9
RGB 204 178 185
HSL 344° 20.31% 74.90%
HSB/HSV 344° 12.75% 80.00%
CMYK 0.00% 12.75% 9.31%
20.00%

Color #CCB2B9 in popluar number systems.

HEX CC B2 B9
Decimal 204 178 185
Binary 11001100 10110010 10111001
Octal 314 262 271

Shades and tints

Shades of #CCB2B9

#CCB2B9
(204,178,185)
#BAA2A9
(186,162,169)
#A89299
(168,146,153)
#968289
(150,130,137)
#847279
(132,114,121)
#726269
(114,98,105)
#605259
(96,82,89)
#4E4249
(78,66,73)
#3C3239
(60,50,57)
#2A2229
(42,34,41)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #CCB2B9

#CCB2B9
(204,178,185)
#D0B9BF
(208,185,191)
#D4C0C5
(212,192,197)
#D8C7CB
(216,199,203)
#DCCED1
(220,206,209)
#E0D5D7
(224,213,215)
#E4DCDD
(228,220,221)
#E8E3E3
(232,227,227)
#ECEAE9
(236,234,233)
#F0F1EF
(240,241,239)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB2B9; }

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

This text font color is #CCB2B9.

Background Color

.myBgColor { background-color: #CCB2B9; }

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

This div background color is #CCB2B9.

Border color

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

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

This div border color is #CCB2B9.

Opacity

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

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

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

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

This text has shadow with #CCB2B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB2B9.

Preview

Color preview on black background

This text has color #CCB2B9 on black background.


Color preview on white background

This text has color #CCB2B9 on white background.


Black color preview on #CCB2B9 background

This text has black color on #CCB2B9 background.


White color preview on #CCB2B9 background

This text has white color on #CCB2B9 background.


Related colors

Complementary color

Complementary color for #hex is #334D46.


I love getcolorcode.com

Triadic colors

1 #B9CCB2 and #B2B9CC with #CCB2B9 are triadic colors.

2 #B9B2CC and #B2CCB9 with #CCB2B9 are triadic colors.