COLOR #CCB2BE

HEX: #CCB2BE
RGB: (204,178,190)

Color info

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

RGB color model

#CCB2BE color RGB value is (204,178,190).

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

RGB channels and saturation

R 204 of 255 = 80%
G 178 of 255 = 70%
B 190 of 255 = 75%

204
178
190

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

Portions of RGB colors in percentages

R + G + B =
204 + 178 + 190 = 572 (100%)
R 204 of 572 ~ 35.66%
G 178 of 572 ~ 31.12%
B 190 of 572 ~ 33.22%

%35.66
%31.12
%33.22

CMYK color model

#CCB2BE color CMYK value is (0,13,7,20).

  • cyan value is 0.00%
  • magenta value is 12.75%
  • yellow value is 6.86%
  • key color value is 20.00%
CMYK:
(0,13,7,20)
C0M13Y7K20 
(0%,13%,7%,20%)
(0.00/0.13/0.07/0.20)	

CMYK percentages

%0
%12.75
%6.86
%20

Codes

Color #CCB2BE in popluar color models

CCB2BE
RGB204178190
HSL332°20.31%74.90%
HSB/HSV332°12.75%80.00%
CMYK0.00%12.75%6.86%
20.00%

Color #CCB2BE in popluar number systems.

HEXCCB2BE
Decimal204178190
Binary110011001011001010111110
Octal314262276

Shades and tints

Shades of #CCB2BE

#CCB2BE
(204,178,190)
#BAA2AD
(186,162,173)
#A8929C
(168,146,156)
#96828B
(150,130,139)
#84727A
(132,114,122)
#726269
(114,98,105)
#605258
(96,82,88)
#4E4247
(78,66,71)
#3C3236
(60,50,54)
#2A2225
(42,34,37)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #CCB2BE

#CCB2BE
(204,178,190)
#D0B9C3
(208,185,195)
#D4C0C8
(212,192,200)
#D8C7CD
(216,199,205)
#DCCED2
(220,206,210)
#E0D5D7
(224,213,215)
#E4DCDC
(228,220,220)
#E8E3E1
(232,227,225)
#ECEAE6
(236,234,230)
#F0F1EB
(240,241,235)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB2BE; }

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

This text font color is #CCB2BE.


Background Color

.myBgColor { background-color: #CCB2BE; }

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

This div background color is #CCB2BE.


Border color

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

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

This div border color is #CCB2BE.


Opacity

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

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

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

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

This text has shadow with #CCB2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB2BE on black background.


Color preview on white background

This text has color #CCB2BE on white background.



Black color preview on #CCB2BE background

This text has black color on #CCB2BE background.


White color preview on #CCB2BE background

This text has white color on #CCB2BE background.