COLOR #CCB7B2

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

Color info

#CCB7B2 contains red, green and blue colors in about the same proportion. Web safe color of #CCB7B2 is #CCCC99 (or #CC9).

RGB color model

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

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

RGB channels and saturation

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

204
183
178

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

Portions of RGB colors in percentages

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

%36.11
%32.39
%31.5

CMYK color model

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

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

CMYK percentages

%0
%10.29
%12.75
%20

Codes

Color #CCB7B2 in popluar color models

CCB7B2
RGB204183178
HSL12°20.31%74.90%
HSB/HSV12°12.75%80.00%
CMYK0.00%10.29%12.75%
20.00%

Color #CCB7B2 in popluar number systems.

HEXCCB7B2
Decimal204183178
Binary110011001011011110110010
Octal314267262

Shades and tints

Shades of #CCB7B2

#CCB7B2
(204,183,178)
#BAA7A2
(186,167,162)
#A89792
(168,151,146)
#968782
(150,135,130)
#847772
(132,119,114)
#726762
(114,103,98)
#605752
(96,87,82)
#4E4742
(78,71,66)
#3C3732
(60,55,50)
#2A2722
(42,39,34)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #CCB7B2

#CCB7B2
(204,183,178)
#D0BDB9
(208,189,185)
#D4C3C0
(212,195,192)
#D8C9C7
(216,201,199)
#DCCFCE
(220,207,206)
#E0D5D5
(224,213,213)
#E4DBDC
(228,219,220)
#E8E1E3
(232,225,227)
#ECE7EA
(236,231,234)
#F0EDF1
(240,237,241)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB7B2; }

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

This text font color is #CCB7B2.


Background Color

.myBgColor { background-color: #CCB7B2; }

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

This div background color is #CCB7B2.


Border color

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

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

This div border color is #CCB7B2.


Opacity

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

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

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

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

This text has shadow with #CCB7B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB7B2 on black background.


Color preview on white background

This text has color #CCB7B2 on white background.



Black color preview on #CCB7B2 background

This text has black color on #CCB7B2 background.


White color preview on #CCB7B2 background

This text has white color on #CCB7B2 background.