COLOR #CBB4E6

HEX: #CBB4E6
RGB: (203,180,230)

Color info

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

RGB color model

#CBB4E6 color RGB value is (203,180,230).

  • red value is 203;
  • green value is 180;
  • blue value is 230.
RGB:
(203,180,230)
(80%,71%,90%)

RGB channels and saturation

R 203 of 255 = 80%
G 180 of 255 = 71%
B 230 of 255 = 90%

203
180
230

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

Portions of RGB colors in percentages

R + G + B =
203 + 180 + 230 = 613 (100%)
R 203 of 613 ~ 33.12%
G 180 of 613 ~ 29.36%
B 230 of 613 ~ 37.52%

%33.12
%29.36
%37.52

CMYK color model

#CBB4E6 color CMYK value is (12,22,0,10).

  • cyan value is 11.74%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(12,22,0,10)
C12M22Y0K10 
(12%,22%,0%,10%)
(0.12/0.22/0.00/0.10)	

CMYK percentages

%11.74
%21.74
%0
%9.8

Codes

Color #CBB4E6 in popluar color models

CBB4E6
RGB203180230
HSL268°50.00%80.39%
HSB/HSV268°21.74%90.20%
CMYK11.74%21.74%0.00%
9.80%

Color #CBB4E6 in popluar number systems.

HEXCBB4E6
Decimal203180230
Binary110010111011010011100110
Octal313264346

Shades and tints

Shades of #CBB4E6

#CBB4E6
(203,180,230)
#B9A4D2
(185,164,210)
#A794BE
(167,148,190)
#9584AA
(149,132,170)
#837496
(131,116,150)
#716482
(113,100,130)
#5F546E
(95,84,110)
#4D445A
(77,68,90)
#3B3446
(59,52,70)
#292432
(41,36,50)
#17141E
(23,20,30)
#000000
(0,0,0)

Tints of #CBB4E6

#CBB4E6
(203,180,230)
#CFBAE8
(207,186,232)
#D3C0EA
(211,192,234)
#D7C6EC
(215,198,236)
#DBCCEE
(219,204,238)
#DFD2F0
(223,210,240)
#E3D8F2
(227,216,242)
#E7DEF4
(231,222,244)
#EBE4F6
(235,228,246)
#EFEAF8
(239,234,248)
#F3F0FA
(243,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBB4E6 color. Also use rgb(203,180,230) instead hex code.

Text Font Color

.myTextColor { color: #CBB4E6; }

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

This text font color is #CBB4E6.


Background Color

.myBgColor { background-color: #CBB4E6; }

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

This div background color is #CBB4E6.


Border color

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

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

This div border color is #CBB4E6.


Opacity

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

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

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

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

This text has shadow with #CBB4E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBB4E6 on black background.


Color preview on white background

This text has color #CBB4E6 on white background.



Black color preview on #CBB4E6 background

This text has black color on #CBB4E6 background.


White color preview on #CBB4E6 background

This text has white color on #CBB4E6 background.