COLOR #CBB0CC

HEX: #CBB0CC
RGB: (203,176,204)

Color info

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

RGB color model

#CBB0CC color RGB value is (203,176,204).

  • red value is 203;
  • green value is 176;
  • blue value is 204.
RGB:
(203,176,204)
(80%,69%,80%)

RGB channels and saturation

R 203 of 255 = 80%
G 176 of 255 = 69%
B 204 of 255 = 80%

203
176
204

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

Portions of RGB colors in percentages

R + G + B =
203 + 176 + 204 = 583 (100%)
R 203 of 583 ~ 34.82%
G 176 of 583 ~ 30.19%
B 204 of 583 ~ 34.99%

%34.82
%30.19
%34.99

CMYK color model

#CBB0CC color CMYK value is (0,14,0,20).

  • cyan value is 0.49%
  • magenta value is 13.73%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(0,14,0,20)
C0M14Y0K20 
(0%,14%,0%,20%)
(0.00/0.14/0.00/0.20)	

CMYK percentages

%0.49
%13.73
%0
%20

Codes

Color #CBB0CC in popluar color models

CBB0CC
RGB203176204
HSL298°21.54%74.51%
HSB/HSV298°13.73%80.00%
CMYK0.49%13.73%0.00%
20.00%

Color #CBB0CC in popluar number systems.

HEXCBB0CC
Decimal203176204
Binary110010111011000011001100
Octal313260314

Shades and tints

Shades of #CBB0CC

#CBB0CC
(203,176,204)
#B9A0BA
(185,160,186)
#A790A8
(167,144,168)
#958096
(149,128,150)
#837084
(131,112,132)
#716072
(113,96,114)
#5F5060
(95,80,96)
#4D404E
(77,64,78)
#3B303C
(59,48,60)
#29202A
(41,32,42)
#171018
(23,16,24)
#000000
(0,0,0)

Tints of #CBB0CC

#CBB0CC
(203,176,204)
#CFB7D0
(207,183,208)
#D3BED4
(211,190,212)
#D7C5D8
(215,197,216)
#DBCCDC
(219,204,220)
#DFD3E0
(223,211,224)
#E3DAE4
(227,218,228)
#E7E1E8
(231,225,232)
#EBE8EC
(235,232,236)
#EFEFF0
(239,239,240)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBB0CC color. Also use rgb(203,176,204) instead hex code.

Text Font Color

.myTextColor { color: #CBB0CC; }

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

This text font color is #CBB0CC.


Background Color

.myBgColor { background-color: #CBB0CC; }

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

This div background color is #CBB0CC.


Border color

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

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

This div border color is #CBB0CC.


Opacity

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

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

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

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

This text has shadow with #CBB0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBB0CC on black background.


Color preview on white background

This text has color #CBB0CC on white background.



Black color preview on #CBB0CC background

This text has black color on #CBB0CC background.


White color preview on #CBB0CC background

This text has white color on #CBB0CC background.