COLOR #CBB6E4

HEX: #CBB6E4
RGB: (203,182,228)

Color info

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

RGB color model

#CBB6E4 color RGB value is (203,182,228).

  • red value is 203;
  • green value is 182;
  • blue value is 228.
RGB:
(203,182,228)
(80%,71%,89%)

RGB channels and saturation

R 203 of 255 = 80%
G 182 of 255 = 71%
B 228 of 255 = 89%

203
182
228

R + G + B ~ 80%. #CBB6E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 182 + 228 = 613 (100%)
R 203 of 613 ~ 33.12%
G 182 of 613 ~ 29.69%
B 228 of 613 ~ 37.19%

%33.12
%29.69
%37.19

CMYK color model

#CBB6E4 color CMYK value is (11,20,0,11).

  • cyan value is 10.96%
  • magenta value is 20.18%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(11,20,0,11)
C11M20Y0K11 
(11%,20%,0%,11%)
(0.11/0.20/0.00/0.11)	

CMYK percentages

%10.96
%20.18
%0
%10.59

Codes

Color #CBB6E4 in popluar color models

CBB6E4
RGB203182228
HSL267°46.00%80.39%
HSB/HSV267°20.18%89.41%
CMYK10.96%20.18%0.00%
10.59%

Color #CBB6E4 in popluar number systems.

HEXCBB6E4
Decimal203182228
Binary110010111011011011100100
Octal313266344

Shades and tints

Shades of #CBB6E4

#CBB6E4
(203,182,228)
#B9A6D0
(185,166,208)
#A796BC
(167,150,188)
#9586A8
(149,134,168)
#837694
(131,118,148)
#716680
(113,102,128)
#5F566C
(95,86,108)
#4D4658
(77,70,88)
#3B3644
(59,54,68)
#292630
(41,38,48)
#17161C
(23,22,28)
#000000
(0,0,0)

Tints of #CBB6E4

#CBB6E4
(203,182,228)
#CFBCE6
(207,188,230)
#D3C2E8
(211,194,232)
#D7C8EA
(215,200,234)
#DBCEEC
(219,206,236)
#DFD4EE
(223,212,238)
#E3DAF0
(227,218,240)
#E7E0F2
(231,224,242)
#EBE6F4
(235,230,244)
#EFECF6
(239,236,246)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBB6E4 color. Also use rgb(203,182,228) instead hex code.

Text Font Color

.myTextColor { color: #CBB6E4; }

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

This text font color is #CBB6E4.


Background Color

.myBgColor { background-color: #CBB6E4; }

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

This div background color is #CBB6E4.


Border color

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

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

This div border color is #CBB6E4.


Opacity

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

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

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

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

This text has shadow with #CBB6E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBB6E4 on black background.


Color preview on white background

This text has color #CBB6E4 on white background.



Black color preview on #CBB6E4 background

This text has black color on #CBB6E4 background.


White color preview on #CBB6E4 background

This text has white color on #CBB6E4 background.