COLOR #CCB2B7

HEX: #CCB2B7
RGB: (204,178,183)

Color info

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

RGB color model

#CCB2B7 color RGB value is (204,178,183).

  • red value is 204;
  • green value is 178;
  • blue value is 183.
RGB:
(204,178,183)
(80%,70%,72%)

RGB channels and saturation

R 204 of 255 = 80%
G 178 of 255 = 70%
B 183 of 255 = 72%

204
178
183

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

Portions of RGB colors in percentages

R + G + B =
204 + 178 + 183 = 565 (100%)
R 204 of 565 ~ 36.11%
G 178 of 565 ~ 31.5%
B 183 of 565 ~ 32.39%

%36.11
%31.5
%32.39

CMYK color model

#CCB2B7 color CMYK value is (0,13,10,20).

  • cyan value is 0.00%
  • magenta value is 12.75%
  • yellow value is 10.29%
  • key color value is 20.00%
CMYK:
(0,13,10,20)
C0M13Y10K20 
(0%,13%,10%,20%)
(0.00/0.13/0.10/0.20)	

CMYK percentages

%0
%12.75
%10.29
%20

Codes

Color #CCB2B7 in popluar color models

CCB2B7
RGB204178183
HSL348°20.31%74.90%
HSB/HSV348°12.75%80.00%
CMYK0.00%12.75%10.29%
20.00%

Color #CCB2B7 in popluar number systems.

HEXCCB2B7
Decimal204178183
Binary110011001011001010110111
Octal314262267

Shades and tints

Shades of #CCB2B7

#CCB2B7
(204,178,183)
#BAA2A7
(186,162,167)
#A89297
(168,146,151)
#968287
(150,130,135)
#847277
(132,114,119)
#726267
(114,98,103)
#605257
(96,82,87)
#4E4247
(78,66,71)
#3C3237
(60,50,55)
#2A2227
(42,34,39)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #CCB2B7

#CCB2B7
(204,178,183)
#D0B9BD
(208,185,189)
#D4C0C3
(212,192,195)
#D8C7C9
(216,199,201)
#DCCECF
(220,206,207)
#E0D5D5
(224,213,213)
#E4DCDB
(228,220,219)
#E8E3E1
(232,227,225)
#ECEAE7
(236,234,231)
#F0F1ED
(240,241,237)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB2B7; }

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

This text font color is #CCB2B7.


Background Color

.myBgColor { background-color: #CCB2B7; }

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

This div background color is #CCB2B7.


Border color

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

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

This div border color is #CCB2B7.


Opacity

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

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

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

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

This text has shadow with #CCB2B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB2B7 on black background.


Color preview on white background

This text has color #CCB2B7 on white background.



Black color preview on #CCB2B7 background

This text has black color on #CCB2B7 background.


White color preview on #CCB2B7 background

This text has white color on #CCB2B7 background.