COLOR #CCB7BE

HEX: #CCB7BE
RGB: (204,183,190)

Color info

#CCB7BE contains red, green and blue colors in about the same proportion. Web safe color of #CCB7BE is #CCCCCC (or #CCC).

RGB color model

#CCB7BE color RGB value is (204,183,190).

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

RGB channels and saturation

R 204 of 255 = 80%
G 183 of 255 = 72%
B 190 of 255 = 75%

204
183
190

R + G + B ~ 76%. #CCB7BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 183 + 190 = 577 (100%)
R 204 of 577 ~ 35.36%
G 183 of 577 ~ 31.72%
B 190 of 577 ~ 32.93%

%35.36
%31.72
%32.93

CMYK color model

#CCB7BE color CMYK value is (0,10,7,20).

  • cyan value is 0.00%
  • magenta value is 10.29%
  • yellow value is 6.86%
  • key color value is 20.00%
CMYK:
(0,10,7,20)
C0M10Y7K20 
(0%,10%,7%,20%)
(0.00/0.10/0.07/0.20)	

CMYK percentages

%0
%10.29
%6.86
%20

Codes

Color #CCB7BE in popluar color models

CCB7BE
RGB204183190
HSL340°17.07%75.88%
HSB/HSV340°10.29%80.00%
CMYK0.00%10.29%6.86%
20.00%

Color #CCB7BE in popluar number systems.

HEXCCB7BE
Decimal204183190
Binary110011001011011110111110
Octal314267276

Shades and tints

Shades of #CCB7BE

#CCB7BE
(204,183,190)
#BAA7AD
(186,167,173)
#A8979C
(168,151,156)
#96878B
(150,135,139)
#84777A
(132,119,122)
#726769
(114,103,105)
#605758
(96,87,88)
#4E4747
(78,71,71)
#3C3736
(60,55,54)
#2A2725
(42,39,37)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #CCB7BE

#CCB7BE
(204,183,190)
#D0BDC3
(208,189,195)
#D4C3C8
(212,195,200)
#D8C9CD
(216,201,205)
#DCCFD2
(220,207,210)
#E0D5D7
(224,213,215)
#E4DBDC
(228,219,220)
#E8E1E1
(232,225,225)
#ECE7E6
(236,231,230)
#F0EDEB
(240,237,235)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB7BE; }

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

This text font color is #CCB7BE.


Background Color

.myBgColor { background-color: #CCB7BE; }

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

This div background color is #CCB7BE.


Border color

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

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

This div border color is #CCB7BE.


Opacity

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

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

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

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

This text has shadow with #CCB7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB7BE on black background.


Color preview on white background

This text has color #CCB7BE on white background.



Black color preview on #CCB7BE background

This text has black color on #CCB7BE background.


White color preview on #CCB7BE background

This text has white color on #CCB7BE background.